pulp_file_client 3.69.2 → 3.70.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -7
  3. data/docs/AcsFileApi.md +343 -157
  4. data/docs/AsyncOperationResponse.md +8 -7
  5. data/docs/ContentFilesApi.md +114 -64
  6. data/docs/ContentSummaryResponse.md +12 -11
  7. data/docs/DistributionsFileApi.md +385 -182
  8. data/docs/FileFileAlternateContentSource.md +14 -13
  9. data/docs/FileFileAlternateContentSourceResponse.md +22 -21
  10. data/docs/FileFileContentResponse.md +30 -29
  11. data/docs/FileFileDistribution.md +20 -19
  12. data/docs/FileFileDistributionResponse.md +32 -31
  13. data/docs/FileFilePublication.md +12 -11
  14. data/docs/FileFilePublicationResponse.md +22 -21
  15. data/docs/FileFileRemote.md +48 -47
  16. data/docs/FileFileRemoteResponse.md +48 -47
  17. data/docs/FileFileRemoteResponseHiddenFieldsInner.md +20 -0
  18. data/docs/FileFileRepository.md +20 -19
  19. data/docs/FileFileRepositoryResponse.md +32 -31
  20. data/docs/MyPermissionsResponse.md +8 -7
  21. data/docs/NestedRole.md +12 -11
  22. data/docs/NestedRoleResponse.md +12 -11
  23. data/docs/ObjectRolesResponse.md +8 -7
  24. data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
  25. data/docs/PaginatedfileFileAlternateContentSourceResponseList.md +14 -13
  26. data/docs/PaginatedfileFileContentResponseList.md +14 -13
  27. data/docs/PaginatedfileFileDistributionResponseList.md +14 -13
  28. data/docs/PaginatedfileFilePublicationResponseList.md +14 -13
  29. data/docs/PaginatedfileFileRemoteResponseList.md +14 -13
  30. data/docs/PaginatedfileFileRepositoryResponseList.md +14 -13
  31. data/docs/PatchedfileFileAlternateContentSource.md +14 -13
  32. data/docs/PatchedfileFileDistribution.md +20 -19
  33. data/docs/PatchedfileFileRemote.md +48 -47
  34. data/docs/PatchedfileFileRepository.md +20 -19
  35. data/docs/PolicyEnum.md +4 -5
  36. data/docs/PublicationsFileApi.md +267 -130
  37. data/docs/RemotesFileApi.md +389 -184
  38. data/docs/Repair.md +8 -7
  39. data/docs/RepositoriesFileApi.md +444 -207
  40. data/docs/RepositoriesFileVersionsApi.md +152 -82
  41. data/docs/RepositoryAddRemoveContent.md +12 -11
  42. data/docs/RepositorySyncURL.md +10 -9
  43. data/docs/RepositoryVersionResponse.md +22 -21
  44. data/docs/SetLabel.md +10 -9
  45. data/docs/SetLabelResponse.md +10 -9
  46. data/docs/TaskGroupOperationResponse.md +8 -7
  47. data/docs/UnsetLabel.md +8 -7
  48. data/docs/UnsetLabelResponse.md +10 -9
  49. data/lib/pulp_file_client/api/acs_file_api.rb +76 -50
  50. data/lib/pulp_file_client/api/content_files_api.rb +20 -14
  51. data/lib/pulp_file_client/api/distributions_file_api.rb +89 -56
  52. data/lib/pulp_file_client/api/publications_file_api.rb +67 -47
  53. data/lib/pulp_file_client/api/remotes_file_api.rb +104 -68
  54. data/lib/pulp_file_client/api/repositories_file_api.rb +107 -66
  55. data/lib/pulp_file_client/api/repositories_file_versions_api.rb +40 -30
  56. data/lib/pulp_file_client/api_client.rb +137 -102
  57. data/lib/pulp_file_client/api_error.rb +2 -1
  58. data/lib/pulp_file_client/configuration.rb +162 -21
  59. data/lib/pulp_file_client/models/async_operation_response.rb +32 -22
  60. data/lib/pulp_file_client/models/content_summary_response.rb +36 -22
  61. data/lib/pulp_file_client/models/file_file_alternate_content_source.rb +35 -23
  62. data/lib/pulp_file_client/models/file_file_alternate_content_source_response.rb +37 -25
  63. data/lib/pulp_file_client/models/file_file_content_response.rb +34 -24
  64. data/lib/pulp_file_client/models/file_file_distribution.rb +34 -22
  65. data/lib/pulp_file_client/models/file_file_distribution_response.rb +36 -24
  66. data/lib/pulp_file_client/models/file_file_publication.rb +30 -22
  67. data/lib/pulp_file_client/models/file_file_publication_response.rb +32 -24
  68. data/lib/pulp_file_client/models/file_file_remote.rb +56 -22
  69. data/lib/pulp_file_client/models/file_file_remote_response.rb +59 -25
  70. data/lib/pulp_file_client/models/{file_file_remote_response_hidden_fields.rb → file_file_remote_response_hidden_fields_inner.rb} +37 -25
  71. data/lib/pulp_file_client/models/file_file_repository.rb +32 -22
  72. data/lib/pulp_file_client/models/file_file_repository_response.rb +34 -24
  73. data/lib/pulp_file_client/models/my_permissions_response.rb +32 -22
  74. data/lib/pulp_file_client/models/nested_role.rb +32 -22
  75. data/lib/pulp_file_client/models/nested_role_response.rb +32 -22
  76. data/lib/pulp_file_client/models/object_roles_response.rb +32 -22
  77. data/lib/pulp_file_client/models/paginated_repository_version_response_list.rb +34 -22
  78. data/lib/pulp_file_client/models/paginatedfile_file_alternate_content_source_response_list.rb +34 -22
  79. data/lib/pulp_file_client/models/paginatedfile_file_content_response_list.rb +34 -22
  80. data/lib/pulp_file_client/models/paginatedfile_file_distribution_response_list.rb +34 -22
  81. data/lib/pulp_file_client/models/paginatedfile_file_publication_response_list.rb +34 -22
  82. data/lib/pulp_file_client/models/paginatedfile_file_remote_response_list.rb +34 -22
  83. data/lib/pulp_file_client/models/paginatedfile_file_repository_response_list.rb +34 -22
  84. data/lib/pulp_file_client/models/patchedfile_file_alternate_content_source.rb +36 -24
  85. data/lib/pulp_file_client/models/patchedfile_file_distribution.rb +40 -24
  86. data/lib/pulp_file_client/models/patchedfile_file_remote.rb +62 -24
  87. data/lib/pulp_file_client/models/patchedfile_file_repository.rb +35 -23
  88. data/lib/pulp_file_client/models/policy_enum.rb +8 -4
  89. data/lib/pulp_file_client/models/repair.rb +30 -22
  90. data/lib/pulp_file_client/models/repository_add_remove_content.rb +30 -22
  91. data/lib/pulp_file_client/models/repository_sync_url.rb +30 -22
  92. data/lib/pulp_file_client/models/repository_version_response.rb +32 -24
  93. data/lib/pulp_file_client/models/set_label.rb +34 -22
  94. data/lib/pulp_file_client/models/set_label_response.rb +34 -22
  95. data/lib/pulp_file_client/models/task_group_operation_response.rb +32 -22
  96. data/lib/pulp_file_client/models/unset_label.rb +32 -22
  97. data/lib/pulp_file_client/models/unset_label_response.rb +32 -22
  98. data/lib/pulp_file_client/version.rb +2 -2
  99. data/lib/pulp_file_client.rb +2 -3
  100. data/pulp_file_client.gemspec +9 -6
  101. data/spec/api/acs_file_api_spec.rb +12 -12
  102. data/spec/api/content_files_api_spec.rb +4 -4
  103. data/spec/api/distributions_file_api_spec.rb +13 -13
  104. data/spec/api/publications_file_api_spec.rb +16 -15
  105. data/spec/api/remotes_file_api_spec.rb +20 -19
  106. data/spec/api/repositories_file_api_spec.rb +15 -15
  107. data/spec/api/repositories_file_versions_api_spec.rb +12 -11
  108. data/spec/models/async_operation_response_spec.rb +7 -12
  109. data/spec/models/content_summary_response_spec.rb +9 -14
  110. data/spec/models/file_file_alternate_content_source_response_spec.rb +14 -19
  111. data/spec/models/file_file_alternate_content_source_spec.rb +10 -15
  112. data/spec/models/file_file_content_response_spec.rb +18 -23
  113. data/spec/models/file_file_distribution_response_spec.rb +19 -24
  114. data/spec/models/file_file_distribution_spec.rb +13 -18
  115. data/spec/models/file_file_publication_response_spec.rb +14 -19
  116. data/spec/models/file_file_publication_spec.rb +9 -14
  117. data/spec/models/{file_file_remote_response_hidden_fields_spec.rb → file_file_remote_response_hidden_fields_inner_spec.rb} +11 -16
  118. data/spec/models/file_file_remote_response_spec.rb +27 -32
  119. data/spec/models/file_file_remote_spec.rb +27 -32
  120. data/spec/models/file_file_repository_response_spec.rb +19 -24
  121. data/spec/models/file_file_repository_spec.rb +13 -18
  122. data/spec/models/my_permissions_response_spec.rb +7 -12
  123. data/spec/models/nested_role_response_spec.rb +9 -14
  124. data/spec/models/nested_role_spec.rb +9 -14
  125. data/spec/models/object_roles_response_spec.rb +7 -12
  126. data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
  127. data/spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb +10 -15
  128. data/spec/models/paginatedfile_file_content_response_list_spec.rb +10 -15
  129. data/spec/models/paginatedfile_file_distribution_response_list_spec.rb +10 -15
  130. data/spec/models/paginatedfile_file_publication_response_list_spec.rb +10 -15
  131. data/spec/models/paginatedfile_file_remote_response_list_spec.rb +10 -15
  132. data/spec/models/paginatedfile_file_repository_response_list_spec.rb +10 -15
  133. data/spec/models/patchedfile_file_alternate_content_source_spec.rb +10 -15
  134. data/spec/models/patchedfile_file_distribution_spec.rb +13 -18
  135. data/spec/models/patchedfile_file_remote_spec.rb +27 -32
  136. data/spec/models/patchedfile_file_repository_spec.rb +13 -18
  137. data/spec/models/policy_enum_spec.rb +6 -11
  138. data/spec/models/repair_spec.rb +7 -12
  139. data/spec/models/repository_add_remove_content_spec.rb +9 -14
  140. data/spec/models/repository_sync_url_spec.rb +8 -13
  141. data/spec/models/repository_version_response_spec.rb +14 -19
  142. data/spec/models/set_label_response_spec.rb +8 -13
  143. data/spec/models/set_label_spec.rb +8 -13
  144. data/spec/models/task_group_operation_response_spec.rb +7 -12
  145. data/spec/models/unset_label_response_spec.rb +8 -13
  146. data/spec/models/unset_label_spec.rb +7 -12
  147. data/spec/spec_helper.rb +1 -1
  148. metadata +45 -25
  149. data/docs/FileFileContent.md +0 -27
  150. data/docs/FileFileRemoteResponseHiddenFields.md +0 -19
  151. data/lib/pulp_file_client/models/file_file_content.rb +0 -297
  152. data/spec/api_client_spec.rb +0 -188
  153. data/spec/configuration_spec.rb +0 -42
  154. data/spec/models/file_file_content_spec.rb +0 -71
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,30 +17,25 @@ require 'date'
17
17
  # Unit tests for PulpFileClient::SetLabelResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'SetLabelResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::SetLabelResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpFileClient::SetLabelResponse do
