pulp_deb_client 2.3.0b1 → 2.4.0b1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +21 -8
  3. data/docs/ContentGenericContentsApi.md +5 -5
  4. data/docs/ContentInstallerFileIndicesApi.md +5 -5
  5. data/docs/ContentInstallerPackagesApi.md +5 -5
  6. data/docs/ContentPackageIndicesApi.md +5 -5
  7. data/docs/ContentPackageReleaseComponentsApi.md +5 -5
  8. data/docs/ContentPackagesApi.md +5 -5
  9. data/docs/ContentReleaseArchitecturesApi.md +5 -5
  10. data/docs/ContentReleaseComponentsApi.md +5 -5
  11. data/docs/ContentReleaseFilesApi.md +5 -5
  12. data/docs/ContentReleasesApi.md +5 -5
  13. data/docs/{DebBasePackage.md → DebBasePackageRead.md} +2 -2
  14. data/docs/DebDebDistributionRead.md +29 -0
  15. data/docs/DebDebPublicationRead.md +29 -0
  16. data/docs/DebDebRemote.md +7 -3
  17. data/docs/DebDebRemoteRead.md +57 -0
  18. data/docs/DebDebRepositoryRead.md +27 -0
  19. data/docs/{DebGenericContent.md → DebGenericContentRead.md} +2 -2
  20. data/docs/DebInstallerFileIndexRead.md +29 -0
  21. data/docs/DebPackageIndexRead.md +29 -0
  22. data/docs/DebPackageReleaseComponentRead.md +23 -0
  23. data/docs/DebReleaseArchitectureRead.md +23 -0
  24. data/docs/DebReleaseComponentRead.md +23 -0
  25. data/docs/DebReleaseFileRead.md +29 -0
  26. data/docs/DebReleaseRead.md +25 -0
  27. data/docs/DebVerbatimPublicationRead.md +23 -0
  28. data/docs/DistributionsAptApi.md +3 -3
  29. data/docs/InlineResponse200.md +1 -1
  30. data/docs/InlineResponse2001.md +1 -1
  31. data/docs/InlineResponse20010.md +1 -1
  32. data/docs/InlineResponse20011.md +1 -1
  33. data/docs/InlineResponse20012.md +1 -1
  34. data/docs/InlineResponse20013.md +1 -1
  35. data/docs/InlineResponse20014.md +1 -1
  36. data/docs/InlineResponse2002.md +1 -1
  37. data/docs/InlineResponse2003.md +1 -1
  38. data/docs/InlineResponse2004.md +1 -1
  39. data/docs/InlineResponse2005.md +1 -1
  40. data/docs/InlineResponse2006.md +1 -1
  41. data/docs/InlineResponse2007.md +1 -1
  42. data/docs/InlineResponse2008.md +1 -1
  43. data/docs/InlineResponse2009.md +1 -1
  44. data/docs/PublicationsAptApi.md +3 -3
  45. data/docs/PublicationsVerbatimApi.md +3 -3
  46. data/docs/RemotesAptApi.md +5 -5
  47. data/docs/RepositoriesAptApi.md +10 -10
  48. data/docs/RepositoriesDebVersionsApi.md +3 -3
  49. data/docs/RepositoryVersionRead.md +25 -0
  50. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +5 -5
  51. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +6 -6
  52. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +5 -5
  53. data/lib/pulp_deb_client/api/content_package_indices_api.rb +6 -6
  54. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +6 -6
  55. data/lib/pulp_deb_client/api/content_packages_api.rb +5 -5
  56. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -6
  57. data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -6
  58. data/lib/pulp_deb_client/api/content_release_files_api.rb +6 -6
  59. data/lib/pulp_deb_client/api/content_releases_api.rb +6 -6
  60. data/lib/pulp_deb_client/api/distributions_apt_api.rb +3 -3
  61. data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -3
  62. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
  63. data/lib/pulp_deb_client/api/remotes_apt_api.rb +6 -6
  64. data/lib/pulp_deb_client/api/repositories_apt_api.rb +15 -15
  65. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +3 -3
  66. data/lib/pulp_deb_client/configuration.rb +2 -2
  67. data/lib/pulp_deb_client/models/{deb_base_package.rb → deb_base_package_read.rb} +3 -3
  68. data/lib/pulp_deb_client/models/deb_deb_distribution_read.rb +331 -0
  69. data/lib/pulp_deb_client/models/deb_deb_publication_read.rb +269 -0
  70. data/lib/pulp_deb_client/models/deb_deb_remote.rb +56 -4
  71. data/lib/pulp_deb_client/models/deb_deb_remote_read.rb +670 -0
  72. data/lib/pulp_deb_client/models/deb_deb_repository_read.rb +294 -0
  73. data/lib/pulp_deb_client/models/{deb_generic_content.rb → deb_generic_content_read.rb} +3 -3
  74. data/lib/pulp_deb_client/models/deb_installer_file_index_read.rb +341 -0
  75. data/lib/pulp_deb_client/models/deb_package_index_read.rb +341 -0
  76. data/lib/pulp_deb_client/models/deb_package_release_component_read.rb +246 -0
  77. data/lib/pulp_deb_client/models/deb_release_architecture_read.rb +265 -0
  78. data/lib/pulp_deb_client/models/deb_release_component_read.rb +265 -0
  79. data/lib/pulp_deb_client/models/deb_release_file_read.rb +342 -0
  80. data/lib/pulp_deb_client/models/deb_release_read.rb +315 -0
  81. data/lib/pulp_deb_client/models/deb_verbatim_publication_read.rb +235 -0
  82. data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
  83. data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
  84. data/lib/pulp_deb_client/models/inline_response20010.rb +1 -1
  85. data/lib/pulp_deb_client/models/inline_response20011.rb +1 -1
  86. data/lib/pulp_deb_client/models/inline_response20012.rb +1 -1
  87. data/lib/pulp_deb_client/models/inline_response20013.rb +1 -1
  88. data/lib/pulp_deb_client/models/inline_response20014.rb +1 -1
  89. data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
  90. data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
  91. data/lib/pulp_deb_client/models/inline_response2004.rb +1 -1
  92. data/lib/pulp_deb_client/models/inline_response2005.rb +1 -1
  93. data/lib/pulp_deb_client/models/inline_response2006.rb +1 -1
  94. data/lib/pulp_deb_client/models/inline_response2007.rb +1 -1
  95. data/lib/pulp_deb_client/models/inline_response2008.rb +1 -1
  96. data/lib/pulp_deb_client/models/inline_response2009.rb +1 -1
  97. data/lib/pulp_deb_client/models/repository_version_read.rb +244 -0
  98. data/lib/pulp_deb_client/version.rb +1 -1
  99. data/lib/pulp_deb_client.rb +15 -2
  100. data/spec/api/content_generic_contents_api_spec.rb +2 -2
  101. data/spec/api/content_installer_file_indices_api_spec.rb +2 -2
  102. data/spec/api/content_installer_packages_api_spec.rb +2 -2
  103. data/spec/api/content_package_indices_api_spec.rb +2 -2
  104. data/spec/api/content_package_release_components_api_spec.rb +2 -2
  105. data/spec/api/content_packages_api_spec.rb +2 -2
  106. data/spec/api/content_release_architectures_api_spec.rb +2 -2
  107. data/spec/api/content_release_components_api_spec.rb +2 -2
  108. data/spec/api/content_release_files_api_spec.rb +2 -2
  109. data/spec/api/content_releases_api_spec.rb +2 -2
  110. data/spec/api/distributions_apt_api_spec.rb +1 -1
  111. data/spec/api/publications_apt_api_spec.rb +1 -1
  112. data/spec/api/publications_verbatim_api_spec.rb +1 -1
  113. data/spec/api/remotes_apt_api_spec.rb +2 -2
  114. data/spec/api/repositories_apt_api_spec.rb +6 -6
  115. data/spec/api/repositories_deb_versions_api_spec.rb +1 -1
  116. data/spec/configuration_spec.rb +3 -3
  117. data/spec/models/{deb_base_package_spec.rb → deb_base_package_read_spec.rb} +6 -6
  118. data/spec/models/deb_deb_distribution_read_spec.rb +77 -0
  119. data/spec/models/deb_deb_publication_read_spec.rb +77 -0
  120. data/spec/models/deb_deb_remote_read_spec.rb +165 -0
  121. data/spec/models/deb_deb_remote_spec.rb +12 -0
  122. data/spec/models/deb_deb_repository_read_spec.rb +71 -0
  123. data/spec/models/{deb_generic_content_spec.rb → deb_generic_content_read_spec.rb} +6 -6
  124. data/spec/models/deb_installer_file_index_read_spec.rb +77 -0
  125. data/spec/models/deb_package_index_read_spec.rb +77 -0
  126. data/spec/models/deb_package_release_component_read_spec.rb +59 -0
  127. data/spec/models/deb_release_architecture_read_spec.rb +59 -0
  128. data/spec/models/deb_release_component_read_spec.rb +59 -0
  129. data/spec/models/deb_release_file_read_spec.rb +77 -0
  130. data/spec/models/deb_release_read_spec.rb +65 -0
  131. data/spec/models/deb_verbatim_publication_read_spec.rb +59 -0
  132. data/spec/models/repository_version_read_spec.rb +65 -0
  133. metadata +62 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c8b6a6e7e25eba634aff69eb871eaa0345ec816de80b632ad1ae21c6b6fe321
