pulp_deb_client 2.4.0b1 → 2.5.0b1

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.
Files changed (140) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +35 -48
  3. data/docs/ContentGenericContentsApi.md +2 -2
  4. data/docs/ContentInstallerFileIndicesApi.md +4 -4
  5. data/docs/ContentInstallerPackagesApi.md +2 -2
  6. data/docs/ContentPackageIndicesApi.md +4 -4
  7. data/docs/ContentPackageReleaseComponentsApi.md +4 -4
  8. data/docs/ContentPackagesApi.md +2 -2
  9. data/docs/ContentReleaseArchitecturesApi.md +4 -4
  10. data/docs/ContentReleaseComponentsApi.md +4 -4
  11. data/docs/ContentReleaseFilesApi.md +4 -4
  12. data/docs/ContentReleasesApi.md +4 -4
  13. data/docs/{DebDebDistribution.md → DebAptDistribution.md} +2 -2
  14. data/docs/{DebDebPublication.md → DebAptPublication.md} +2 -2
  15. data/docs/{DebDebRemote.md → DebAptRemote.md} +2 -2
  16. data/docs/{DebDebRepository.md → DebAptRepository.md} +2 -2
  17. data/docs/{DebBasePackageRead.md → DebBasePackage.md} +2 -2
  18. data/docs/{DebGenericContentRead.md → DebGenericContent.md} +2 -2
  19. data/docs/DistributionsAptApi.md +43 -43
  20. data/docs/InlineResponse200.md +1 -1
  21. data/docs/InlineResponse2001.md +1 -1
  22. data/docs/InlineResponse20010.md +1 -1
  23. data/docs/InlineResponse20011.md +1 -1
  24. data/docs/InlineResponse20012.md +1 -1
  25. data/docs/InlineResponse20013.md +1 -1
  26. data/docs/InlineResponse20014.md +1 -1
  27. data/docs/InlineResponse2002.md +1 -1
  28. data/docs/InlineResponse2003.md +1 -1
  29. data/docs/InlineResponse2004.md +1 -1
  30. data/docs/InlineResponse2005.md +1 -1
  31. data/docs/InlineResponse2006.md +1 -1
  32. data/docs/InlineResponse2007.md +1 -1
  33. data/docs/InlineResponse2008.md +1 -1
  34. data/docs/InlineResponse2009.md +1 -1
  35. data/docs/PublicationsAptApi.md +26 -26
  36. data/docs/PublicationsVerbatimApi.md +2 -2
  37. data/docs/RemotesAptApi.md +46 -46
  38. data/docs/RepositoriesAptApi.md +56 -56
  39. data/docs/RepositoriesDebVersionsApi.md +13 -11
  40. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
  41. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +6 -6
  42. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
  43. data/lib/pulp_deb_client/api/content_package_indices_api.rb +6 -6
  44. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +6 -6
  45. data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
  46. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -6
  47. data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -6
  48. data/lib/pulp_deb_client/api/content_release_files_api.rb +6 -6
  49. data/lib/pulp_deb_client/api/content_releases_api.rb +6 -6
  50. data/lib/pulp_deb_client/api/distributions_apt_api.rb +61 -61
  51. data/lib/pulp_deb_client/api/publications_apt_api.rb +37 -37
  52. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
  53. data/lib/pulp_deb_client/api/remotes_apt_api.rb +66 -66
  54. data/lib/pulp_deb_client/api/repositories_apt_api.rb +84 -84
  55. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +22 -19
  56. data/lib/pulp_deb_client/models/{deb_deb_distribution.rb → deb_apt_distribution.rb} +3 -3
  57. data/lib/pulp_deb_client/models/{deb_deb_publication.rb → deb_apt_publication.rb} +3 -3
  58. data/lib/pulp_deb_client/models/{deb_deb_remote.rb → deb_apt_remote.rb} +6 -3
  59. data/lib/pulp_deb_client/models/{deb_deb_repository.rb → deb_apt_repository.rb} +3 -3
  60. data/lib/pulp_deb_client/models/{deb_base_package_read.rb → deb_base_package.rb} +3 -3
  61. data/lib/pulp_deb_client/models/{deb_generic_content_read.rb → deb_generic_content.rb} +3 -3
  62. data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
  63. data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
  64. data/lib/pulp_deb_client/models/inline_response20010.rb +1 -1
  65. data/lib/pulp_deb_client/models/inline_response20011.rb +1 -1
  66. data/lib/pulp_deb_client/models/inline_response20012.rb +1 -1
  67. data/lib/pulp_deb_client/models/inline_response20013.rb +1 -1
  68. data/lib/pulp_deb_client/models/inline_response20014.rb +1 -1
  69. data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
  70. data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
  71. data/lib/pulp_deb_client/models/inline_response2004.rb +1 -1
  72. data/lib/pulp_deb_client/models/inline_response2005.rb +1 -1
  73. data/lib/pulp_deb_client/models/inline_response2006.rb +1 -1
  74. data/lib/pulp_deb_client/models/inline_response2007.rb +1 -1
  75. data/lib/pulp_deb_client/models/inline_response2008.rb +1 -1
  76. data/lib/pulp_deb_client/models/inline_response2009.rb +1 -1
  77. data/lib/pulp_deb_client/version.rb +1 -1
  78. data/lib/pulp_deb_client.rb +6 -19
  79. data/spec/api/content_generic_contents_api_spec.rb +1 -1
  80. data/spec/api/content_installer_file_indices_api_spec.rb +2 -2
  81. data/spec/api/content_installer_packages_api_spec.rb +1 -1
  82. data/spec/api/content_package_indices_api_spec.rb +2 -2
  83. data/spec/api/content_package_release_components_api_spec.rb +2 -2
  84. data/spec/api/content_packages_api_spec.rb +1 -1
  85. data/spec/api/content_release_architectures_api_spec.rb +2 -2
  86. data/spec/api/content_release_components_api_spec.rb +2 -2
  87. data/spec/api/content_release_files_api_spec.rb +2 -2
  88. data/spec/api/content_releases_api_spec.rb +2 -2
  89. data/spec/api/distributions_apt_api_spec.rb +13 -13
  90. data/spec/api/publications_apt_api_spec.rb +10 -10
  91. data/spec/api/publications_verbatim_api_spec.rb +1 -1
  92. data/spec/api/remotes_apt_api_spec.rb +15 -15
  93. data/spec/api/repositories_apt_api_spec.rb +17 -17
  94. data/spec/api/repositories_deb_versions_api_spec.rb +6 -5
  95. data/spec/models/{deb_deb_distribution_spec.rb → deb_apt_distribution_spec.rb} +6 -6
  96. data/spec/models/{deb_deb_publication_spec.rb → deb_apt_publication_spec.rb} +6 -6
  97. data/spec/models/{deb_deb_remote_spec.rb → deb_apt_remote_spec.rb} +6 -6
  98. data/spec/models/{deb_deb_repository_spec.rb → deb_apt_repository_spec.rb} +6 -6
  99. data/spec/models/{deb_base_package_read_spec.rb → deb_base_package_spec.rb} +6 -6
  100. data/spec/models/{deb_generic_content_read_spec.rb → deb_generic_content_spec.rb} +6 -6
  101. metadata +26 -78
  102. data/docs/DebDebDistributionRead.md +0 -29
  103. data/docs/DebDebPublicationRead.md +0 -29
  104. data/docs/DebDebRemoteRead.md +0 -57
  105. data/docs/DebDebRepositoryRead.md +0 -27
  106. data/docs/DebInstallerFileIndexRead.md +0 -29
  107. data/docs/DebPackageIndexRead.md +0 -29
  108. data/docs/DebPackageReleaseComponentRead.md +0 -23
  109. data/docs/DebReleaseArchitectureRead.md +0 -23
  110. data/docs/DebReleaseComponentRead.md +0 -23
  111. data/docs/DebReleaseFileRead.md +0 -29
  112. data/docs/DebReleaseRead.md +0 -25
  113. data/docs/DebVerbatimPublicationRead.md +0 -23
  114. data/docs/RepositoryVersionRead.md +0 -25
  115. data/lib/pulp_deb_client/models/deb_deb_distribution_read.rb +0 -331
  116. data/lib/pulp_deb_client/models/deb_deb_publication_read.rb +0 -269
  117. data/lib/pulp_deb_client/models/deb_deb_remote_read.rb +0 -670
  118. data/lib/pulp_deb_client/models/deb_deb_repository_read.rb +0 -294
  119. data/lib/pulp_deb_client/models/deb_installer_file_index_read.rb +0 -341
  120. data/lib/pulp_deb_client/models/deb_package_index_read.rb +0 -341
  121. data/lib/pulp_deb_client/models/deb_package_release_component_read.rb +0 -246
  122. data/lib/pulp_deb_client/models/deb_release_architecture_read.rb +0 -265
  123. data/lib/pulp_deb_client/models/deb_release_component_read.rb +0 -265
  124. data/lib/pulp_deb_client/models/deb_release_file_read.rb +0 -342
  125. data/lib/pulp_deb_client/models/deb_release_read.rb +0 -315
  126. data/lib/pulp_deb_client/models/deb_verbatim_publication_read.rb +0 -235
  127. data/lib/pulp_deb_client/models/repository_version_read.rb +0 -244
  128. data/spec/models/deb_deb_distribution_read_spec.rb +0 -77
  129. data/spec/models/deb_deb_publication_read_spec.rb +0 -77
  130. data/spec/models/deb_deb_remote_read_spec.rb +0 -165
  131. data/spec/models/deb_deb_repository_read_spec.rb +0 -71
  132. data/spec/models/deb_installer_file_index_read_spec.rb +0 -77
  133. data/spec/models/deb_package_index_read_spec.rb +0 -77
  134. data/spec/models/deb_package_release_component_read_spec.rb +0 -59
  135. data/spec/models/deb_release_architecture_read_spec.rb +0 -59
  136. data/spec/models/deb_release_component_read_spec.rb +0 -59
  137. data/spec/models/deb_release_file_read_spec.rb +0 -77
  138. data/spec/models/deb_release_read_spec.rb +0 -65
  139. data/spec/models/deb_verbatim_publication_read_spec.rb +0 -59
  140. data/spec/models/repository_version_read_spec.rb +0 -65
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for InstallerFileIndex.
24
24
  # @param data [DebInstallerFileIndex]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebInstallerFileIndexRead]
