pulp_deb_client 2.20.0 → 2.20.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/ContentGenericContentsApi.md +8 -8
  4. data/docs/ContentInstallerFileIndicesApi.md +8 -8
  5. data/docs/ContentInstallerPackagesApi.md +8 -8
  6. data/docs/ContentPackageIndicesApi.md +8 -8
  7. data/docs/ContentPackageReleaseComponentsApi.md +10 -10
  8. data/docs/ContentPackagesApi.md +8 -8
  9. data/docs/ContentReleaseArchitecturesApi.md +9 -9
  10. data/docs/ContentReleaseComponentsApi.md +9 -9
  11. data/docs/ContentReleaseFilesApi.md +8 -8
  12. data/docs/ContentReleasesApi.md +8 -8
  13. data/docs/DebAptDistribution.md +1 -1
  14. data/docs/DebAptDistributionResponse.md +1 -1
  15. data/docs/DebAptRemote.md +1 -1
  16. data/docs/DebAptRemoteResponse.md +3 -1
  17. data/docs/DebAptRemoteResponseHiddenFields.md +19 -0
  18. data/docs/DebAptRepository.md +2 -2
  19. data/docs/DebAptRepositoryResponse.md +2 -2
  20. data/docs/DebInstallerFileIndex.md +0 -2
  21. data/docs/DebInstallerFileIndexResponse.md +0 -2
  22. data/docs/DebPackageIndex.md +0 -2
  23. data/docs/DebPackageIndexResponse.md +0 -2
  24. data/docs/DistributionsAptApi.md +16 -12
  25. data/docs/PatcheddebAptDistribution.md +1 -1
  26. data/docs/PatcheddebAptRemote.md +1 -1
  27. data/docs/PatcheddebAptRepository.md +2 -2
  28. data/docs/PublicationsAptApi.md +10 -10
  29. data/docs/PublicationsVerbatimApi.md +10 -10
  30. data/docs/RemotesAptApi.md +12 -12
  31. data/docs/RepositoriesAptApi.md +27 -11
  32. data/docs/RepositoriesAptVersionsApi.md +12 -12
  33. data/docs/RepositoryAddRemoveContent.md +2 -2
  34. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +13 -13
  35. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +13 -13
  36. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +13 -13
  37. data/lib/pulp_deb_client/api/content_package_indices_api.rb +13 -13
  38. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +13 -13
  39. data/lib/pulp_deb_client/api/content_packages_api.rb +13 -13
  40. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +13 -13
  41. data/lib/pulp_deb_client/api/content_release_components_api.rb +13 -13
  42. data/lib/pulp_deb_client/api/content_release_files_api.rb +13 -13
  43. data/lib/pulp_deb_client/api/content_releases_api.rb +13 -13
  44. data/lib/pulp_deb_client/api/distributions_apt_api.rb +23 -17
  45. data/lib/pulp_deb_client/api/publications_apt_api.rb +15 -15
  46. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +15 -15
  47. data/lib/pulp_deb_client/api/remotes_apt_api.rb +17 -17
  48. data/lib/pulp_deb_client/api/repositories_apt_api.rb +39 -15
  49. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +17 -17
  50. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +4 -2
  51. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +4 -2
  52. data/lib/pulp_deb_client/models/deb_apt_remote.rb +4 -2
  53. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +17 -3
  54. data/lib/pulp_deb_client/models/deb_apt_remote_response_hidden_fields.rb +215 -0
  55. data/lib/pulp_deb_client/models/deb_apt_repository.rb +5 -3
  56. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +5 -3
  57. data/lib/pulp_deb_client/models/deb_installer_file_index.rb +1 -16
  58. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +1 -16
  59. data/lib/pulp_deb_client/models/deb_package_index.rb +1 -16
  60. data/lib/pulp_deb_client/models/deb_package_index_response.rb +1 -16
  61. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +4 -2
  62. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +4 -2
  63. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +5 -3
  64. data/lib/pulp_deb_client/models/repository_add_remove_content.rb +2 -2
  65. data/lib/pulp_deb_client/version.rb +1 -1
  66. data/lib/pulp_deb_client.rb +1 -0
  67. data/spec/api/content_generic_contents_api_spec.rb +4 -4
  68. data/spec/api/content_installer_file_indices_api_spec.rb +4 -4
  69. data/spec/api/content_installer_packages_api_spec.rb +4 -4
  70. data/spec/api/content_package_indices_api_spec.rb +4 -4
  71. data/spec/api/content_package_release_components_api_spec.rb +4 -4
  72. data/spec/api/content_packages_api_spec.rb +4 -4
  73. data/spec/api/content_release_architectures_api_spec.rb +4 -4
  74. data/spec/api/content_release_components_api_spec.rb +4 -4
  75. data/spec/api/content_release_files_api_spec.rb +4 -4
  76. data/spec/api/content_releases_api_spec.rb +4 -4
  77. data/spec/api/distributions_apt_api_spec.rb +8 -6
  78. data/spec/api/publications_apt_api_spec.rb +5 -5
  79. data/spec/api/publications_verbatim_api_spec.rb +5 -5
  80. data/spec/api/remotes_apt_api_spec.rb +6 -6
  81. data/spec/api/repositories_apt_api_spec.rb +13 -5
  82. data/spec/api/repositories_apt_versions_api_spec.rb +6 -6
  83. data/spec/models/deb_apt_remote_response_hidden_fields_spec.rb +47 -0
  84. data/spec/models/deb_apt_remote_response_spec.rb +6 -0
  85. data/spec/models/deb_installer_file_index_response_spec.rb +0 -6
  86. data/spec/models/deb_installer_file_index_spec.rb +0 -6
  87. data/spec/models/deb_package_index_response_spec.rb +0 -6
  88. data/spec/models/deb_package_index_spec.rb +0 -6
  89. metadata +59 -55
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69a066d0e0f8c247416aed3556b2778e85defce56b05fd1f22489cba102b7811
4
- data.tar.gz: 7348aff1063c1495ae9f6bf98e2c4298ed05f3618feee691ef242b2cca881fab
3
+ metadata.gz: ab55f9fff41f2cdbc0bae11cb24c0d4a44e49e1599cc4298f4ba7299b7781f35
4
+ data.tar.gz: 385f80d9db979f96c712d3d8202ae72ae3c3f3b959e8250dea8cdc44a5679a89
5
5
  SHA512:
