pulp_file_client 3.84.0 → 3.85.1

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 (25) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/FileFileContentResponse.md +2 -0
  4. data/docs/FileFilePublicationResponse.md +1 -1
  5. data/docs/FileFileRemoteResponse.md +1 -1
  6. data/docs/RepositoryVersionResponse.md +3 -1
  7. data/lib/pulp_file_client/models/file_file_content_response.rb +10 -1
  8. data/lib/pulp_file_client/models/file_file_remote.rb +0 -15
  9. data/lib/pulp_file_client/models/file_file_remote_response.rb +0 -15
  10. data/lib/pulp_file_client/models/file_file_repository.rb +0 -15
  11. data/lib/pulp_file_client/models/file_file_repository_response.rb +0 -15
  12. data/lib/pulp_file_client/models/paginated_repository_version_response_list.rb +0 -2
  13. data/lib/pulp_file_client/models/paginatedfile_file_alternate_content_source_response_list.rb +0 -2
  14. data/lib/pulp_file_client/models/paginatedfile_file_content_response_list.rb +0 -2
  15. data/lib/pulp_file_client/models/paginatedfile_file_distribution_response_list.rb +0 -2
  16. data/lib/pulp_file_client/models/paginatedfile_file_publication_response_list.rb +0 -2
  17. data/lib/pulp_file_client/models/paginatedfile_file_remote_response_list.rb +0 -2
  18. data/lib/pulp_file_client/models/paginatedfile_file_repository_response_list.rb +0 -2
  19. data/lib/pulp_file_client/models/patchedfile_file_remote.rb +0 -15
  20. data/lib/pulp_file_client/models/patchedfile_file_repository.rb +0 -15
  21. data/lib/pulp_file_client/models/repository_version_response.rb +13 -4
  22. data/lib/pulp_file_client/version.rb +1 -1
  23. data/spec/models/file_file_content_response_spec.rb +6 -0
  24. data/spec/models/repository_version_response_spec.rb +6 -0
  25. metadata +33 -33
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7a969035eecd85e83e3771bd6f00c40b63172d4deb045842462eecc0e451e50
4
- data.tar.gz: af4f0a22de91e48c7b6ec30233e71153929688ce7f55ee34251a3c41c5d5f556
3
+ metadata.gz: 7bbfe0ec140f80c15d1387085a7a55cdfcf6a5309b148a0b7e8964e951d06dd8
4
+ data.tar.gz: 57275c5420026256030dcff50e75ade7e310e9e3e4c7ad4b0d99b97d5258822d
5
5
  SHA512:
6
- metadata.gz: 1ecaa8c96a5f996ad976a121ad54aad6104981e74bac94f04acaa4301befd866727d7351c273bd756993b0de9344fa5a1fa2f364a8ea031793e39f6329ccd0e0
7
- data.tar.gz: 1633ce6b649af17838e5e5fd8495006d5ed2f7ec2a5da7512dec3a95c95b3aeed46b2327ea87b60741f43f467b0f74db45e22ae75583f7fc049c915f20a81a02
6
+ metadata.gz: 69530e2e33cd4ea3948cb4c1db40f5dc76c06c34e0d825482aedfdb5ada45a1dd5e4fc73782fee5a15ac53c0a73b794e1bd36affeb5872c5fe8ebb135bf0680d
7
+ data.tar.gz: 51b3dff56b93bc1a4c8d8fb2ddc690e96809ab6e2e6c666ba81e61abf8601d467bc2351dc010d41bcd5f606b0412e5451beb2013c3f7d17abc8ea4f84f32c22a
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: 3.84.0
10
+ - Package version: 3.85.1
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_file_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_file_client-3.84.0.gem
28
+ gem install ./pulp_file_client-3.85.1.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_file_client-3.84.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_file_client-3.85.1.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_file_client', '~> 3.84.0'
37
+ gem 'pulp_file_client', '~> 3.85.1'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
13
14
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
14
15
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
@@ -29,6 +30,7 @@ instance = PulpFileClient::FileFileContentResponse.new(
29
30
  pulp_created: null,
30
31
  pulp_last_updated: null,
31
32
  pulp_labels: null,
33
+ vuln_report: null,
32
34
  artifact: null,
33
35
  relative_path: null,
34
36
  md5: null,
@@ -10,7 +10,7 @@
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **repository_version** | **String** | | [optional] |
12
12
  | **repository** | **String** | A URI of the repository to be published. | [optional] |
13
- | **distributions** | **Array<String>** | This publication is currently hosted as defined by these distributions. | [optional][readonly] |
13
+ | **distributions** | **Array<String>** | This publication is currently hosted as defined by these distributions. | [optional] |
14
14
  | **manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional][default to 'PULP_MANIFEST'] |
