pulp_file_client 0.1.0b4 → 0.1.0rc1

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 +35 -9
  3. data/docs/ContentFilesApi.md +2 -2
  4. data/docs/ContentSummary.md +21 -0
  5. data/docs/DistributionsFileApi.md +8 -8
  6. data/docs/FileExportersFileApi.md +408 -0
  7. data/docs/{FileContent.md → FileFileContent.md} +2 -6
  8. data/docs/{FileDistribution.md → FileFileDistribution.md} +2 -2
  9. data/docs/FileFileFileSystemExporter.md +23 -0
  10. data/docs/{FilePublication.md → FileFilePublication.md} +2 -2
  11. data/docs/{FileRemote.md → FileFileRemote.md} +10 -14
  12. data/docs/FileFileRepository.md +27 -0
  13. data/docs/InlineResponse200.md +1 -1
  14. data/docs/InlineResponse2001.md +1 -1
  15. data/docs/InlineResponse2002.md +1 -1
  16. data/docs/InlineResponse2003.md +1 -1
  17. data/docs/InlineResponse2004.md +23 -0
  18. data/docs/InlineResponse2005.md +23 -0
  19. data/docs/InlineResponse2006.md +23 -0
  20. data/docs/PublicationExport.md +17 -0
  21. data/docs/PublicationsFileApi.md +9 -9
  22. data/docs/RemotesFileApi.md +12 -67
  23. data/docs/RepositoriesFileApi.md +464 -0
  24. data/docs/RepositoriesFileVersionsApi.md +214 -0
  25. data/docs/RepositoryAddRemoveContent.md +21 -0
  26. data/docs/RepositorySyncURL.md +2 -2
  27. data/docs/RepositoryVersion.md +25 -0
  28. data/lib/pulp_file_client/api/content_files_api.rb +4 -4
  29. data/lib/pulp_file_client/api/distributions_file_api.rb +10 -10
  30. data/lib/pulp_file_client/api/file_exporters_file_api.rb +496 -0
  31. data/lib/pulp_file_client/api/publications_file_api.rb +15 -15
  32. data/lib/pulp_file_client/api/remotes_file_api.rb +16 -84
  33. data/lib/pulp_file_client/api/repositories_file_api.rb +566 -0
  34. data/lib/pulp_file_client/api/repositories_file_versions_api.rb +268 -0
  35. data/lib/pulp_file_client/api_client.rb +1 -1
  36. data/lib/pulp_file_client/api_error.rb +1 -1
  37. data/lib/pulp_file_client/configuration.rb +1 -1
  38. data/lib/pulp_file_client/models/async_operation_response.rb +12 -2
  39. data/lib/pulp_file_client/models/content_summary.rb +246 -0
  40. data/lib/pulp_file_client/models/{file_content.rb → file_file_content.rb} +16 -26
  41. data/lib/pulp_file_client/models/{file_distribution.rb → file_file_distribution.rb} +17 -23
  42. data/lib/pulp_file_client/models/file_file_file_system_exporter.rb +284 -0
  43. data/lib/pulp_file_client/models/{file_publication.rb → file_file_publication.rb} +16 -5
  44. data/lib/pulp_file_client/models/{file_remote.rb → file_file_remote.rb} +69 -105
  45. data/lib/pulp_file_client/models/file_file_repository.rb +294 -0
  46. data/lib/pulp_file_client/models/inline_response200.rb +15 -3
  47. data/lib/pulp_file_client/models/inline_response2001.rb +15 -3
  48. data/lib/pulp_file_client/models/inline_response2002.rb +15 -3
  49. data/lib/pulp_file_client/models/inline_response2003.rb +15 -3
  50. data/lib/pulp_file_client/models/inline_response2004.rb +247 -0
  51. data/lib/pulp_file_client/models/inline_response2005.rb +247 -0
  52. data/lib/pulp_file_client/models/inline_response2006.rb +247 -0
  53. data/lib/pulp_file_client/models/publication_export.rb +212 -0
  54. data/lib/pulp_file_client/models/repository_add_remove_content.rb +231 -0
  55. data/lib/pulp_file_client/models/repository_sync_url.rb +22 -12
  56. data/lib/pulp_file_client/models/repository_version.rb +244 -0
  57. data/lib/pulp_file_client/version.rb +2 -2
  58. data/lib/pulp_file_client.rb +17 -5
  59. data/pulp_file_client.gemspec +1 -1
  60. data/spec/api/content_files_api_spec.rb +2 -2
  61. data/spec/api/distributions_file_api_spec.rb +2 -2
  62. data/spec/api/file_exporters_file_api_spec.rb +128 -0
  63. data/spec/api/publications_file_api_spec.rb +6 -6
  64. data/spec/api/remotes_file_api_spec.rb +4 -16
  65. data/spec/api/repositories_file_api_spec.rb +140 -0
  66. data/spec/api/repositories_file_versions_api_spec.rb +91 -0
  67. data/spec/api_client_spec.rb +1 -1
  68. data/spec/configuration_spec.rb +1 -1
  69. data/spec/models/async_operation_response_spec.rb +1 -1
  70. data/spec/models/content_summary_spec.rb +53 -0
  71. data/spec/models/{file_content_spec.rb → file_file_content_spec.rb} +7 -19
  72. data/spec/models/{file_distribution_spec.rb → file_file_distribution_spec.rb} +7 -7
  73. data/spec/models/file_file_file_system_exporter_spec.rb +59 -0
  74. data/spec/models/{file_publication_spec.rb → file_file_publication_spec.rb} +7 -7
  75. data/spec/models/{file_remote_spec.rb → file_file_remote_spec.rb} +11 -23
  76. data/spec/models/file_file_repository_spec.rb +71 -0
  77. data/spec/models/inline_response2001_spec.rb +1 -1
  78. data/spec/models/inline_response2002_spec.rb +1 -1
  79. data/spec/models/inline_response2003_spec.rb +1 -1
  80. data/spec/models/inline_response2004_spec.rb +59 -0
  81. data/spec/models/inline_response2005_spec.rb +59 -0
  82. data/spec/models/inline_response2006_spec.rb +59 -0
  83. data/spec/models/inline_response200_spec.rb +1 -1
  84. data/spec/models/publication_export_spec.rb +41 -0
  85. data/spec/models/repository_add_remove_content_spec.rb +53 -0
  86. data/spec/models/repository_sync_url_spec.rb +2 -2
  87. data/spec/models/repository_version_spec.rb +65 -0
  88. data/spec/spec_helper.rb +1 -1
  89. metadata +66 -18
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.2-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpFileClient::InlineResponse2004
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'InlineResponse2004' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpFileClient::InlineResponse2004.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of InlineResponse2004' do
31
+ it 'should create an instance of InlineResponse2004' do
32
+ expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2004)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "_next"' 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
+
47
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.2-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpFileClient::InlineResponse2005
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'InlineResponse2005' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpFileClient::InlineResponse2005.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of InlineResponse2005' do
31
+ it 'should create an instance of InlineResponse2005' do
32
+ expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2005)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "_next"' 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
+
47
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.2-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpFileClient::InlineResponse2006
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'InlineResponse2006' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpFileClient::InlineResponse2006.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of InlineResponse2006' do
31
+ it 'should create an instance of InlineResponse2006' do
32
+ expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2006)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "_next"' 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
+
47
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.2-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpFileClient::PublicationExport
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PublicationExport' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpFileClient::PublicationExport.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PublicationExport' do
31
+ it 'should create an instance of PublicationExport' do
32
+ expect(@instance).to be_instance_of(PulpFileClient::PublicationExport)
33
+ end
34
+ end
35
+ describe 'test attribute "publication"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,53 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.2-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpFileClient::RepositoryAddRemoveContent
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'RepositoryAddRemoveContent' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpFileClient::RepositoryAddRemoveContent.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of RepositoryAddRemoveContent' do
31
+ it 'should create an instance of RepositoryAddRemoveContent' do
32
+ expect(@instance).to be_instance_of(PulpFileClient::RepositoryAddRemoveContent)
33
+ end
34
+ end
35
+ describe 'test attribute "add_content_units"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "remove_content_units"' 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
+
47
+ describe 'test attribute "base_version"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -32,7 +32,7 @@ describe 'RepositorySyncURL' do
32
32
  expect(@instance).to be_instance_of(PulpFileClient::RepositorySyncURL)