6
- metadata.gz: 5df818df04c072dca4e793447ef9740f5c4f8207a78a6c66e1d510a41eb65effa68079f12e68dc00ed00c5d55ec1630d5aa9621ba57b54f83250c2135463c485
7
- data.tar.gz: 4c2f329fbe624123d8a8282a84a1332a31d99e88820b825a8a4549caec0a6858fa861e83e16723a0558cbf4de677965b3eee2becaab818ee0dd7bdcc9b476e2c
6
+ metadata.gz: 46826fd122eed27511f3c4045b9238f29c9cfab8cfb979596f2ed1854f7d685841131a9dd0b4e16862a1d96b326eb9f3a3f1ac6392c17055466aabc0908c9676
7
+ data.tar.gz: 9d9d43cf57751a7a38f5b14d9d2062ded5db707285ec34033a95b4c1056a1c1b2dd2d38486fb3d2db11e319b2706c3a37b6c341a5b18a65cc38cffa071857445
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 2.20.0
10
+ - Package version: 2.20.2
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_deb_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_deb_client-2.20.0.gem
27
+ gem install ./pulp_deb_client-2.20.2.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_deb_client-2.20.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_deb_client-2.20.2.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_deb_client', '~> 2.20.0'
36
+ gem 'pulp_deb_client', '~> 2.20.2'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -166,6 +166,7 @@ Class | Method | HTTP request | Description
166
166
  - [PulpDebClient::DebAptPublicationResponse](docs/DebAptPublicationResponse.md)
167
167
  - [PulpDebClient::DebAptRemote](docs/DebAptRemote.md)
168
168
  - [PulpDebClient::DebAptRemoteResponse](docs/DebAptRemoteResponse.md)
169
+ - [PulpDebClient::DebAptRemoteResponseHiddenFields](docs/DebAptRemoteResponseHiddenFields.md)
169
170
  - [PulpDebClient::DebAptRepository](docs/DebAptRepository.md)
170
171
  - [PulpDebClient::DebAptRepositoryResponse](docs/DebAptRepositoryResponse.md)
171
172
  - [PulpDebClient::DebBasePackage](docs/DebBasePackage.md)
@@ -103,8 +103,8 @@ opts = {
103
103
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
104
104
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
105
105
  sha256: 'sha256_example', # String | Filter results where sha256 matches value
106
- fields: 'fields_example', # String | A list of fields to include in the response.
107
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
106
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
107
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
108
108
  }