4
- data.tar.gz: 654d7f408b5669de564f3a9c7f5ba5ca76bd458e32ecd9da753850231ad60495
3
+ metadata.gz: d64be4fc259c9ce998d83c20f02598b50307d550afd477aadbe440270d37e88b
4
+ data.tar.gz: c4c05fc65d0956b907cc904afdc059f26a23494329da665e91eb0309457dd39f
5
5
  SHA512:
6
- metadata.gz: 66f0a51dd89793619b9d83f6a3fdc1ccd2dfa67ffbd5dc750fe347e322965716d5c6415f4e309cd821926c53c6744610aa1fadbf7291b6c5b8a2340d49c6a926
7
- data.tar.gz: c7c5c4e40abbc2a864a58882ba8d7cce6e806240e34ced3cabfab6ffeee06008a3d32dbf99b98cd119b7dc2422c4572c9865e5cd7806a206f359d175dd9b7b63
6
+ metadata.gz: 867e62841d82939fc5df3e42a7f0a0ed2576710d0168956a917b3ea67f2d0673c11c270d23d236a7028376a580bd17f17afb8a17b811e4592908711c247aa5fb
7
+ data.tar.gz: 7fe00a46987bb97a743dd5a0a4e14e1f091f5dd826bc55d0924a6535233d47415c99104f549938bd54a1c2233d3083d25f8153ab7cc316d40dcc640d009f672a
data/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
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: 2.3.0b1
10
+ - Package version: 2.4.0b1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build pulp_deb_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./pulp_deb_client-2.3.0b1.gem
26
+ gem install ./pulp_deb_client-2.4.0b1.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_deb_client-2.3.0b1.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_deb_client-2.4.0b1.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'pulp_deb_client', '~> 2.3.0b1'
35
+ gem 'pulp_deb_client', '~> 2.4.0b1'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -67,7 +67,7 @@ api_instance = PulpDebClient::ContentGenericContentsApi.new
67
67
  relative_path = 'relative_path_example' # String | Path where the artifact is located relative to distributions base_path