33
33
  end
34
34
  end
35
- describe 'test attribute "repository"' do
35
+ describe 'test attribute "remote"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
@@ -0,0 +1,65 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.2-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpFileClient::RepositoryVersion
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'RepositoryVersion' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpFileClient::RepositoryVersion.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of RepositoryVersion' do
31
+ it 'should create an instance of RepositoryVersion' do
32
+ expect(@instance).to be_instance_of(PulpFileClient::RepositoryVersion)
33
+ end
34
+ end
35
+ describe 'test attribute "pulp_href"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "pulp_created"' 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
+
47
+ describe 'test attribute "number"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "base_version"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ describe 'test attribute "content_summary"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
65
+ end
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
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: 0.1.0b4
4
+ version: 0.1.0rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-15 00:00:00.000000000 Z
11
+ date: 2019-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -76,55 +76,91 @@ files:
76
76
  - Rakefile
77
77
  - docs/AsyncOperationResponse.md
78
78
  - docs/ContentFilesApi.md
79
+ - docs/ContentSummary.md
79
80
  - docs/DistributionsFileApi.md
80
- - docs/FileContent.md
81
- - docs/FileDistribution.md
82
- - docs/FilePublication.md
83
- - docs/FileRemote.md
81
+ - docs/FileExportersFileApi.md
82
+ - docs/FileFileContent.md
83
+ - docs/FileFileDistribution.md
84
+ - docs/FileFileFileSystemExporter.md
85
+ - docs/FileFilePublication.md
86
+ - docs/FileFileRemote.md
87
+ - docs/FileFileRepository.md
84
88
  - docs/InlineResponse200.md