21
+ let(:instance) { PulpFileClient::SetLabelResponse.new }
29
22
 
30
23
  describe 'test an instance of SetLabelResponse' do
31
24
  it 'should create an instance of SetLabelResponse' do
32
- expect(@instance).to be_instance_of(PulpFileClient::SetLabelResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpFileClient::SetLabelResponse)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "key"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
41
36
  describe 'test attribute "value"' do
42
37
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
39
  end
45
40
  end
46
41
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,30 +17,25 @@ require 'date'
17
17
  # Unit tests for PulpFileClient::SetLabel
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'SetLabel' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::SetLabel.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpFileClient::SetLabel do
21
+ let(:instance) { PulpFileClient::SetLabel.new }
29
22
 
30
23
  describe 'test an instance of SetLabel' do
31
24
  it 'should create an instance of SetLabel' do
32
- expect(@instance).to be_instance_of(PulpFileClient::SetLabel)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpFileClient::SetLabel)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "key"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
41
36
  describe 'test attribute "value"' do
42
37
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
39
  end
45
40
  end
46
41
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,24 +17,19 @@ require 'date'
17
17
  # Unit tests for PulpFileClient::TaskGroupOperationResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'TaskGroupOperationResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::TaskGroupOperationResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpFileClient::TaskGroupOperationResponse do