109
109
 
110
110
  begin
@@ -129,8 +129,8 @@ Name | Type | Description | Notes
129
129
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
130
130
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
131
131
  **sha256** | **String**| Filter results where sha256 matches value | [optional]
132
- **fields** | **String**| A list of fields to include in the response. | [optional]
133
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
132
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
133
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
134
134
 
135
135
  ### Return type
136
136
 
@@ -169,8 +169,8 @@ end
169
169
  api_instance = PulpDebClient::ContentGenericContentsApi.new
170
170
  deb_generic_content_href = 'deb_generic_content_href_example' # String |
171
171
  opts = {
172
- fields: 'fields_example', # String | A list of fields to include in the response.
173
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
172
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
173
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
174
174
  }
175
175
 
176
176
  begin
@@ -188,8 +188,8 @@ end
188
188
  Name | Type | Description | Notes
189
189
  ------------- | ------------- | ------------- | -------------
190
190
  **deb_generic_content_href** | **String**| |
191
- **fields** | **String**| A list of fields to include in the response. | [optional]
192
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
191
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
192
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
193
193
 
194
194
  ### Return type
195
195
 
@@ -95,8 +95,8 @@ opts = {
95
95
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
96
96
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
97
97
  sha256: 'sha256_example', # String | Filter results where sha256 matches value
98
- fields: 'fields_example', # String | A list of fields to include in the response.
99
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
98
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
99
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
100
100
  }
101
101
 
102
102
  begin
@@ -123,8 +123,8 @@ Name | Type | Description | Notes
123
123
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
124
124
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
125
125
  **sha256** | **String**| Filter results where sha256 matches value | [optional]
126
- **fields** | **String**| A list of fields to include in the response. | [optional]
127
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
126
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
127
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
128
128
 
129
129
  ### Return type
130
130
 
@@ -163,8 +163,8 @@ end
163
163
  api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
164
164
  deb_installer_file_index_href = 'deb_installer_file_index_href_example' # String |
165
165
  opts = {
166
- fields: 'fields_example', # String | A list of fields to include in the response.
167
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
166
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
167
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
168
168
  }
169
169
 
170
170
  begin
@@ -182,8 +182,8 @@ end
182
182
  Name | Type | Description | Notes
183
183
  ------------- | ------------- | ------------- | -------------
184
184
  **deb_installer_file_index_href** | **String**| |
185
- **fields** | **String**| A list of fields to include in the response. | [optional]
186
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
185
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
186
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
187
187
 
188
188
  ### Return type
189
189
 
@@ -118,8 +118,8 @@ opts = {
118
118
  source: 'source_example', # String | Filter results where source matches value
119
119
  tag: 'tag_example', # String | Filter results where tag matches value
120
120
  version: 'version_example', # String | Filter results where version matches value
121
- fields: 'fields_example', # String | A list of fields to include in the response.
122
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
121
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
122
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
123
123
  }
124
124
 
125
125
  begin
@@ -159,8 +159,8 @@ Name | Type | Description | Notes
159
159
  **source** | **String**| Filter results where source matches value | [optional]
160
160
  **tag** | **String**| Filter results where tag matches value | [optional]
161
161
  **version** | **String**| Filter results where version matches value | [optional]
162
- **fields** | **String**| A list of fields to include in the response. | [optional]
163
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
162
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
163
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
164
164
 
165
165
  ### Return type
166
166
 
@@ -199,8 +199,8 @@ end
199
199
  api_instance = PulpDebClient::ContentInstallerPackagesApi.new
200
200
  deb_installer_package_href = 'deb_installer_package_href_example' # String |
201
201
  opts = {
202
- fields: 'fields_example', # String | A list of fields to include in the response.
203
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
202
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
203
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
204
204
  }
205
205
 
206
206
  begin
@@ -218,8 +218,8 @@ end
218
218
  Name | Type | Description | Notes
219
219
  ------------- | ------------- | ------------- | -------------
220
220
  **deb_installer_package_href** | **String**| |
221
- **fields** | **String**| A list of fields to include in the response. | [optional]
222
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
221
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
222
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
223
223
 
224
224
  ### Return type
225
225
 
@@ -95,8 +95,8 @@ opts = {
95
95
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
96
96
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
97
97
  sha256: 'sha256_example', # String | Filter results where sha256 matches value
98
- fields: 'fields_example', # String | A list of fields to include in the response.
99
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
98
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
99
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
100
100
  }
