pulp_file_client 3.61.0 → 3.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AcsFileApi.md +2 -0
- data/docs/ContentFilesApi.md +8 -6
- data/docs/DistributionsFileApi.md +2 -0
- data/docs/FileFileAlternateContentSourceResponse.md +2 -0
- data/docs/FileFileContentResponse.md +2 -0
- data/docs/FileFileDistributionResponse.md +2 -0
- data/docs/FileFilePublicationResponse.md +2 -0
- data/docs/FileFileRemoteResponse.md +2 -0
- data/docs/FileFileRepositoryResponse.md +2 -0
- data/docs/PublicationsFileApi.md +10 -8
- data/docs/RemotesFileApi.md +2 -0
- data/docs/RepositoriesFileApi.md +6 -4
- data/docs/RepositoriesFileVersionsApi.md +6 -4
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_file_client/api/acs_file_api.rb +3 -0
- data/lib/pulp_file_client/api/content_files_api.rb +9 -6
- data/lib/pulp_file_client/api/distributions_file_api.rb +3 -0
- data/lib/pulp_file_client/api/publications_file_api.rb +12 -9
- data/lib/pulp_file_client/api/remotes_file_api.rb +3 -0
- data/lib/pulp_file_client/api/repositories_file_api.rb +7 -4
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +8 -5
- data/lib/pulp_file_client/models/file_file_alternate_content_source_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_content_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_distribution_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_publication_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_remote_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_repository_response.rb +11 -1
- data/lib/pulp_file_client/models/repository_version_response.rb +11 -1
- data/lib/pulp_file_client/version.rb +1 -1
- data/spec/api/acs_file_api_spec.rb +1 -0
- data/spec/api/content_files_api_spec.rb +4 -3
- data/spec/api/distributions_file_api_spec.rb +1 -0
- data/spec/api/publications_file_api_spec.rb +5 -4
- data/spec/api/remotes_file_api_spec.rb +1 -0
- data/spec/api/repositories_file_api_spec.rb +3 -2
- data/spec/api/repositories_file_versions_api_spec.rb +3 -2
- data/spec/models/file_file_alternate_content_source_response_spec.rb +6 -0
- data/spec/models/file_file_content_response_spec.rb +6 -0
- data/spec/models/file_file_distribution_response_spec.rb +6 -0
- data/spec/models/file_file_publication_response_spec.rb +6 -0
- data/spec/models/file_file_remote_response_spec.rb +6 -0
- data/spec/models/file_file_repository_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +2 -2
|
@@ -73,7 +73,7 @@ describe 'RepositoriesFileApi' do
|
|
|
73
73
|
# List file repositorys
|
|
74
74
|
# FileRepository represents a single file repository, to which content can be synced, added, or removed.
|
|
75
75
|
# @param [Hash] opts the optional parameters
|
|
76
|
-
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
|
76
|
+
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
|
77
77
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
78
78
|
# @option opts [String] :name Filter results where name matches value
|
|
79
79
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -86,6 +86,7 @@ describe 'RepositoriesFileApi' do
|
|
|
86
86
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
87
87
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
88
88
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
89
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
89
90
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
90
91
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
91
92
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -99,7 +100,7 @@ describe 'RepositoriesFileApi' do
|
|
|
99
100
|
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
|
100
101
|
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
|
101
102
|
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
|
102
|
-
# @option opts [String] :with_content Content Unit referenced by HREF
|
|
103
|
+
# @option opts [String] :with_content Content Unit referenced by HREF/PRN
|
|
103
104
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
104
105
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
105
106
|
# @return [PaginatedfileFileRepositoryResponseList]
|
|
@@ -49,8 +49,8 @@ describe 'RepositoriesFileVersionsApi' do
|
|
|
49
49
|
# FileRepositoryVersion represents a single file repository version.
|
|
50
50
|
# @param file_file_repository_href
|
|
51
51
|
# @param [Hash] opts the optional parameters
|
|
52
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
|
53
|
-
# @option opts [String] :content__in
|
|
52
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
|
53
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
|
54
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
55
55
|
# @option opts [Integer] :number Filter results where number matches value
|
|
56
56
|
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
|
@@ -60,6 +60,7 @@ describe 'RepositoriesFileVersionsApi' do
|
|
|
60
60
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
|
61
61
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
62
62
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
63
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
63
64
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
64
65
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
65
66
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
@@ -38,6 +38,12 @@ describe 'FileFileAlternateContentSourceResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'FileFileContentResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'FileFileDistributionResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'FileFilePublicationResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'FileFileRemoteResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'FileFileRepositoryResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'RepositoryVersionResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
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.63.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-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|