21
+ let(:instance) { PulpFileClient::TaskGroupOperationResponse.new }
29
22
 
30
23
  describe 'test an instance of TaskGroupOperationResponse' do
31
24
  it 'should create an instance of TaskGroupOperationResponse' do
32
- expect(@instance).to be_instance_of(PulpFileClient::TaskGroupOperationResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpFileClient::TaskGroupOperationResponse)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "task_group"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,30 +17,25 @@ require 'date'
17
17
  # Unit tests for PulpFileClient::UnsetLabelResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'UnsetLabelResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::UnsetLabelResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpFileClient::UnsetLabelResponse do
21
+ let(:instance) { PulpFileClient::UnsetLabelResponse.new }
29
22
 
30
23
  describe 'test an instance of UnsetLabelResponse' do
31
24
  it 'should create an instance of UnsetLabelResponse' do
32
- expect(@instance).to be_instance_of(PulpFileClient::UnsetLabelResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpFileClient::UnsetLabelResponse)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "key"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
41
36
  describe 'test attribute "value"' do
42
37
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
39
  end
45
40
  end
46
41
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,24 +17,19 @@ require 'date'
17
17
  # Unit tests for PulpFileClient::UnsetLabel
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'UnsetLabel' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::UnsetLabel.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpFileClient::UnsetLabel do
21
+ let(:instance) { PulpFileClient::UnsetLabel.new }
29
22
 