15
15
  | **checkpoint** | **Boolean** | | [optional] |
16
16
 
@@ -24,7 +24,7 @@
24
24
  | **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] |
25
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array<FileFileRemoteResponseHiddenFieldsInner>**](FileFileRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
27
+ | **hidden_fields** | [**Array<FileFileRemoteResponseHiddenFieldsInner>**](FileFileRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
 
29
29
  ## Example
30
30
 
@@ -12,6 +12,7 @@
12
12
  | **repository** | **String** | | [optional][readonly] |
13
13
  | **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional] |
14
14
  | **content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional][readonly] |
15
+ | **vuln_report** | **String** | | [optional][readonly] |
15
16
 
16
17
  ## Example
17
18
 
@@ -26,7 +27,8 @@ instance = PulpFileClient::RepositoryVersionResponse.new(
26
27
  number: null,
27
28
  repository: null,
28
29
  base_version: null,
29
- content_summary: null
30
+ content_summary: null,
31
+ vuln_report: null
30
32
  )
31
33
  ```
32
34
 
@@ -30,6 +30,8 @@ module PulpFileClient
30
30
  # A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
31
31
  attr_accessor :pulp_labels
32
32
 
33
+ attr_accessor :vuln_report
34
+
33
35
  # Artifact file representing the physical content
34
36
  attr_accessor :artifact
35
37
 
@@ -62,6 +64,7 @@ module PulpFileClient
62
64
  :'pulp_created' => :'pulp_created',
63
65
  :'pulp_last_updated' => :'pulp_last_updated',
64
66
  :'pulp_labels' => :'pulp_labels',
67
+ :'vuln_report' => :'vuln_report',
65
68
  :'artifact' => :'artifact',
66
69
  :'relative_path' => :'relative_path',
67
70
  :'md5' => :'md5',
@@ -86,6 +89,7 @@ module PulpFileClient
86
89
  :'pulp_created' => :'Time',
87
90
  :'pulp_last_updated' => :'Time',
88
91
  :'pulp_labels' => :'Hash<String, String>',
92
+ :'vuln_report' => :'String',
89
93
  :'artifact' => :'String',
90
94
  :'relative_path' => :'String',
91
95
  :'md5' => :'String',
@@ -140,6 +144,10 @@ module PulpFileClient
140
144
  end
141
145
  end
142
146
 
147
+ if attributes.key?(:'vuln_report')
148
+ self.vuln_report = attributes[:'vuln_report']
149
+ end
150
+
143
151
  if attributes.key?(:'artifact')
144
152
  self.artifact = attributes[:'artifact']
145
153
  end
@@ -205,6 +213,7 @@ module PulpFileClient
205
213
  pulp_created == o.pulp_created &&
206
214
  pulp_last_updated == o.pulp_last_updated &&
207
215
  pulp_labels == o.pulp_labels &&
216
+ vuln_report == o.vuln_report &&
208
217
  artifact == o.artifact &&
209
218
  relative_path == o.relative_path &&
210
219
  md5 == o.md5 &&
@@ -224,7 +233,7 @@ module PulpFileClient
224
233
  # Calculates hash code according to all attributes.
225
234
  # @return [Integer] Hash code
226
235
  def hash
227
- [pulp_href, prn, pulp_created, pulp_last_updated, pulp_labels, artifact, relative_path, md5, sha1, sha224, sha256, sha384, sha512].hash
236
+ [pulp_href, prn, pulp_created, pulp_last_updated, pulp_labels, vuln_report, artifact, relative_path, md5, sha1, sha224, sha256, sha384, sha512].hash
228
237
  end
229
238
 
230
239
  # Builds the object from hash
@@ -341,10 +341,6 @@ module PulpFileClient
341
341
  invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
342
342
  end
343
343
 
344
- if !@download_concurrency.nil? && @download_concurrency < 1
345
- invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
346
- end
347
-
348
344
  if !@total_timeout.nil? && @total_timeout < 0.0
349
345
  invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
350
346
  end
@@ -380,7 +376,6 @@ module PulpFileClient
380
376
  return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
381
377
  return false if !@username.nil? && @username.to_s.length < 1
382
378
  return false if !@password.nil? && @password.to_s.length < 1
383
- return false if !@download_concurrency.nil? && @download_concurrency < 1
384
379
  return false if !@total_timeout.nil? && @total_timeout < 0.0
385
380
  return false if !@connect_timeout.nil? && @connect_timeout < 0.0
386
381
  return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
@@ -496,16 +491,6 @@ module PulpFileClient
496
491
  @password = password
497
492
  end
498
493
 
499
- # Custom attribute writer method with validation
500
- # @param [Object] download_concurrency Value to be assigned
501
- def download_concurrency=(download_concurrency)
502
- if !download_concurrency.nil? && download_concurrency < 1
503
- fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
504
- end
505
-
506
- @download_concurrency = download_concurrency
507
- end
508
-
509
494
  # Custom attribute writer method with validation
510
495
  # @param [Object] total_timeout Value to be assigned
511
496
  def total_timeout=(total_timeout)
@@ -297,10 +297,6 @@ module PulpFileClient
297
297
  invalid_properties.push('invalid value for "url", url cannot be nil.')
298
298
  end
299
299
 
300
- if !@download_concurrency.nil? && @download_concurrency < 1
301
- invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
302
- end
303
-
304
300
  if !@total_timeout.nil? && @total_timeout < 0.0
305
301
  invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
306
302
  end
@@ -326,7 +322,6 @@ module PulpFileClient
326
322
  warn '[DEPRECATED] the `valid?` method is obsolete'
327
323
  return false if @name.nil?
328
324
  return false if @url.nil?
329
- return false if !@download_concurrency.nil? && @download_concurrency < 1
330
325
  return false if !@total_timeout.nil? && @total_timeout < 0.0
331
326
  return false if !@connect_timeout.nil? && @connect_timeout < 0.0
332
327
  return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
@@ -334,16 +329,6 @@ module PulpFileClient
334
329
  true
335
330
  end
336
331
 
337
- # Custom attribute writer method with validation
338
- # @param [Object] download_concurrency Value to be assigned
339
- def download_concurrency=(download_concurrency)
340
- if !download_concurrency.nil? && download_concurrency < 1
341
- fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
342
- end
343
-
344
- @download_concurrency = download_concurrency
345
- end
346
-
347
332
  # Custom attribute writer method with validation
348
333
  # @param [Object] total_timeout Value to be assigned
349
334
  def total_timeout=(total_timeout)
@@ -146,10 +146,6 @@ module PulpFileClient
146
146
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
147
147
  end
148
148
 
149
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
150
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
151
- end
152
-
153
149
  if !@manifest.nil? && @manifest.to_s.length < 1
154
150
  invalid_properties.push('invalid value for "manifest", the character length must be great than or equal to 1.')
155
151
  end
@@ -164,7 +160,6 @@ module PulpFileClient
164
160
  return false if @name.nil?
165
161
  return false if @name.to_s.length < 1
166
162
  return false if !@description.nil? && @description.to_s.length < 1
167
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
168
163
  return false if !@manifest.nil? && @manifest.to_s.length < 1
169
164
  true
170
165
  end
@@ -193,16 +188,6 @@ module PulpFileClient
193
188
  @description = description
194
189
  end
195
190
 
196
- # Custom attribute writer method with validation
197
- # @param [Object] retain_repo_versions Value to be assigned
198
- def retain_repo_versions=(retain_repo_versions)
199
- if !retain_repo_versions.nil? && retain_repo_versions < 1
200
- fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
201
- end
202
-
203
- @retain_repo_versions = retain_repo_versions
204
- end
205
-
206
191
  # Custom attribute writer method with validation
207
192
  # @param [Object] manifest Value to be assigned
208
193
  def manifest=(manifest)
@@ -189,10 +189,6 @@ module PulpFileClient
189
189
  invalid_properties.push('invalid value for "name", name cannot be nil.')
190
190
  end
191
191
 
192
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
193
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
194
- end
195
-
196
192
  invalid_properties
197
193
  end
198
194
 
@@ -201,20 +197,9 @@ module PulpFileClient
201
197
  def valid?
202
198
  warn '[DEPRECATED] the `valid?` method is obsolete'
203
199
  return false if @name.nil?
204
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
205
200
  true
206
201
  end
207
202
 
208
- # Custom attribute writer method with validation
209
- # @param [Object] retain_repo_versions Value to be assigned
210
- def retain_repo_versions=(retain_repo_versions)
211
- if !retain_repo_versions.nil? && retain_repo_versions < 1
212
- fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
213
- end
214
-
215
- @retain_repo_versions = retain_repo_versions
216
- end
217
-
218
203
  # Checks equality by comparing each attribute.
219
204
  # @param [Object] Object to be compared
220
205
  def ==(o)
@@ -51,8 +51,6 @@ module PulpFileClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpFileClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpFileClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpFileClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpFileClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpFileClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -51,8 +51,6 @@ module PulpFileClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
- :'_next',
55
- :'previous',
56
54
  ])
57
55
  end
58
56
 
@@ -329,10 +329,6 @@ module PulpFileClient
329
329
  invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
330
330
  end
331
331
 
332
- if !@download_concurrency.nil? && @download_concurrency < 1
333
- invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
334
- end
335
-
336
332
  if !@total_timeout.nil? && @total_timeout < 0.0
337
333
  invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
338
334
  end
@@ -366,7 +362,6 @@ module PulpFileClient
366
362
  return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
367
363
  return false if !@username.nil? && @username.to_s.length < 1
368
364
  return false if !@password.nil? && @password.to_s.length < 1
369
- return false if !@download_concurrency.nil? && @download_concurrency < 1
370
365
  return false if !@total_timeout.nil? && @total_timeout < 0.0
371
366
  return false if !@connect_timeout.nil? && @connect_timeout < 0.0
372
367
  return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
@@ -482,16 +477,6 @@ module PulpFileClient
482
477
  @password = password
483
478
  end
484
479
 
485
- # Custom attribute writer method with validation
486
- # @param [Object] download_concurrency Value to be assigned
487
- def download_concurrency=(download_concurrency)
488
- if !download_concurrency.nil? && download_concurrency < 1
489
- fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
490
- end
491
-
492
- @download_concurrency = download_concurrency
493
- end
494
-
495
480
  # Custom attribute writer method with validation
496
481
  # @param [Object] total_timeout Value to be assigned
497
482
  def total_timeout=(total_timeout)
@@ -140,10 +140,6 @@ module PulpFileClient
140
140
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
141
141
  end
142
142
 
143
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
144
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
145
- end
146
-
147
143
  if !@manifest.nil? && @manifest.to_s.length < 1
148
144
  invalid_properties.push('invalid value for "manifest", the character length must be great than or equal to 1.')
149
145
  end
@@ -157,7 +153,6 @@ module PulpFileClient
157
153
  warn '[DEPRECATED] the `valid?` method is obsolete'
158
154
  return false if !@name.nil? && @name.to_s.length < 1
159
155
  return false if !@description.nil? && @description.to_s.length < 1
160
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
161
156
  return false if !@manifest.nil? && @manifest.to_s.length < 1
162
157
  true
163
158
  end
@@ -186,16 +181,6 @@ module PulpFileClient
186
181
  @description = description
187
182
  end
188
183
 
189
- # Custom attribute writer method with validation
190
- # @param [Object] retain_repo_versions Value to be assigned
191
- def retain_repo_versions=(retain_repo_versions)
192
- if !retain_repo_versions.nil? && retain_repo_versions < 1
193
- fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
194
- end
195
-
196
- @retain_repo_versions = retain_repo_versions
197
- end
198
-
199
184
  # Custom attribute writer method with validation
200
185
  # @param [Object] manifest Value to be assigned
201
186
  def manifest=(manifest)
@@ -37,6 +37,8 @@ module PulpFileClient
37
37
  # Various count summaries of the content in the version and the HREF to view them.
38
38
  attr_accessor :content_summary
39
39
 
40
+ attr_accessor :vuln_report
41
+
40
42
  # Attribute mapping from ruby-style variable name to JSON key.
41
43
  def self.attribute_map
42
44
  {
@@ -47,7 +49,8 @@ module PulpFileClient
47
49
  :'number' => :'number',
48
50
  :'repository' => :'repository',
49
51
  :'base_version' => :'base_version',
50
- :'content_summary' => :'content_summary'
52
+ :'content_summary' => :'content_summary',
53
+ :'vuln_report' => :'vuln_report'
51
54
  }
52
55
  end
53
56
 
@@ -66,7 +69,8 @@ module PulpFileClient
66
69
  :'number' => :'Integer',
67
70
  :'repository' => :'String',
68
71
  :'base_version' => :'String',
69
- :'content_summary' => :'ContentSummaryResponse'
72
+ :'content_summary' => :'ContentSummaryResponse',
73
+ :'vuln_report' => :'String'
70
74
  }
71
75
  end
72
76
 
@@ -122,6 +126,10 @@ module PulpFileClient
122
126
  if attributes.key?(:'content_summary')
123
127
  self.content_summary = attributes[:'content_summary']
124
128
  end
129
+
130
+ if attributes.key?(:'vuln_report')
131
+ self.vuln_report = attributes[:'vuln_report']
132
+ end
125
133
  end
126
134
 
127
135
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -151,7 +159,8 @@ module PulpFileClient
151
159
  number == o.number &&
152
160
  repository == o.repository &&
153
161
  base_version == o.base_version &&
154
- content_summary == o.content_summary
162
+ content_summary == o.content_summary &&
163
+ vuln_report == o.vuln_report
155
164
  end
156
165
 
157
166
  # @see the `==` method
@@ -163,7 +172,7 @@ module PulpFileClient
163
172
  # Calculates hash code according to all attributes.
164
173
  # @return [Integer] Hash code
165
174
  def hash
166
- [pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
175
+ [pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary, vuln_report].hash
167
176
  end
168
177
 
169
178
  # Builds the object from hash
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '3.84.0'
14
+ VERSION = '3.85.1'
15
15
  end
@@ -57,6 +57,12 @@ describe PulpFileClient::FileFileContentResponse do
57
57
  end
58
58
  end
59
59
 
60
+ describe 'test attribute "vuln_report"' do
61
+ it 'should work' do
62
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
+ end
64
+ end
65
+
60
66
  describe 'test attribute "artifact"' do
61
67
  it 'should work' do
62
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -75,4 +75,10 @@ describe PulpFileClient::RepositoryVersionResponse do
75
75
  end
76
76
  end
77
77
 
78
+ describe 'test attribute "vuln_report"' do
79
+ it 'should work' do
80
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
+ end
82
+ end
83
+
78
84
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_file_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.84.0
4
+ version: 3.85.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-30 00:00:00.000000000 Z
11
+ date: 2025-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -257,50 +257,50 @@ signing_key:
257
257
  specification_version: 4
258
258
  summary: Pulp 3 API Ruby Gem
259
259
  test_files:
260
- - spec/api/remotes_file_api_spec.rb
261
260
  - spec/api/repositories_file_versions_api_spec.rb
262
- - spec/api/acs_file_api_spec.rb
263
261
  - spec/api/distributions_file_api_spec.rb
262
+ - spec/api/repositories_file_api_spec.rb
263
+ - spec/api/acs_file_api_spec.rb
264
264
  - spec/api/publications_file_api_spec.rb
265
265
  - spec/api/content_files_api_spec.rb
266
- - spec/api/repositories_file_api_spec.rb
267
- - spec/models/unset_label_spec.rb
268
- - spec/models/file_file_alternate_content_source_response_spec.rb
269
- - spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
266
+ - spec/api/remotes_file_api_spec.rb
267
+ - spec/models/file_file_repository_spec.rb
268
+ - spec/models/object_roles_response_spec.rb
270
269
  - spec/models/file_file_publication_response_spec.rb
271
- - spec/models/repair_spec.rb
272
- - spec/models/patchedfile_file_repository_spec.rb
273
- - spec/models/patchedfile_file_distribution_spec.rb
274
- - spec/models/task_group_operation_response_spec.rb
275
- - spec/models/file_file_remote_response_spec.rb
270
+ - spec/models/set_label_response_spec.rb
276
271
  - spec/models/repository_version_response_spec.rb
277
- - spec/models/policy_enum_spec.rb
278
272
  - spec/models/paginatedfile_file_distribution_response_list_spec.rb
279
- - spec/models/paginated_repository_version_response_list_spec.rb
280
- - spec/models/file_file_repository_response_spec.rb
281
- - spec/models/file_file_repository_spec.rb
282
- - spec/models/nested_role_response_spec.rb
283
- - spec/models/unset_label_response_spec.rb
284
- - spec/models/paginatedfile_file_repository_response_list_spec.rb
285
- - spec/models/file_file_publication_spec.rb
286
- - spec/models/set_label_response_spec.rb
273
+ - spec/models/patchedfile_file_remote_spec.rb
287
274
  - spec/models/paginatedfile_file_remote_response_list_spec.rb
275
+ - spec/models/async_operation_response_spec.rb
276
+ - spec/models/task_group_operation_response_spec.rb
277
+ - spec/models/set_label_spec.rb
288
278
  - spec/models/paginatedfile_file_publication_response_list_spec.rb
289
- - spec/models/content_summary_response_spec.rb
279
+ - spec/models/file_file_remote_response_hidden_fields_inner_spec.rb
290
280
  - spec/models/file_file_distribution_response_spec.rb
291
- - spec/models/file_file_distribution_spec.rb
292
- - spec/models/object_roles_response_spec.rb
281
+ - spec/models/file_file_remote_spec.rb
282
+ - spec/models/file_file_alternate_content_source_response_spec.rb
293
283
  - spec/models/my_permissions_response_spec.rb
284
+ - spec/models/patchedfile_file_distribution_spec.rb
285
+ - spec/models/file_file_distribution_spec.rb
286
+ - spec/models/unset_label_response_spec.rb
287
+ - spec/models/policy_enum_spec.rb
288
+ - spec/models/file_file_publication_spec.rb
294
289
  - spec/models/patchedfile_file_alternate_content_source_spec.rb
295
- - spec/models/async_operation_response_spec.rb
296
- - spec/models/file_file_remote_spec.rb
297
- - spec/models/repository_sync_url_spec.rb
298
- - spec/models/file_file_remote_response_hidden_fields_inner_spec.rb
299
- - spec/models/set_label_spec.rb
300
- - spec/models/patchedfile_file_remote_spec.rb
290
+ - spec/models/content_summary_response_spec.rb
291
+ - spec/models/nested_role_spec.rb
292
+ - spec/models/paginated_repository_version_response_list_spec.rb
301
293
  - spec/models/repository_add_remove_content_spec.rb
294
+ - spec/models/patchedfile_file_repository_spec.rb
295
+ - spec/models/file_file_content_response_spec.rb
296
+ - spec/models/nested_role_response_spec.rb
297
+ - spec/models/file_file_repository_response_spec.rb
298
+ - spec/models/file_file_remote_response_spec.rb
299
+ - spec/models/repository_sync_url_spec.rb
300
+ - spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
302
301
  - spec/models/paginatedfile_file_content_response_list_spec.rb
303
302
  - spec/models/file_file_alternate_content_source_spec.rb
304
- - spec/models/nested_role_spec.rb
305
- - spec/models/file_file_content_response_spec.rb
303
+ - spec/models/repair_spec.rb
304
+ - spec/models/unset_label_spec.rb
305
+ - spec/models/paginatedfile_file_repository_response_list_spec.rb
306
306
  - spec/spec_helper.rb