26
+ # @return [DebInstallerFileIndex]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for InstallerFileIndex.
34
34
  # @param data [DebInstallerFileIndex]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebInstallerFileIndexRead, Integer, Hash)>] DebInstallerFileIndexRead data, response status code and response headers
36
+ # @return [Array<(DebInstallerFileIndex, Integer, Hash)>] DebInstallerFileIndex data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentInstallerFileIndicesApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebInstallerFileIndexRead'
65
+ return_type = opts[:return_type] || 'DebInstallerFileIndex'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -181,7 +181,7 @@ module PulpDebClient
181
181
  # @param [Hash] opts the optional parameters
182
182
  # @option opts [String] :fields A list of fields to include in the response.
183
183
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
184
- # @return [DebInstallerFileIndexRead]
184
+ # @return [DebInstallerFileIndex]
185
185
  def read(installer_file_index_href, opts = {})
186
186
  data, _status_code, _headers = read_with_http_info(installer_file_index_href, opts)
187
187
  data
@@ -193,7 +193,7 @@ module PulpDebClient
193
193
  # @param [Hash] opts the optional parameters
194
194
  # @option opts [String] :fields A list of fields to include in the response.
195
195
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
196
- # @return [Array<(DebInstallerFileIndexRead, Integer, Hash)>] DebInstallerFileIndexRead data, response status code and response headers
196
+ # @return [Array<(DebInstallerFileIndex, Integer, Hash)>] DebInstallerFileIndex data, response status code and response headers
197
197
  def read_with_http_info(installer_file_index_href, opts = {})