30
23
  describe 'test an instance of UnsetLabel' do
31
24
  it 'should create an instance of UnsetLabel' do
32
- expect(@instance).to be_instance_of(PulpFileClient::UnsetLabel)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpFileClient::UnsetLabel)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "key"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
metadata CHANGED
@@ -1,15 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_file_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.69.2
4
+ version: 3.70.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: 2025-01-29 00:00:00.000000000 Z
11
+ date: 2025-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: faraday-net_http
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '3.1'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '2.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '3.1'
13
33
  - !ruby/object:Gem::Dependency
14
34
  name: faraday
15
35
  requirement: !ruby/object:Gem::Requirement
@@ -19,7 +39,7 @@ dependencies:
19
39
  version: 1.0.1
20
40
  - - "<"
21
41
  - !ruby/object:Gem::Version
22
- version: '2.0'
42
+ version: '2.9'
23
43
  type: :runtime
24
44
  prerelease: false
25
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,27 +49,35 @@ dependencies:
29
49
  version: 1.0.1
30
50
  - - "<"
31
51
  - !ruby/object:Gem::Version
32
- version: '2.0'
52
+ version: '2.9'
33
53
  - !ruby/object:Gem::Dependency
34
- name: json
54
+ name: faraday-multipart
35
55
  requirement: !ruby/object:Gem::Requirement