85
89
  - docs/InlineResponse2001.md
86
90
  - docs/InlineResponse2002.md
87
91
  - docs/InlineResponse2003.md
92
+ - docs/InlineResponse2004.md
93
+ - docs/InlineResponse2005.md
94
+ - docs/InlineResponse2006.md
95
+ - docs/PublicationExport.md
88
96
  - docs/PublicationsFileApi.md
89
97
  - docs/RemotesFileApi.md
98
+ - docs/RepositoriesFileApi.md
99
+ - docs/RepositoriesFileVersionsApi.md
100
+ - docs/RepositoryAddRemoveContent.md
90
101
  - docs/RepositorySyncURL.md
102
+ - docs/RepositoryVersion.md
91
103
  - git_push.sh
92
104
  - lib/pulp_file_client.rb
93
105
  - lib/pulp_file_client/api/content_files_api.rb
94
106
  - lib/pulp_file_client/api/distributions_file_api.rb
107
+ - lib/pulp_file_client/api/file_exporters_file_api.rb
95
108
  - lib/pulp_file_client/api/publications_file_api.rb
96
109
  - lib/pulp_file_client/api/remotes_file_api.rb
110
+ - lib/pulp_file_client/api/repositories_file_api.rb
111
+ - lib/pulp_file_client/api/repositories_file_versions_api.rb
97
112
  - lib/pulp_file_client/api_client.rb
98
113
  - lib/pulp_file_client/api_error.rb
99
114
  - lib/pulp_file_client/configuration.rb
100
115
  - lib/pulp_file_client/models/async_operation_response.rb
101
- - lib/pulp_file_client/models/file_content.rb
102
- - lib/pulp_file_client/models/file_distribution.rb
103
- - lib/pulp_file_client/models/file_publication.rb
104
- - lib/pulp_file_client/models/file_remote.rb
116
+ - lib/pulp_file_client/models/content_summary.rb
117
+ - lib/pulp_file_client/models/file_file_content.rb
118
+ - lib/pulp_file_client/models/file_file_distribution.rb
119
+ - lib/pulp_file_client/models/file_file_file_system_exporter.rb
120
+ - lib/pulp_file_client/models/file_file_publication.rb
121
+ - lib/pulp_file_client/models/file_file_remote.rb
122
+ - lib/pulp_file_client/models/file_file_repository.rb
105
123
  - lib/pulp_file_client/models/inline_response200.rb
106
124
  - lib/pulp_file_client/models/inline_response2001.rb
107
125
  - lib/pulp_file_client/models/inline_response2002.rb
108
126
  - lib/pulp_file_client/models/inline_response2003.rb
127
+ - lib/pulp_file_client/models/inline_response2004.rb
128
+ - lib/pulp_file_client/models/inline_response2005.rb
129
+ - lib/pulp_file_client/models/inline_response2006.rb
130
+ - lib/pulp_file_client/models/publication_export.rb
131
+ - lib/pulp_file_client/models/repository_add_remove_content.rb
109
132
  - lib/pulp_file_client/models/repository_sync_url.rb