68
68
  opts = {
69
69
  artifact: 'artifact_example', # String | Artifact file representing the physical content
70
- file: File.new('/path/to/file'), # File | An uploaded file that should be turned into the artifact of the content unit.
70
+ file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
71
71
  repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
72
72
  }
73
73
 
@@ -83,7 +83,7 @@ end
83
83
 
84
84
  ## Documentation for API Endpoints
85
85
 
86
- All URIs are relative to *http://localhost:24817*
86
+ All URIs are relative to *http://pulp*
87
87
 
88
88
  Class | Method | HTTP request | Description
89
89
  ------------ | ------------- | ------------- | -------------
@@ -155,20 +155,32 @@ Class | Method | HTTP request | Description
155
155
 
156
156
  - [PulpDebClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
157
157
  - [PulpDebClient::ContentSummary](docs/ContentSummary.md)
158
- - [PulpDebClient::DebBasePackage](docs/DebBasePackage.md)
158
+ - [PulpDebClient::DebBasePackageRead](docs/DebBasePackageRead.md)
159
159
  - [PulpDebClient::DebDebDistribution](docs/DebDebDistribution.md)
160
+ - [PulpDebClient::DebDebDistributionRead](docs/DebDebDistributionRead.md)
160
161
  - [PulpDebClient::DebDebPublication](docs/DebDebPublication.md)
162
+ - [PulpDebClient::DebDebPublicationRead](docs/DebDebPublicationRead.md)
161
163
  - [PulpDebClient::DebDebRemote](docs/DebDebRemote.md)
164
+ - [PulpDebClient::DebDebRemoteRead](docs/DebDebRemoteRead.md)
162
165
  - [PulpDebClient::DebDebRepository](docs/DebDebRepository.md)
163
- - [PulpDebClient::DebGenericContent](docs/DebGenericContent.md)
166
+ - [PulpDebClient::DebDebRepositoryRead](docs/DebDebRepositoryRead.md)
167
+ - [PulpDebClient::DebGenericContentRead](docs/DebGenericContentRead.md)
164
168
  - [PulpDebClient::DebInstallerFileIndex](docs/DebInstallerFileIndex.md)
169
+ - [PulpDebClient::DebInstallerFileIndexRead](docs/DebInstallerFileIndexRead.md)
165
170
  - [PulpDebClient::DebPackageIndex](docs/DebPackageIndex.md)
171
+ - [PulpDebClient::DebPackageIndexRead](docs/DebPackageIndexRead.md)
166
172
  - [PulpDebClient::DebPackageReleaseComponent](docs/DebPackageReleaseComponent.md)
173
+ - [PulpDebClient::DebPackageReleaseComponentRead](docs/DebPackageReleaseComponentRead.md)
167
174
  - [PulpDebClient::DebRelease](docs/DebRelease.md)
168
175
  - [PulpDebClient::DebReleaseArchitecture](docs/DebReleaseArchitecture.md)
176
+ - [PulpDebClient::DebReleaseArchitectureRead](docs/DebReleaseArchitectureRead.md)
169
177
  - [PulpDebClient::DebReleaseComponent](docs/DebReleaseComponent.md)
178
+ - [PulpDebClient::DebReleaseComponentRead](docs/DebReleaseComponentRead.md)
170
179
  - [PulpDebClient::DebReleaseFile](docs/DebReleaseFile.md)
180
+ - [PulpDebClient::DebReleaseFileRead](docs/DebReleaseFileRead.md)
181
+ - [PulpDebClient::DebReleaseRead](docs/DebReleaseRead.md)
171
182
  - [PulpDebClient::DebVerbatimPublication](docs/DebVerbatimPublication.md)
183
+ - [PulpDebClient::DebVerbatimPublicationRead](docs/DebVerbatimPublicationRead.md)
172
184
  - [PulpDebClient::InlineResponse200](docs/InlineResponse200.md)
173
185
  - [PulpDebClient::InlineResponse2001](docs/InlineResponse2001.md)
174
186
  - [PulpDebClient::InlineResponse20010](docs/InlineResponse20010.md)
@@ -187,6 +199,7 @@ Class | Method | HTTP request | Description
187
199
  - [PulpDebClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
188
200
  - [PulpDebClient::RepositorySyncURL](docs/RepositorySyncURL.md)
189
201
  - [PulpDebClient::RepositoryVersion](docs/RepositoryVersion.md)
202
+ - [PulpDebClient::RepositoryVersionRead](docs/RepositoryVersionRead.md)
190
203
 
191
204
 
192
205
  ## Documentation for Authorization
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentGenericContentsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -34,7 +34,7 @@ api_instance = PulpDebClient::ContentGenericContentsApi.new
34
34
  relative_path = 'relative_path_example' # String | Path where the artifact is located relative to distributions base_path
35
35
  opts = {
36
36
  artifact: 'artifact_example', # String | Artifact file representing the physical content
37
- file: File.new('/path/to/file'), # File | An uploaded file that should be turned into the artifact of the content unit.
37
+ file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
38
38
  repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
39
39
  }
40
40
 
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
54
54
  ------------- | ------------- | ------------- | -------------
55
55
  **relative_path** | **String**| Path where the artifact is located relative to distributions base_path |
56
56
  **artifact** | **String**| Artifact file representing the physical content | [optional]
57
- **file** | **File**| An uploaded file that should be turned into the artifact of the content unit. | [optional]
57
+ **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
58
58
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
59
59
 
60
60
  ### Return type
@@ -146,7 +146,7 @@ Name | Type | Description | Notes
146
146
 
147
147
  ## read
148
148
 
149
- > DebGenericContent read(generic_content_href, opts)
149
+ > DebGenericContentRead read(generic_content_href, opts)
150
150
 
151
151
  Inspect a generic content
152
152
 
@@ -191,7 +191,7 @@ Name | Type | Description | Notes
191
191
 
192
192
  ### Return type
193
193
 
194
- [**DebGenericContent**](DebGenericContent.md)
194
+ [**DebGenericContentRead**](DebGenericContentRead.md)
195
195
 
196
196
  ### Authorization
197
197
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentInstallerFileIndicesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebInstallerFileIndex create(data)
15
+ > DebInstallerFileIndexRead create(data)
16
16
 
17
17
  Create an installer file index
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebInstallerFileIndex**](DebInstallerFileIndex.md)
54
+ [**DebInstallerFileIndexRead**](DebInstallerFileIndexRead.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
142
142
 
143
143
  ## read
144
144
 
145
- > DebInstallerFileIndex read(installer_file_index_href, opts)
145
+ > DebInstallerFileIndexRead read(installer_file_index_href, opts)
146
146
 
147
147
  Inspect an installer file index
148
148
 
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
187
187
 
188
188
  ### Return type
189
189
 
190
- [**DebInstallerFileIndex**](DebInstallerFileIndex.md)
190
+ [**DebInstallerFileIndexRead**](DebInstallerFileIndexRead.md)
191
191
 
192
192
  ### Authorization
193
193
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentInstallerPackagesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -34,7 +34,7 @@ api_instance = PulpDebClient::ContentInstallerPackagesApi.new
34
34
  opts = {
35
35
  artifact: 'artifact_example', # String | Artifact file representing the physical content
36
36
  relative_path: 'relative_path_example', # String | Path where the artifact is located relative to distributions base_path
37
- file: File.new('/path/to/file'), # File | An uploaded file that should be turned into the artifact of the content unit.
37
+ file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
38
38
  repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
39
39
  }
40
40
 
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
54
54
  ------------- | ------------- | ------------- | -------------
55
55
  **artifact** | **String**| Artifact file representing the physical content | [optional]
56
56
  **relative_path** | **String**| Path where the artifact is located relative to distributions base_path | [optional]
57
- **file** | **File**| An uploaded file that should be turned into the artifact of the content unit. | [optional]
57
+ **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
58
58
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
59
59
 
60
60
  ### Return type
@@ -176,7 +176,7 @@ Name | Type | Description | Notes
176
176
 
177
177
  ## read
178
178
 
179
- > DebBasePackage read(installer_package_href, opts)
179
+ > DebBasePackageRead read(installer_package_href, opts)
180
180
 
181
181
  Inspect an installer package
182
182
 
@@ -221,7 +221,7 @@ Name | Type | Description | Notes
221
221
 
222
222
  ### Return type
223
223
 
224
- [**DebBasePackage**](DebBasePackage.md)
224
+ [**DebBasePackageRead**](DebBasePackageRead.md)
225
225
 
226
226
  ### Authorization
227
227
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentPackageIndicesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebPackageIndex create(data)
15
+ > DebPackageIndexRead create(data)
16
16
 
17
17
  Create a package index
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebPackageIndex**](DebPackageIndex.md)
54
+ [**DebPackageIndexRead**](DebPackageIndexRead.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
142
142
 
143
143
  ## read
144
144
 
145
- > DebPackageIndex read(package_index_href, opts)
145
+ > DebPackageIndexRead read(package_index_href, opts)
146
146
 
147
147
  Inspect a package index
148
148
 
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
187
187
 
188
188
  ### Return type
189
189
 
190
- [**DebPackageIndex**](DebPackageIndex.md)
190
+ [**DebPackageIndexRead**](DebPackageIndexRead.md)
191
191
 
192
192
  ### Authorization
193
193
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentPackageReleaseComponentsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebPackageReleaseComponent create(data)
15
+ > DebPackageReleaseComponentRead create(data)
16
16
 
17
17
  Create a package release component
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebPackageReleaseComponent**](DebPackageReleaseComponent.md)
54
+ [**DebPackageReleaseComponentRead**](DebPackageReleaseComponentRead.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
138
138
 
139
139
  ## read
140
140
 
141
- > DebPackageReleaseComponent read(package_release_component_href, opts)
141
+ > DebPackageReleaseComponentRead read(package_release_component_href, opts)
142
142
 
143
143
  Inspect a package release component
144
144
 
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
183
183
 
184
184
  ### Return type
185
185
 
186
- [**DebPackageReleaseComponent**](DebPackageReleaseComponent.md)
186
+ [**DebPackageReleaseComponentRead**](DebPackageReleaseComponentRead.md)
187
187
 
188
188
  ### Authorization
189
189
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentPackagesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -34,7 +34,7 @@ api_instance = PulpDebClient::ContentPackagesApi.new
34
34
  opts = {
35
35
  artifact: 'artifact_example', # String | Artifact file representing the physical content
36
36
  relative_path: 'relative_path_example', # String | Path where the artifact is located relative to distributions base_path
37
- file: File.new('/path/to/file'), # File | An uploaded file that should be turned into the artifact of the content unit.
37
+ file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
38
38
  repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
39
39
  }
40
40
 
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
54
54
  ------------- | ------------- | ------------- | -------------
55
55
  **artifact** | **String**| Artifact file representing the physical content | [optional]
56
56
  **relative_path** | **String**| Path where the artifact is located relative to distributions base_path | [optional]
57
- **file** | **File**| An uploaded file that should be turned into the artifact of the content unit. | [optional]
57
+ **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
58
58
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
59
59
 
60
60
  ### Return type
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
178
178
 
179
179
  ## read
180
180
 
181
- > DebBasePackage read(package_href, opts)
181
+ > DebBasePackageRead read(package_href, opts)
182
182
 
183
183
  Inspect a package
184
184
 
@@ -223,7 +223,7 @@ Name | Type | Description | Notes
223
223
 
224
224
  ### Return type
225
225
 
226
- [**DebBasePackage**](DebBasePackage.md)
226
+ [**DebBasePackageRead**](DebBasePackageRead.md)
227
227
 
228
228
  ### Authorization
229
229
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentReleaseArchitecturesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebReleaseArchitecture create(data)
15
+ > DebReleaseArchitectureRead create(data)
16
16
 
17
17
  Create a release architecture
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebReleaseArchitecture**](DebReleaseArchitecture.md)
54
+ [**DebReleaseArchitectureRead**](DebReleaseArchitectureRead.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
138
138
 
139
139
  ## read
140
140
 
141
- > DebReleaseArchitecture read(release_architecture_href, opts)
141
+ > DebReleaseArchitectureRead read(release_architecture_href, opts)
142
142
 
143
143
  Inspect a release architecture
144
144
 
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
183
183
 
184
184
  ### Return type
185
185
 
186
- [**DebReleaseArchitecture**](DebReleaseArchitecture.md)
186
+ [**DebReleaseArchitectureRead**](DebReleaseArchitectureRead.md)
187
187
 
188
188
  ### Authorization
189
189
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentReleaseComponentsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebReleaseComponent create(data)
15
+ > DebReleaseComponentRead create(data)
16
16
 
17
17
  Create a release component
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebReleaseComponent**](DebReleaseComponent.md)
54
+ [**DebReleaseComponentRead**](DebReleaseComponentRead.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
138
138
 
139
139
  ## read
140
140
 
141
- > DebReleaseComponent read(release_component_href, opts)
141
+ > DebReleaseComponentRead read(release_component_href, opts)
142
142
 
143
143
  Inspect a release component
144
144
 
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
183
183
 
184
184
  ### Return type
185
185
 
186
- [**DebReleaseComponent**](DebReleaseComponent.md)
186
+ [**DebReleaseComponentRead**](DebReleaseComponentRead.md)
187
187
 
188
188
  ### Authorization
189
189
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentReleaseFilesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebReleaseFile create(data)
15
+ > DebReleaseFileRead create(data)
16
16
 
17
17
  Create a release file
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebReleaseFile**](DebReleaseFile.md)
54
+ [**DebReleaseFileRead**](DebReleaseFileRead.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
142
142
 
143
143
  ## read
144
144
 
145
- > DebReleaseFile read(release_file_href, opts)
145
+ > DebReleaseFileRead read(release_file_href, opts)
146
146
 
147
147
  Inspect a release file
148
148
 
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
187
187
 
188
188
  ### Return type
189
189
 
190
- [**DebReleaseFile**](DebReleaseFile.md)
190
+ [**DebReleaseFileRead**](DebReleaseFileRead.md)
191
191
 
192
192
  ### Authorization
193
193
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentReleasesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebRelease create(data)
15
+ > DebReleaseRead create(data)
16
16
 
17
17
  Create a release
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebRelease**](DebRelease.md)
54
+ [**DebReleaseRead**](DebReleaseRead.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -140,7 +140,7 @@ Name | Type | Description | Notes
140
140
 
141
141
  ## read
142
142
 
143
- > DebRelease read(release_href, opts)
143
+ > DebReleaseRead read(release_href, opts)
144
144
 
145
145
  Inspect a release
146
146
 
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
185
185
 
186
186
  ### Return type
187
187
 
188
- [**DebRelease**](DebRelease.md)
188
+ [**DebReleaseRead**](DebReleaseRead.md)
189
189
 
190
190
  ### Authorization
191
191
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::DebBasePackage
1
+ # PulpDebClient::DebBasePackageRead
2
2
 
3
3
  ## Properties
4
4
 
@@ -49,7 +49,7 @@ Name | Type | Description | Notes
49
49
  ```ruby
50
50
  require 'PulpDebClient'
51
51
 
52
- instance = PulpDebClient::DebBasePackage.new(pulp_href: null,
52
+ instance = PulpDebClient::DebBasePackageRead.new(pulp_href: null,
53
53
  pulp_created: null,
54
54
  artifact: null,
55
55
  relative_path: null,
@@ -0,0 +1,29 @@
1
+ # PulpDebClient::DebDebDistributionRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
+ **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
+ **content_guard** | **String** | An optional content-guard. | [optional]
12
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
13
+ **publication** | **String** | Publication to be served | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpDebClient'
19
+
20
+ instance = PulpDebClient::DebDebDistributionRead.new(pulp_href: null,
21
+ pulp_created: null,
22
+ base_path: null,
23
+ base_url: null,
24
+ content_guard: null,
25
+ name: null,
26
+ publication: null)
27
+ ```
28
+
29
+
@@ -0,0 +1,29 @@
1
+ # PulpDebClient::DebDebPublicationRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **repository_version** | **String** | | [optional]
10
+ **repository** | **String** | A URI of the repository to be published. | [optional]
11
+ **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
12
+ **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to false]
13
+ **signing_service** | **String** | Sign Release files with this signing key | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpDebClient'
19
+
20
+ instance = PulpDebClient::DebDebPublicationRead.new(pulp_href: null,
21
+ pulp_created: null,
22
+ repository_version: null,
23
+ repository: null,
24
+ simple: null,
25
+ structured: null,
26
+ signing_service: null)
27
+ ```
28
+
29
+
data/docs/DebDebRemote.md CHANGED
@@ -8,11 +8,13 @@ Name | Type | Description | Notes
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **name** | **String** | A unique name for this remote. |
10
10
  **url** | **String** | The URL of an external content source. |
11
- **ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. Returns SHA256 checksum of the certificate file on GET. | [optional]
12
- **client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. Returns SHA256 checksum of the certificate file on GET. | [optional]
13
- **client_key** | **String** | A PEM encoded private key used for authentication. Returns SHA256 checksum of the certificate file on GET. | [optional]
11
+ **ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. | [optional]
12
+ **client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. | [optional]
13
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
16
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
18
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
18
20
  **policy** | **String** | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional] [default to 'immediate']
@@ -38,6 +40,8 @@ instance = PulpDebClient::DebDebRemote.new(pulp_href: null,
38
40
  client_key: null,
39
41
  tls_validation: null,
40
42
  proxy_url: null,
43
+ username: null,
44
+ password: null,
41
45
  pulp_last_updated: null,
42
46
  download_concurrency: null,
43
47
  policy: null,