pulp_file_client 3.49.5 → 3.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
- data/docs/PaginatedfileFileAlternateContentSourceResponseList.md +2 -2
- data/docs/PaginatedfileFileContentResponseList.md +2 -2
- data/docs/PaginatedfileFileDistributionResponseList.md +2 -2
- data/docs/PaginatedfileFilePublicationResponseList.md +2 -2
- data/docs/PaginatedfileFileRemoteResponseList.md +2 -2
- data/docs/PaginatedfileFileRepositoryResponseList.md +2 -2
- data/lib/pulp_file_client/models/paginated_repository_version_response_list.rb +10 -0
- data/lib/pulp_file_client/models/paginatedfile_file_alternate_content_source_response_list.rb +10 -0
- data/lib/pulp_file_client/models/paginatedfile_file_content_response_list.rb +10 -0
- data/lib/pulp_file_client/models/paginatedfile_file_distribution_response_list.rb +10 -0
- data/lib/pulp_file_client/models/paginatedfile_file_publication_response_list.rb +10 -0
- data/lib/pulp_file_client/models/paginatedfile_file_remote_response_list.rb +10 -0
- data/lib/pulp_file_client/models/paginatedfile_file_repository_response_list.rb +10 -0
- data/lib/pulp_file_client/version.rb +1 -1
- metadata +35 -35
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b7d069588d9135356157d01d4f25f78dc374a59c5b381cccdc5cb2b8a8d006c
|
4
|
+
data.tar.gz: ac771346a1842e859bae039227c5a078af495d7a624fca8707de2ccb94e4fc2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5710448b0c3ff46eb9fb0046b9a56b95d517b94f119ad0ef3cdee7c237b157ae57b1c6c88cdbca1ad2b5ca2894b0aaaf1d12de950736cacab901c8f98d883949
|
7
|
+
data.tar.gz: dd9b953bdfc5311c65524a8d4149fc446704d98fcc32a3fb3d325c75a0dff49ecdce4ea691aab70b2708781f7a83ebb91db92cdc49dad703ac52eeb04678c265
|
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.
|
10
|
+
- Package version: 3.50.0
|
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_file_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_file_client-3.
|
27
|
+
gem install ./pulp_file_client-3.50.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_file_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulp_file_client-3.50.0.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_file_client', '~> 3.
|
36
|
+
gem 'pulp_file_client', '~> 3.50.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | |
|
10
|
+
**results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<FileFileAlternateContentSourceResponse>**](FileFileAlternateContentSourceResponse.md) | |
|
10
|
+
**results** | [**Array<FileFileAlternateContentSourceResponse>**](FileFileAlternateContentSourceResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<FileFileContentResponse>**](FileFileContentResponse.md) | |
|
10
|
+
**results** | [**Array<FileFileContentResponse>**](FileFileContentResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<FileFileDistributionResponse>**](FileFileDistributionResponse.md) | |
|
10
|
+
**results** | [**Array<FileFileDistributionResponse>**](FileFileDistributionResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<FileFilePublicationResponse>**](FileFilePublicationResponse.md) | |
|
10
|
+
**results** | [**Array<FileFilePublicationResponse>**](FileFilePublicationResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<FileFileRemoteResponse>**](FileFileRemoteResponse.md) | |
|
10
|
+
**results** | [**Array<FileFileRemoteResponse>**](FileFileRemoteResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<FileFileRepositoryResponse>**](FileFileRepositoryResponse.md) | |
|
10
|
+
**results** | [**Array<FileFileRepositoryResponse>**](FileFileRepositoryResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -88,12 +88,22 @@ module PulpFileClient
|
|
88
88
|
# @return Array for valid properties with the reasons
|
89
89
|
def list_invalid_properties
|
90
90
|
invalid_properties = Array.new
|
91
|
+
if @count.nil?
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
93
|
+
end
|
94
|
+
|
95
|
+
if @results.nil?
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
97
|
+
end
|
98
|
+
|
91
99
|
invalid_properties
|
92
100
|
end
|
93
101
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
95
103
|
# @return true if the model is valid
|
96
104
|
def valid?
|
105
|
+
return false if @count.nil?
|
106
|
+
return false if @results.nil?
|
97
107
|
true
|
98
108
|
end
|
99
109
|
|
data/lib/pulp_file_client/models/paginatedfile_file_alternate_content_source_response_list.rb
CHANGED
@@ -88,12 +88,22 @@ module PulpFileClient
|
|
88
88
|
# @return Array for valid properties with the reasons
|
89
89
|
def list_invalid_properties
|
90
90
|
invalid_properties = Array.new
|
91
|
+
if @count.nil?
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
93
|
+
end
|
94
|
+
|
95
|
+
if @results.nil?
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
97
|
+
end
|
98
|
+
|
91
99
|
invalid_properties
|
92
100
|
end
|
93
101
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
95
103
|
# @return true if the model is valid
|
96
104
|
def valid?
|
105
|
+
return false if @count.nil?
|
106
|
+
return false if @results.nil?
|
97
107
|
true
|
98
108
|
end
|
99
109
|
|
@@ -88,12 +88,22 @@ module PulpFileClient
|
|
88
88
|
# @return Array for valid properties with the reasons
|
89
89
|
def list_invalid_properties
|
90
90
|
invalid_properties = Array.new
|
91
|
+
if @count.nil?
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
93
|
+
end
|
94
|
+
|
95
|
+
if @results.nil?
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
97
|
+
end
|
98
|
+
|
91
99
|
invalid_properties
|
92
100
|
end
|
93
101
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
95
103
|
# @return true if the model is valid
|
96
104
|
def valid?
|
105
|
+
return false if @count.nil?
|
106
|
+
return false if @results.nil?
|
97
107
|
true
|
98
108
|
end
|
99
109
|
|
@@ -88,12 +88,22 @@ module PulpFileClient
|
|
88
88
|
# @return Array for valid properties with the reasons
|
89
89
|
def list_invalid_properties
|
90
90
|
invalid_properties = Array.new
|
91
|
+
if @count.nil?
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
93
|
+
end
|
94
|
+
|
95
|
+
if @results.nil?
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
97
|
+
end
|
98
|
+
|
91
99
|
invalid_properties
|
92
100
|
end
|
93
101
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
95
103
|
# @return true if the model is valid
|
96
104
|
def valid?
|
105
|
+
return false if @count.nil?
|
106
|
+
return false if @results.nil?
|
97
107
|
true
|
98
108
|
end
|
99
109
|
|
@@ -88,12 +88,22 @@ module PulpFileClient
|
|
88
88
|
# @return Array for valid properties with the reasons
|
89
89
|
def list_invalid_properties
|
90
90
|
invalid_properties = Array.new
|
91
|
+
if @count.nil?
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
93
|
+
end
|
94
|
+
|
95
|
+
if @results.nil?
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
97
|
+
end
|
98
|
+
|
91
99
|
invalid_properties
|
92
100
|
end
|
93
101
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
95
103
|
# @return true if the model is valid
|
96
104
|
def valid?
|
105
|
+
return false if @count.nil?
|
106
|
+
return false if @results.nil?
|
97
107
|
true
|
98
108
|
end
|
99
109
|
|
@@ -88,12 +88,22 @@ module PulpFileClient
|
|
88
88
|
# @return Array for valid properties with the reasons
|
89
89
|
def list_invalid_properties
|
90
90
|
invalid_properties = Array.new
|
91
|
+
if @count.nil?
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
93
|
+
end
|
94
|
+
|
95
|
+
if @results.nil?
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
97
|
+
end
|
98
|
+
|
91
99
|
invalid_properties
|
92
100
|
end
|
93
101
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
95
103
|
# @return true if the model is valid
|
96
104
|
def valid?
|
105
|
+
return false if @count.nil?
|
106
|
+
return false if @results.nil?
|
97
107
|
true
|
98
108
|
end
|
99
109
|
|
@@ -88,12 +88,22 @@ module PulpFileClient
|
|
88
88
|
# @return Array for valid properties with the reasons
|
89
89
|
def list_invalid_properties
|
90
90
|
invalid_properties = Array.new
|
91
|
+
if @count.nil?
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
93
|
+
end
|
94
|
+
|
95
|
+
if @results.nil?
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
97
|
+
end
|
98
|
+
|
91
99
|
invalid_properties
|
92
100
|
end
|
93
101
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
95
103
|
# @return true if the model is valid
|
96
104
|
def valid?
|
105
|
+
return false if @count.nil?
|
106
|
+
return false if @results.nil?
|
97
107
|
true
|
98
108
|
end
|
99
109
|
|
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.
|
4
|
+
version: 3.50.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -254,53 +254,53 @@ signing_key:
|
|
254
254
|
specification_version: 4
|
255
255
|
summary: Pulp 3 API Ruby Gem
|
256
256
|
test_files:
|
257
|
-
- spec/api/repositories_file_versions_api_spec.rb
|
258
257
|
- spec/api/repositories_file_api_spec.rb
|
259
|
-
- spec/api/
|
258
|
+
- spec/api/remotes_file_api_spec.rb
|
260
259
|
- spec/api/distributions_file_api_spec.rb
|
260
|
+
- spec/api/acs_file_api_spec.rb
|
261
261
|
- spec/api/publications_file_api_spec.rb
|
262
|
+
- spec/api/repositories_file_versions_api_spec.rb
|
262
263
|
- spec/api/content_files_api_spec.rb
|
263
|
-
- spec/api/remotes_file_api_spec.rb
|
264
264
|
- spec/api_client_spec.rb
|
265
265
|
- spec/configuration_spec.rb
|
266
|
-
- spec/models/
|
267
|
-
- spec/models/paginatedfile_file_publication_response_list_spec.rb
|
268
|
-
- spec/models/patchedfile_file_alternate_content_source_spec.rb
|
269
|
-
- spec/models/file_file_alternate_content_source_response_spec.rb
|
270
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
271
|
-
- spec/models/unset_label_spec.rb
|
272
|
-
- spec/models/paginatedfile_file_repository_response_list_spec.rb
|
266
|
+
- spec/models/unset_label_response_spec.rb
|
273
267
|
- spec/models/my_permissions_response_spec.rb
|
274
|
-
- spec/models/
|
275
|
-
- spec/models/
|
276
|
-
- spec/models/
|
277
|
-
- spec/models/content_summary_response_spec.rb
|
278
|
-
- spec/models/nested_role_response_spec.rb
|
268
|
+
- spec/models/policy_enum_spec.rb
|
269
|
+
- spec/models/repair_spec.rb
|
270
|
+
- spec/models/patchedfile_file_remote_spec.rb
|
279
271
|
- spec/models/file_file_remote_response_hidden_fields_spec.rb
|
280
|
-
- spec/models/
|
272
|
+
- spec/models/paginatedfile_file_distribution_response_list_spec.rb
|
273
|
+
- spec/models/paginatedfile_file_repository_response_list_spec.rb
|
281
274
|
- spec/models/file_file_distribution_response_spec.rb
|
282
|
-
- spec/models/
|
283
|
-
- spec/models/
|
284
|
-
- spec/models/
|
285
|
-
- spec/models/nested_role_spec.rb
|
275
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
276
|
+
- spec/models/repository_sync_url_spec.rb
|
277
|
+
- spec/models/set_label_spec.rb
|
286
278
|
- spec/models/file_file_repository_spec.rb
|
287
|
-
- spec/models/
|
279
|
+
- spec/models/object_roles_response_spec.rb
|
288
280
|
- spec/models/file_file_remote_response_spec.rb
|
289
|
-
- spec/models/
|
290
|
-
- spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
|
291
|
-
- spec/models/patchedfile_file_distribution_spec.rb
|
292
|
-
- spec/models/policy_enum_spec.rb
|
293
|
-
- spec/models/paginatedfile_file_distribution_response_list_spec.rb
|
294
|
-
- spec/models/patchedfile_file_remote_spec.rb
|
295
|
-
- spec/models/file_file_content_response_spec.rb
|
281
|
+
- spec/models/patchedfile_file_alternate_content_source_spec.rb
|
296
282
|
- spec/models/repository_add_remove_content_spec.rb
|
297
|
-
- spec/models/file_file_alternate_content_source_spec.rb
|
298
283
|
- spec/models/file_file_publication_spec.rb
|
284
|
+
- spec/models/file_file_publication_response_spec.rb
|
285
|
+
- spec/models/async_operation_response_spec.rb
|
286
|
+
- spec/models/paginatedfile_file_content_response_list_spec.rb
|
287
|
+
- spec/models/patchedfile_file_distribution_spec.rb
|
299
288
|
- spec/models/file_file_content_spec.rb
|
289
|
+
- spec/models/patchedfile_file_repository_spec.rb
|
300
290
|
- spec/models/task_group_operation_response_spec.rb
|
301
|
-
- spec/models/
|
302
|
-
- spec/models/
|
303
|
-
- spec/models/
|
304
|
-
- spec/models/
|
291
|
+
- spec/models/file_file_content_response_spec.rb
|
292
|
+
- spec/models/file_file_repository_response_spec.rb
|
293
|
+
- spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
|
294
|
+
- spec/models/paginatedfile_file_remote_response_list_spec.rb
|
295
|
+
- spec/models/repository_version_response_spec.rb
|
296
|
+
- spec/models/nested_role_response_spec.rb
|
297
|
+
- spec/models/set_label_response_spec.rb
|
298
|
+
- spec/models/file_file_alternate_content_source_response_spec.rb
|
299
|
+
- spec/models/paginatedfile_file_publication_response_list_spec.rb
|
300
|
+
- spec/models/content_summary_response_spec.rb
|
305
301
|
- spec/models/file_file_distribution_spec.rb
|
302
|
+
- spec/models/unset_label_spec.rb
|
303
|
+
- spec/models/nested_role_spec.rb
|
304
|
+
- spec/models/file_file_remote_spec.rb
|
305
|
+
- spec/models/file_file_alternate_content_source_spec.rb
|
306
306
|
- spec/spec_helper.rb
|