36
56
  requirements:
37
- - - "~>"
38
- - !ruby/object:Gem::Version
39
- version: '2.1'
40
57
  - - ">="
41
58
  - !ruby/object:Gem::Version
42
- version: 2.1.0
59
+ version: '0'
43
60
  type: :runtime
44
61
  prerelease: false
45
62
  version_requirements: !ruby/object:Gem::Requirement
46
63
  requirements:
47
- - - "~>"
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ - !ruby/object:Gem::Dependency
68
+ name: marcel
69
+ requirement: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
48
72
  - !ruby/object:Gem::Version
49
- version: '2.1'
73
+ version: '0'
74
+ type: :runtime
75
+ prerelease: false
76
+ version_requirements: !ruby/object:Gem::Requirement
77
+ requirements:
50
78
  - - ">="
51
79
  - !ruby/object:Gem::Version
52
- version: 2.1.0
80
+ version: '0'
53
81
  - !ruby/object:Gem::Dependency
54
82
  name: rspec
55
83
  requirement: !ruby/object:Gem::Requirement
@@ -87,7 +115,6 @@ files:
87
115
  - docs/DistributionsFileApi.md
88
116
  - docs/FileFileAlternateContentSource.md
89
117
  - docs/FileFileAlternateContentSourceResponse.md
90
- - docs/FileFileContent.md
91
118
  - docs/FileFileContentResponse.md
92
119
  - docs/FileFileDistribution.md
93
120
  - docs/FileFileDistributionResponse.md
@@ -95,7 +122,7 @@ files:
95
122
  - docs/FileFilePublicationResponse.md
96
123
  - docs/FileFileRemote.md
97
124
  - docs/FileFileRemoteResponse.md
98
- - docs/FileFileRemoteResponseHiddenFields.md
125
+ - docs/FileFileRemoteResponseHiddenFieldsInner.md
99
126
  - docs/FileFileRepository.md
100
127
  - docs/FileFileRepositoryResponse.md
101
128
  - docs/MyPermissionsResponse.md
@@ -142,7 +169,6 @@ files:
142
169
  - lib/pulp_file_client/models/content_summary_response.rb
143
170
  - lib/pulp_file_client/models/file_file_alternate_content_source.rb
144
171
  - lib/pulp_file_client/models/file_file_alternate_content_source_response.rb
145
- - lib/pulp_file_client/models/file_file_content.rb
146
172
  - lib/pulp_file_client/models/file_file_content_response.rb
147
173
  - lib/pulp_file_client/models/file_file_distribution.rb
148
174
  - lib/pulp_file_client/models/file_file_distribution_response.rb
@@ -150,7 +176,7 @@ files:
150
176
  - lib/pulp_file_client/models/file_file_publication_response.rb
151
177
  - lib/pulp_file_client/models/file_file_remote.rb
152
178
  - lib/pulp_file_client/models/file_file_remote_response.rb
153
- - lib/pulp_file_client/models/file_file_remote_response_hidden_fields.rb
179
+ - lib/pulp_file_client/models/file_file_remote_response_hidden_fields_inner.rb
154
180
  - lib/pulp_file_client/models/file_file_repository.rb
155
181
  - lib/pulp_file_client/models/file_file_repository_response.rb
156
182
  - lib/pulp_file_client/models/my_permissions_response.rb
@@ -187,19 +213,16 @@ files:
187
213
  - spec/api/remotes_file_api_spec.rb
188
214
  - spec/api/repositories_file_api_spec.rb