198
198
  if @api_client.config.debugging
199
199
  @api_client.config.logger.debug 'Calling API: ContentInstallerFileIndicesApi.read ...'
@@ -222,7 +222,7 @@ module PulpDebClient
222
222
  post_body = opts[:body]
223
223
 
224
224
  # return_type
225
- return_type = opts[:return_type] || 'DebInstallerFileIndexRead'
225
+ return_type = opts[:return_type] || 'DebInstallerFileIndex'
226
226
 
227
227
  # auth_names
228
228
  auth_names = opts[:auth_names] || ['Basic']
@@ -230,7 +230,7 @@ module PulpDebClient
230
230
  # @param [Hash] opts the optional parameters
231
231
  # @option opts [String] :fields A list of fields to include in the response.
232
232
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
233
- # @return [DebBasePackageRead]
233
+ # @return [DebBasePackage]
234
234
  def read(installer_package_href, opts = {})
235
235
  data, _status_code, _headers = read_with_http_info(installer_package_href, opts)
236
236
  data
@@ -242,7 +242,7 @@ module PulpDebClient
242
242
  # @param [Hash] opts the optional parameters
243
243
  # @option opts [String] :fields A list of fields to include in the response.
244
244
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
245
- # @return [Array<(DebBasePackageRead, Integer, Hash)>] DebBasePackageRead data, response status code and response headers
245
+ # @return [Array<(DebBasePackage, Integer, Hash)>] DebBasePackage data, response status code and response headers
246
246
  def read_with_http_info(installer_package_href, opts = {})