101
101
 
102
102
  begin
@@ -123,8 +123,8 @@ Name | Type | Description | Notes
123
123
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
124
124
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
125
125
  **sha256** | **String**| Filter results where sha256 matches value | [optional]
126
- **fields** | **String**| A list of fields to include in the response. | [optional]
127
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
126
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
127
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
128
128
 
129
129
  ### Return type
130
130
 
@@ -163,8 +163,8 @@ end
163
163
  api_instance = PulpDebClient::ContentPackageIndicesApi.new
164
164
  deb_package_index_href = 'deb_package_index_href_example' # String |
165
165
  opts = {
166
- fields: 'fields_example', # String | A list of fields to include in the response.
167
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
166
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
167
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
168
168
  }
169
169
 
170
170
  begin
@@ -182,8 +182,8 @@ end
182
182
  Name | Type | Description | Notes
183
183
  ------------- | ------------- | ------------- | -------------
184
184
  **deb_package_index_href** | **String**| |
185
- **fields** | **String**| A list of fields to include in the response. | [optional]
186
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
185
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
186
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
187
187
 
188
188
  ### Return type
189
189
 
@@ -93,8 +93,8 @@ opts = {
93
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
95
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
96
- fields: 'fields_example', # String | A list of fields to include in the response.
97
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
96
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
97
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
98
98
  }
99
99
 
100
100
  begin
@@ -114,13 +114,13 @@ Name | Type | Description | Notes
114
114
  **limit** | **Integer**| Number of results to return per page. | [optional]
115
115
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
116
116
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
117
- **package** | [**String**](.md)| Filter results where package matches value | [optional]
118
- **release_component** | [**String**](.md)| Filter results where release_component matches value | [optional]
117
+ **package** | **String**| Filter results where package matches value | [optional]
118
+ **release_component** | **String**| Filter results where release_component matches value | [optional]
119
119
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
120
120
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
121
121
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
122
- **fields** | **String**| A list of fields to include in the response. | [optional]
123
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
122
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
123
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
124
124
 
125
125
  ### Return type
126
126
 
@@ -159,8 +159,8 @@ end
159
159
  api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
160
160
  deb_package_release_component_href = 'deb_package_release_component_href_example' # String |
161
161
  opts = {
162
- fields: 'fields_example', # String | A list of fields to include in the response.
163
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
162
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
163
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
164
164
  }
165
165
 
166
166
  begin
@@ -178,8 +178,8 @@ end
178
178
  Name | Type | Description | Notes
179
179
  ------------- | ------------- | ------------- | -------------
180
180
  **deb_package_release_component_href** | **String**| |
181
- **fields** | **String**| A list of fields to include in the response. | [optional]
182
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
181
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
182
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
183
 
184
184
  ### Return type
185
185
 
@@ -119,8 +119,8 @@ opts = {
119
119
  source: 'source_example', # String | Filter results where source matches value
120
120
  tag: 'tag_example', # String | Filter results where tag matches value
121
121
  version: 'version_example', # String | Filter results where version matches value
122
- fields: 'fields_example', # String | A list of fields to include in the response.
123
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
122
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
123
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
124
124
  }
125
125
 
126
126
  begin
@@ -161,8 +161,8 @@ Name | Type | Description | Notes
161
161
  **source** | **String**| Filter results where source matches value | [optional]
162
162
  **tag** | **String**| Filter results where tag matches value | [optional]
163
163
  **version** | **String**| Filter results where version matches value | [optional]
164
- **fields** | **String**| A list of fields to include in the response. | [optional]
165
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
164
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
165
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
166
166
 
167
167
  ### Return type
168
168
 
@@ -201,8 +201,8 @@ end
201
201
  api_instance = PulpDebClient::ContentPackagesApi.new
202
202
  deb_package_href = 'deb_package_href_example' # String |
203
203
  opts = {
204
- fields: 'fields_example', # String | A list of fields to include in the response.
205
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
204
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
205
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
206
206
  }
207
207
 
208
208
  begin
@@ -220,8 +220,8 @@ end
220
220
  Name | Type | Description | Notes
221
221
  ------------- | ------------- | ------------- | -------------
222
222
  **deb_package_href** | **String**| |
223
- **fields** | **String**| A list of fields to include in the response. | [optional]
224
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
223
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
224
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
225
225
 
226
226
  ### Return type