133
+ - lib/pulp_file_client/models/repository_version.rb
110
134
  - lib/pulp_file_client/version.rb
111
135
  - pulp_file_client.gemspec
112
136
  - spec/api/content_files_api_spec.rb
113
137
  - spec/api/distributions_file_api_spec.rb
138
+ - spec/api/file_exporters_file_api_spec.rb
114
139
  - spec/api/publications_file_api_spec.rb
115
140
  - spec/api/remotes_file_api_spec.rb
141
+ - spec/api/repositories_file_api_spec.rb
142
+ - spec/api/repositories_file_versions_api_spec.rb
116
143
  - spec/api_client_spec.rb
117
144
  - spec/configuration_spec.rb
118
145
  - spec/models/async_operation_response_spec.rb
119
- - spec/models/file_content_spec.rb
120
- - spec/models/file_distribution_spec.rb
121
- - spec/models/file_publication_spec.rb
122
- - spec/models/file_remote_spec.rb
146
+ - spec/models/content_summary_spec.rb
147
+ - spec/models/file_file_content_spec.rb
148
+ - spec/models/file_file_distribution_spec.rb
149
+ - spec/models/file_file_file_system_exporter_spec.rb
150
+ - spec/models/file_file_publication_spec.rb
151
+ - spec/models/file_file_remote_spec.rb
152
+ - spec/models/file_file_repository_spec.rb
123
153
  - spec/models/inline_response2001_spec.rb
124
154
  - spec/models/inline_response2002_spec.rb
125
155
  - spec/models/inline_response2003_spec.rb
156
+ - spec/models/inline_response2004_spec.rb
157
+ - spec/models/inline_response2005_spec.rb
158
+ - spec/models/inline_response2006_spec.rb
126
159
  - spec/models/inline_response200_spec.rb
160
+ - spec/models/publication_export_spec.rb
161
+ - spec/models/repository_add_remove_content_spec.rb
127
162
  - spec/models/repository_sync_url_spec.rb
163
+ - spec/models/repository_version_spec.rb
128
164
  - spec/spec_helper.rb
129
165
  homepage: https://openapi-generator.tech
130
166
  licenses:
@@ -152,19 +188,31 @@ specification_version: 4
152
188
  summary: Pulp 3 API Ruby Gem
153
189
  test_files:
154
190
  - spec/api/content_files_api_spec.rb
191
+ - spec/api/repositories_file_api_spec.rb
155
192
  - spec/api/remotes_file_api_spec.rb
193
+ - spec/api/repositories_file_versions_api_spec.rb
194
+ - spec/api/file_exporters_file_api_spec.rb
156
195
  - spec/api/distributions_file_api_spec.rb
157
196
  - spec/api/publications_file_api_spec.rb
158
197
  - spec/api_client_spec.rb
159
198
  - spec/configuration_spec.rb
160
199
  - spec/models/inline_response2003_spec.rb
161
- - spec/models/file_publication_spec.rb
200
+ - spec/models/repository_version_spec.rb
201
+ - spec/models/publication_export_spec.rb
162
202
  - spec/models/inline_response2001_spec.rb
203
+ - spec/models/file_file_distribution_spec.rb
204
+ - spec/models/inline_response2006_spec.rb
163
205
  - spec/models/inline_response2002_spec.rb
206
+ - spec/models/inline_response2004_spec.rb
164
207
  - spec/models/async_operation_response_spec.rb
165
- - spec/models/file_remote_spec.rb
166
- - spec/models/file_distribution_spec.rb
208
+ - spec/models/file_file_content_spec.rb
209
+ - spec/models/content_summary_spec.rb
167
210
  - spec/models/repository_sync_url_spec.rb
168
- - spec/models/file_content_spec.rb
211
+ - spec/models/repository_add_remove_content_spec.rb
212
+ - spec/models/file_file_publication_spec.rb
213
+ - spec/models/file_file_file_system_exporter_spec.rb
214
+ - spec/models/file_file_repository_spec.rb
215
+ - spec/models/inline_response2005_spec.rb
216
+ - spec/models/file_file_remote_spec.rb
169
217
  - spec/models/inline_response200_spec.rb
170
218
  - spec/spec_helper.rb