247
247
  if @api_client.config.debugging
248
248
  @api_client.config.logger.debug 'Calling API: ContentInstallerPackagesApi.read ...'
@@ -271,7 +271,7 @@ module PulpDebClient
271
271
  post_body = opts[:body]
272
272
 
273
273
  # return_type
274
- return_type = opts[:return_type] || 'DebBasePackageRead'
274
+ return_type = opts[:return_type] || 'DebBasePackage'
275
275
 
276
276
  # auth_names
277
277
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for PackageIndex.
24
24
  # @param data [DebPackageIndex]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebPackageIndexRead]
26
+ # @return [DebPackageIndex]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for PackageIndex.
34
34
  # @param data [DebPackageIndex]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebPackageIndexRead, Integer, Hash)>] DebPackageIndexRead data, response status code and response headers
36
+ # @return [Array<(DebPackageIndex, Integer, Hash)>] DebPackageIndex data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentPackageIndicesApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebPackageIndexRead'
65
+ return_type = opts[:return_type] || 'DebPackageIndex'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -181,7 +181,7 @@ module PulpDebClient
181
181
  # @param [Hash] opts the optional parameters
182
182
  # @option opts [String] :fields A list of fields to include in the response.
183
183
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
184
- # @return [DebPackageIndexRead]
184
+ # @return [DebPackageIndex]
185
185
  def read(package_index_href, opts = {})
186
186
  data, _status_code, _headers = read_with_http_info(package_index_href, opts)
187
187
  data
@@ -193,7 +193,7 @@ module PulpDebClient
193
193
  # @param [Hash] opts the optional parameters
194
194
  # @option opts [String] :fields A list of fields to include in the response.
195
195
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
196
- # @return [Array<(DebPackageIndexRead, Integer, Hash)>] DebPackageIndexRead data, response status code and response headers
196
+ # @return [Array<(DebPackageIndex, Integer, Hash)>] DebPackageIndex data, response status code and response headers
197
197
  def read_with_http_info(package_index_href, opts = {})
198
198
  if @api_client.config.debugging
199
199
  @api_client.config.logger.debug 'Calling API: ContentPackageIndicesApi.read ...'
@@ -222,7 +222,7 @@ module PulpDebClient
222
222
  post_body = opts[:body]
223
223
 
224
224
  # return_type
225
- return_type = opts[:return_type] || 'DebPackageIndexRead'
225
+ return_type = opts[:return_type] || 'DebPackageIndex'
226
226
 