227
227
 
@@ -93,8 +93,8 @@ opts = {
93
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
95
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
96
- fields: 'fields_example', # String | A list of fields to include in the response.
97
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
96
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
97
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
98
98
  }
99
99
 
100
100
  begin
@@ -115,12 +115,12 @@ Name | Type | Description | Notes
115
115
  **limit** | **Integer**| Number of results to return per page. | [optional]
116
116
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
117
117
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
118
- **release** | [**String**](.md)| Filter results where release matches value | [optional]
118
+ **release** | **String**| Filter results where release matches value | [optional]
119
119
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
120
120
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
121
121
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
122
- **fields** | **String**| A list of fields to include in the response. | [optional]
123
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
122
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
123
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
124
124
 
125
125
  ### Return type
126
126
 
@@ -159,8 +159,8 @@ end
159
159
  api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
160
160
  deb_release_architecture_href = 'deb_release_architecture_href_example' # String |
161
161
  opts = {
162
- fields: 'fields_example', # String | A list of fields to include in the response.
163
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
162
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
163
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
164
164
  }
165
165
 
166
166
  begin
@@ -178,8 +178,8 @@ end
178
178
  Name | Type | Description | Notes
179
179
  ------------- | ------------- | ------------- | -------------
180
180
  **deb_release_architecture_href** | **String**| |
181
- **fields** | **String**| A list of fields to include in the response. | [optional]
182
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
181
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
182
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
183
 
184
184
  ### Return type
185
185
 
@@ -93,8 +93,8 @@ opts = {
93
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
95
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
96
- fields: 'fields_example', # String | A list of fields to include in the response.
97
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
96
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
97
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
98
98
  }
99
99
 
100
100
  begin
@@ -115,12 +115,12 @@ Name | Type | Description | Notes
115
115
  **limit** | **Integer**| Number of results to return per page. | [optional]
116
116
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
117
117
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
118
- **release** | [**String**](.md)| Filter results where release matches value | [optional]
118
+ **release** | **String**| Filter results where release matches value | [optional]
119
119
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
120
120
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
121
121
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
122
- **fields** | **String**| A list of fields to include in the response. | [optional]
123
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
122
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
123
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
124
124
 
125
125
  ### Return type
126
126
 
@@ -159,8 +159,8 @@ end
159
159
  api_instance = PulpDebClient::ContentReleaseComponentsApi.new
160
160
  deb_release_component_href = 'deb_release_component_href_example' # String |
161
161
  opts = {
162
- fields: 'fields_example', # String | A list of fields to include in the response.
163
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
162
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
163
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
164
164
  }
165
165
 
166
166
  begin
@@ -178,8 +178,8 @@ end
178
178
  Name | Type | Description | Notes
179
179
  ------------- | ------------- | ------------- | -------------
180
180
  **deb_release_component_href** | **String**| |
181
- **fields** | **String**| A list of fields to include in the response. | [optional]
182
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
181
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
182
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
183
 
184
184
  ### Return type
185
185
 
@@ -95,8 +95,8 @@ opts = {
95
95
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
96
96
  sha256: 'sha256_example', # String | Filter results where sha256 matches value
97
97
  suite: 'suite_example', # String | Filter results where suite matches value
98
- fields: 'fields_example', # String | A list of fields to include in the response.
99
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
98
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
99
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
100
100
  }
101
101
 
102
102
  begin
@@ -123,8 +123,8 @@ Name | Type | Description | Notes
123
123
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
124
124
  **sha256** | **String**| Filter results where sha256 matches value | [optional]
125
125
  **suite** | **String**| Filter results where suite matches value | [optional]
126
- **fields** | **String**| A list of fields to include in the response. | [optional]
127
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
126
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
127
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
128
128
 
129
129
  ### Return type
130
130
 
@@ -163,8 +163,8 @@ end
163
163
  api_instance = PulpDebClient::ContentReleaseFilesApi.new
164
164
  deb_release_file_href = 'deb_release_file_href_example' # String |
165
165
  opts = {
166
- fields: 'fields_example', # String | A list of fields to include in the response.
167
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
166
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
167
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
168
168
  }
169
169
 
170
170
  begin
@@ -182,8 +182,8 @@ end
182
182
  Name | Type | Description | Notes
183
183
  ------------- | ------------- | ------------- | -------------
184
184
  **deb_release_file_href** | **String**| |