189
215
  - spec/api/repositories_file_versions_api_spec.rb
190
- - spec/api_client_spec.rb
191
- - spec/configuration_spec.rb
192
216
  - spec/models/async_operation_response_spec.rb
193
217
  - spec/models/content_summary_response_spec.rb
194
218
  - spec/models/file_file_alternate_content_source_response_spec.rb
195
219
  - spec/models/file_file_alternate_content_source_spec.rb
196
220
  - spec/models/file_file_content_response_spec.rb
197
- - spec/models/file_file_content_spec.rb
198
221
  - spec/models/file_file_distribution_response_spec.rb
199
222
  - spec/models/file_file_distribution_spec.rb
200
223
  - spec/models/file_file_publication_response_spec.rb
201
224
  - spec/models/file_file_publication_spec.rb
202
- - spec/models/file_file_remote_response_hidden_fields_spec.rb
225
+ - spec/models/file_file_remote_response_hidden_fields_inner_spec.rb
203
226
  - spec/models/file_file_remote_response_spec.rb
204
227
  - spec/models/file_file_remote_spec.rb
205
228
  - spec/models/file_file_repository_response_spec.rb
@@ -242,7 +265,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
242
265
  requirements:
243
266
  - - ">="
244
267
  - !ruby/object:Gem::Version
245
- version: '1.9'
268
+ version: '2.7'
246
269
  required_rubygems_version: !ruby/object:Gem::Requirement
247
270
  requirements:
248
271
  - - ">="
@@ -261,12 +284,9 @@ test_files:
261
284
  - spec/api/repositories_file_api_spec.rb
262
285
  - spec/api/repositories_file_versions_api_spec.rb
263
286
  - spec/api/content_files_api_spec.rb
264
- - spec/api_client_spec.rb
265
- - spec/configuration_spec.rb
266
287
  - spec/models/repository_version_response_spec.rb
267
288
  - spec/models/file_file_repository_spec.rb
268
289
  - spec/models/object_roles_response_spec.rb
269
- - spec/models/file_file_remote_response_hidden_fields_spec.rb
270
290
  - spec/models/unset_label_response_spec.rb
271
291
  - spec/models/set_label_spec.rb
272
292
  - spec/models/patchedfile_file_remote_spec.rb
@@ -276,7 +296,7 @@ test_files:
276
296
  - spec/models/file_file_alternate_content_source_spec.rb
277
297
  - spec/models/repository_add_remove_content_spec.rb
278
298
  - spec/models/task_group_operation_response_spec.rb
279
- - spec/models/file_file_content_spec.rb
299
+ - spec/models/file_file_remote_response_hidden_fields_inner_spec.rb
280
300
  - spec/models/nested_role_spec.rb
281
301
  - spec/models/patchedfile_file_alternate_content_source_spec.rb
282
302
  - spec/models/repair_spec.rb
@@ -1,27 +0,0 @@
1
- # PulpFileClient::FileFileContent
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
- **artifact** | **String** | Artifact file representing the physical content | [optional]
9
- **relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
10
- **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
11
- **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
12
- **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
13
-
14
- ## Code Sample
15
-
16
- ```ruby
17
- require 'PulpFileClient'
18
-
19
- instance = PulpFileClient::FileFileContent.new(repository: null,
20
- artifact: null,
21
- relative_path: null,
22
- file: null,
23
- upload: null,
24
- file_url: null)
25
- ```
26
-
27
-
@@ -1,19 +0,0 @@
1
- # PulpFileClient::FileFileRemoteResponseHiddenFields
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | |
8
- **is_set** | **Boolean** | |
9
-
10
- ## Code Sample
11
-
12
- ```ruby
13
- require 'PulpFileClient'
14
-
15
- instance = PulpFileClient::FileFileRemoteResponseHiddenFields.new(name: null,
16
- is_set: null)
17
- ```
18
-
19
-