227
227
  # auth_names
228
228
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for PackageReleaseComponent.
24
24
  # @param data [DebPackageReleaseComponent]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebPackageReleaseComponentRead]
26
+ # @return [DebPackageReleaseComponent]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for PackageReleaseComponent.
34
34
  # @param data [DebPackageReleaseComponent]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebPackageReleaseComponentRead, Integer, Hash)>] DebPackageReleaseComponentRead data, response status code and response headers
36
+ # @return [Array<(DebPackageReleaseComponent, Integer, Hash)>] DebPackageReleaseComponent data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentPackageReleaseComponentsApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebPackageReleaseComponentRead'
65
+ return_type = opts[:return_type] || 'DebPackageReleaseComponent'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -175,7 +175,7 @@ module PulpDebClient
175
175
  # @param [Hash] opts the optional parameters
176
176
  # @option opts [String] :fields A list of fields to include in the response.
177
177
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
178
- # @return [DebPackageReleaseComponentRead]
178
+ # @return [DebPackageReleaseComponent]
179
179
  def read(package_release_component_href, opts = {})
180
180
  data, _status_code, _headers = read_with_http_info(package_release_component_href, opts)
181
181
  data
@@ -187,7 +187,7 @@ module PulpDebClient
187
187
  # @param [Hash] opts the optional parameters
188
188
  # @option opts [String] :fields A list of fields to include in the response.
189
189
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
190
- # @return [Array<(DebPackageReleaseComponentRead, Integer, Hash)>] DebPackageReleaseComponentRead data, response status code and response headers
190
+ # @return [Array<(DebPackageReleaseComponent, Integer, Hash)>] DebPackageReleaseComponent data, response status code and response headers
191
191
  def read_with_http_info(package_release_component_href, opts = {})
192
192
  if @api_client.config.debugging
193
193
  @api_client.config.logger.debug 'Calling API: ContentPackageReleaseComponentsApi.read ...'
@@ -216,7 +216,7 @@ module PulpDebClient
216
216
  post_body = opts[:body]
217
217
 
218
218
  # return_type
219
- return_type = opts[:return_type] || 'DebPackageReleaseComponentRead'
219
+ return_type = opts[:return_type] || 'DebPackageReleaseComponent'
220
220
 
221
221
  # auth_names
222
222
  auth_names = opts[:auth_names] || ['Basic']
@@ -233,7 +233,7 @@ module PulpDebClient
233
233
  # @param [Hash] opts the optional parameters
234
234
  # @option opts [String] :fields A list of fields to include in the response.
235
235
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
236
- # @return [DebBasePackageRead]
236
+ # @return [DebBasePackage]
237
237
  def read(package_href, opts = {})
238
238
  data, _status_code, _headers = read_with_http_info(package_href, opts)
239
239
  data
@@ -245,7 +245,7 @@ module PulpDebClient
245
245
  # @param [Hash] opts the optional parameters
246
246
  # @option opts [String] :fields A list of fields to include in the response.
247
247
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
248
- # @return [Array<(DebBasePackageRead, Integer, Hash)>] DebBasePackageRead data, response status code and response headers
248
+ # @return [Array<(DebBasePackage, Integer, Hash)>] DebBasePackage data, response status code and response headers
249
249
  def read_with_http_info(package_href, opts = {})
250
250
  if @api_client.config.debugging
251
251
  @api_client.config.logger.debug 'Calling API: ContentPackagesApi.read ...'
@@ -274,7 +274,7 @@ module PulpDebClient
274
274
  post_body = opts[:body]
275
275
 
276
276
  # return_type
277
- return_type = opts[:return_type] || 'DebBasePackageRead'
277
+ return_type = opts[:return_type] || 'DebBasePackage'
278
278
 
279
279
  # auth_names
280
280
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for ReleaseArchitecture.
24
24
  # @param data [DebReleaseArchitecture]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebReleaseArchitectureRead]