185
- **fields** | **String**| A list of fields to include in the response. | [optional]
186
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
185
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
186
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
187
187
 
188
188
  ### Return type
189
189
 
@@ -94,8 +94,8 @@ opts = {
94
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
95
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
96
96
  suite: 'suite_example', # String | Filter results where suite matches value
97
- fields: 'fields_example', # String | A list of fields to include in the response.
98
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
97
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
98
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
99
99
  }
100
100
 
101
101
  begin
@@ -121,8 +121,8 @@ Name | Type | Description | Notes
121
121
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
122
122
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
123
123
  **suite** | **String**| Filter results where suite matches value | [optional]
124
- **fields** | **String**| A list of fields to include in the response. | [optional]
125
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
124
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
125
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
126
126
 
127
127
  ### Return type
128
128
 
@@ -161,8 +161,8 @@ end
161
161
  api_instance = PulpDebClient::ContentReleasesApi.new
162
162
  deb_release_href = 'deb_release_href_example' # String |
163
163
  opts = {
164
- fields: 'fields_example', # String | A list of fields to include in the response.
165
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
164
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
165
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
166
166
  }
167
167
 
168
168
  begin
@@ -180,8 +180,8 @@ end
180
180
  Name | Type | Description | Notes
181
181
  ------------- | ------------- | ------------- | -------------
182
182
  **deb_release_href** | **String**| |
183
- **fields** | **String**| A list of fields to include in the response. | [optional]
184
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
183
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
184
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
185
185
 
186
186
  ### Return type
187
187
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
8
8
  **content_guard** | **String** | An optional content-guard. | [optional]
9
- **pulp_labels** | [**Object**](.md) | | [optional]
9
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
10
10
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
11
11
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
12
  **publication** | **String** | Publication to be served | [optional]
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
10
10
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
11
  **content_guard** | **String** | An optional content-guard. | [optional]
12
- **pulp_labels** | [**Object**](.md) | | [optional]
12
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
13
13
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
14
14
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
15
15
  **publication** | **String** | Publication to be served | [optional]
data/docs/DebAptRemote.md CHANGED
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
15
15
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
17
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
- **pulp_labels** | [**Object**](.md) | | [optional]
18
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
21
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. | [optional]
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
13
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
14
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
- **pulp_labels** | [**Object**](.md) | | [optional]
15
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
16
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
23
23
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
25
25
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
26
+ **hidden_fields** | [**Array&lt;DebAptRemoteResponseHiddenFields&gt;**](DebAptRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
26
27
  **distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \&quot;Release\&quot; file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \&quot;flat repository format\&quot;, the distribution must end with a \&quot;/\&quot;. Based on \&quot;/etc/apt/sources.list\&quot; syntax. |
27
28
  **components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \&quot;flat repository format\&quot;. | [optional]
28
29
  **architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \&quot;dpkg-architecture -L\&quot;. A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \&quot;Release\&quot; file. Architecture&#x3D;\&quot;all\&quot; is always synchronized and does not need to be provided here. | [optional]
@@ -56,6 +57,7 @@ instance = PulpDebClient::DebAptRemoteResponse.new(pulp_href: null,
56
57
  sock_read_timeout: null,
57
58
  headers: null,
58
59
  rate_limit: null,
60
+ hidden_fields: null,
59
61
  distributions: null,
60
62
  components: null,
61
63
  architectures: null,
@@ -0,0 +1,19 @@
1
+ # PulpDebClient::DebAptRemoteResponseHiddenFields
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | | [optional]
8
+ **is_set** | **Boolean** | | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'PulpDebClient'
14
+
15
+ instance = PulpDebClient::DebAptRemoteResponseHiddenFields.new(name: null,
16
+ is_set: null)
17
+ ```
18
+
19
+
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | [**Object**](.md) | | [optional]
7
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
8
  **name** | **String** | A unique name for this repository. |
9
9
  **description** | **String** | An optional description. | [optional]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
12
 
13
13
  ## Code Sample
@@ -7,11 +7,11 @@ Name | Type | Description | Notes
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **versions_href** | **String** | | [optional] [readonly]
10
- **pulp_labels** | [**Object**](.md) | | [optional]
10
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
11
  **latest_version_href** | **String** | | [optional] [readonly]
12
12
  **name** | **String** | A unique name for this repository. |
13
13
  **description** | **String** | An optional description. | [optional]
14
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
14
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
15
15
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
16
16
 
17
17
  ## Code Sample