26
+ # @return [DebReleaseArchitecture]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for ReleaseArchitecture.
34
34
  # @param data [DebReleaseArchitecture]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebReleaseArchitectureRead, Integer, Hash)>] DebReleaseArchitectureRead data, response status code and response headers
36
+ # @return [Array<(DebReleaseArchitecture, Integer, Hash)>] DebReleaseArchitecture data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentReleaseArchitecturesApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebReleaseArchitectureRead'
65
+ return_type = opts[:return_type] || 'DebReleaseArchitecture'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -175,7 +175,7 @@ module PulpDebClient
175
175
  # @param [Hash] opts the optional parameters
176
176
  # @option opts [String] :fields A list of fields to include in the response.
177
177
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
178
- # @return [DebReleaseArchitectureRead]
178
+ # @return [DebReleaseArchitecture]
179
179
  def read(release_architecture_href, opts = {})
180
180
  data, _status_code, _headers = read_with_http_info(release_architecture_href, opts)
181
181
  data
@@ -187,7 +187,7 @@ module PulpDebClient
187
187
  # @param [Hash] opts the optional parameters
188
188
  # @option opts [String] :fields A list of fields to include in the response.
189
189
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
190
- # @return [Array<(DebReleaseArchitectureRead, Integer, Hash)>] DebReleaseArchitectureRead data, response status code and response headers
190
+ # @return [Array<(DebReleaseArchitecture, Integer, Hash)>] DebReleaseArchitecture data, response status code and response headers
191
191
  def read_with_http_info(release_architecture_href, opts = {})
192
192
  if @api_client.config.debugging
193
193
  @api_client.config.logger.debug 'Calling API: ContentReleaseArchitecturesApi.read ...'
@@ -216,7 +216,7 @@ module PulpDebClient
216
216
  post_body = opts[:body]
217
217
 
218
218
  # return_type
219
- return_type = opts[:return_type] || 'DebReleaseArchitectureRead'
219
+ return_type = opts[:return_type] || 'DebReleaseArchitecture'
220
220
 
221
221
  # auth_names
222
222
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for ReleaseComponent.
24
24
  # @param data [DebReleaseComponent]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebReleaseComponentRead]
26
+ # @return [DebReleaseComponent]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for ReleaseComponent.
34
34
  # @param data [DebReleaseComponent]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebReleaseComponentRead, Integer, Hash)>] DebReleaseComponentRead data, response status code and response headers
36
+ # @return [Array<(DebReleaseComponent, Integer, Hash)>] DebReleaseComponent data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentReleaseComponentsApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebReleaseComponentRead'
65
+ return_type = opts[:return_type] || 'DebReleaseComponent'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -175,7 +175,7 @@ module PulpDebClient
175
175
  # @param [Hash] opts the optional parameters
176
176
  # @option opts [String] :fields A list of fields to include in the response.
177
177
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
178
- # @return [DebReleaseComponentRead]
178
+ # @return [DebReleaseComponent]
179
179
  def read(release_component_href, opts = {})
180
180
  data, _status_code, _headers = read_with_http_info(release_component_href, opts)
181
181
  data
@@ -187,7 +187,7 @@ module PulpDebClient
187
187
  # @param [Hash] opts the optional parameters
188
188
  # @option opts [String] :fields A list of fields to include in the response.
189
189
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
190
- # @return [Array<(DebReleaseComponentRead, Integer, Hash)>] DebReleaseComponentRead data, response status code and response headers
190
+ # @return [Array<(DebReleaseComponent, Integer, Hash)>] DebReleaseComponent data, response status code and response headers
191
191
  def read_with_http_info(release_component_href, opts = {})
192
192
  if @api_client.config.debugging
193
193
  @api_client.config.logger.debug 'Calling API: ContentReleaseComponentsApi.read ...'
@@ -216,7 +216,7 @@ module PulpDebClient
216
216
  post_body = opts[:body]
217
217
 
218
218
  # return_type
219
- return_type = opts[:return_type] || 'DebReleaseComponentRead'
219
+ return_type = opts[:return_type] || 'DebReleaseComponent'
220
220
 
221
221
  # auth_names
222
222
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for ReleaseFile.
24
24
  # @param data [DebReleaseFile]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebReleaseFileRead]
26
+ # @return [DebReleaseFile]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for ReleaseFile.
34
34
  # @param data [DebReleaseFile]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebReleaseFileRead, Integer, Hash)>] DebReleaseFileRead data, response status code and response headers
36
+ # @return [Array<(DebReleaseFile, Integer, Hash)>] DebReleaseFile data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentReleaseFilesApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebReleaseFileRead'
65
+ return_type = opts[:return_type] || 'DebReleaseFile'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -181,7 +181,7 @@ module PulpDebClient
181
181
  # @param [Hash] opts the optional parameters
182
182
  # @option opts [String] :fields A list of fields to include in the response.
183
183
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
184
- # @return [DebReleaseFileRead]
184
+ # @return [DebReleaseFile]
185
185
  def read(release_file_href, opts = {})
186
186
  data, _status_code, _headers = read_with_http_info(release_file_href, opts)
187
187
  data
@@ -193,7 +193,7 @@ module PulpDebClient
193
193
  # @param [Hash] opts the optional parameters
194
194
  # @option opts [String] :fields A list of fields to include in the response.
195
195
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
196
- # @return [Array<(DebReleaseFileRead, Integer, Hash)>] DebReleaseFileRead data, response status code and response headers
196
+ # @return [Array<(DebReleaseFile, Integer, Hash)>] DebReleaseFile data, response status code and response headers
197
197
  def read_with_http_info(release_file_href, opts = {})
198
198
  if @api_client.config.debugging
199
199
  @api_client.config.logger.debug 'Calling API: ContentReleaseFilesApi.read ...'
@@ -222,7 +222,7 @@ module PulpDebClient
222
222
  post_body = opts[:body]
223
223
 
224
224
  # return_type
225
- return_type = opts[:return_type] || 'DebReleaseFileRead'
225
+ return_type = opts[:return_type] || 'DebReleaseFile'
226
226
 
227
227
  # auth_names
228
228
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for Release.
24
24
  # @param data [DebRelease]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebReleaseRead]
26
+ # @return [DebRelease]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for Release.
34
34
  # @param data [DebRelease]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebReleaseRead, Integer, Hash)>] DebReleaseRead data, response status code and response headers
36
+ # @return [Array<(DebRelease, Integer, Hash)>] DebRelease data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentReleasesApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebReleaseRead'
65
+ return_type = opts[:return_type] || 'DebRelease'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -178,7 +178,7 @@ module PulpDebClient
178
178
  # @param [Hash] opts the optional parameters
179
179
  # @option opts [String] :fields A list of fields to include in the response.
180
180
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
181
- # @return [DebReleaseRead]
181
+ # @return [DebRelease]
182
182
  def read(release_href, opts = {})
183
183
  data, _status_code, _headers = read_with_http_info(release_href, opts)
184
184
  data
@@ -190,7 +190,7 @@ module PulpDebClient
190
190
  # @param [Hash] opts the optional parameters
191
191
  # @option opts [String] :fields A list of fields to include in the response.
192
192
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
193
- # @return [Array<(DebReleaseRead, Integer, Hash)>] DebReleaseRead data, response status code and response headers
193
+ # @return [Array<(DebRelease, Integer, Hash)>] DebRelease data, response status code and response headers
194
194
  def read_with_http_info(release_href, opts = {})
195
195
  if @api_client.config.debugging
196
196
  @api_client.config.logger.debug 'Calling API: ContentReleasesApi.read ...'
@@ -219,7 +219,7 @@ module PulpDebClient
219
219
  post_body = opts[:body]
220
220
 
221
221
  # return_type
222
- return_type = opts[:return_type] || 'DebReleaseRead'
222
+ return_type = opts[:return_type] || 'DebRelease'
223
223
 
224
224
  # auth_names
225
225
  auth_names = opts[:auth_names] || ['Basic']