pulp_deb_client 2.7.0 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -19
  3. data/docs/ContentGenericContentsApi.md +2 -2
  4. data/docs/ContentInstallerFileIndicesApi.md +2 -2
  5. data/docs/ContentInstallerPackagesApi.md +2 -2
  6. data/docs/ContentPackageIndicesApi.md +2 -2
  7. data/docs/ContentPackageReleaseComponentsApi.md +2 -2
  8. data/docs/ContentPackagesApi.md +2 -2
  9. data/docs/ContentReleaseArchitecturesApi.md +2 -2
  10. data/docs/ContentReleaseComponentsApi.md +2 -2
  11. data/docs/ContentReleaseFilesApi.md +2 -2
  12. data/docs/ContentReleasesApi.md +2 -2
  13. data/docs/DebAptRemote.md +6 -4
  14. data/docs/DebAptRemoteResponse.md +6 -4
  15. data/docs/DebReleaseFile.md +2 -2
  16. data/docs/DebReleaseFileResponse.md +2 -2
  17. data/docs/DistributionsAptApi.md +2 -2
  18. data/docs/{InlineResponse20014.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  19. data/docs/{InlineResponse2009.md → PaginateddebAptDistributionResponseList.md} +4 -4
  20. data/docs/{InlineResponse20010.md → PaginateddebAptPublicationResponseList.md} +4 -4
  21. data/docs/{InlineResponse20012.md → PaginateddebAptRemoteResponseList.md} +4 -4
  22. data/docs/{InlineResponse20013.md → PaginateddebAptRepositoryResponseList.md} +4 -4
  23. data/docs/{InlineResponse2002.md → PaginateddebBasePackageResponseList.md} +4 -4
  24. data/docs/{InlineResponse200.md → PaginateddebGenericContentResponseList.md} +4 -4
  25. data/docs/{InlineResponse2001.md → PaginateddebInstallerFileIndexResponseList.md} +4 -4
  26. data/docs/{InlineResponse2003.md → PaginateddebPackageIndexResponseList.md} +4 -4
  27. data/docs/{InlineResponse2004.md → PaginateddebPackageReleaseComponentResponseList.md} +4 -4
  28. data/docs/{InlineResponse2005.md → PaginateddebReleaseArchitectureResponseList.md} +4 -4
  29. data/docs/{InlineResponse2006.md → PaginateddebReleaseComponentResponseList.md} +4 -4
  30. data/docs/{InlineResponse2007.md → PaginateddebReleaseFileResponseList.md} +4 -4
  31. data/docs/{InlineResponse2008.md → PaginateddebReleaseResponseList.md} +4 -4
  32. data/docs/{InlineResponse20011.md → PaginateddebVerbatimPublicationResponseList.md} +4 -4
  33. data/docs/PatcheddebAptRemote.md +6 -4
  34. data/docs/PublicationsAptApi.md +2 -2
  35. data/docs/PublicationsVerbatimApi.md +2 -2
  36. data/docs/RemotesAptApi.md +2 -2
  37. data/docs/RepositoriesAptApi.md +2 -2
  38. data/docs/RepositoriesDebVersionsApi.md +2 -2
  39. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
  40. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +3 -3
  41. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
  42. data/lib/pulp_deb_client/api/content_package_indices_api.rb +3 -3
  43. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +3 -3
  44. data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
  45. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +3 -3
  46. data/lib/pulp_deb_client/api/content_release_components_api.rb +3 -3
  47. data/lib/pulp_deb_client/api/content_release_files_api.rb +3 -3
  48. data/lib/pulp_deb_client/api/content_releases_api.rb +3 -3
  49. data/lib/pulp_deb_client/api/distributions_apt_api.rb +3 -3
  50. data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -3
  51. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
  52. data/lib/pulp_deb_client/api/remotes_apt_api.rb +3 -3
  53. data/lib/pulp_deb_client/api/repositories_apt_api.rb +3 -3
  54. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +3 -3
  55. data/lib/pulp_deb_client/models/deb_apt_remote.rb +18 -8
  56. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +18 -8
  57. data/lib/pulp_deb_client/models/deb_release_file.rb +3 -3
  58. data/lib/pulp_deb_client/models/deb_release_file_response.rb +3 -3
  59. data/lib/pulp_deb_client/models/{inline_response20014.rb → paginated_repository_version_response_list.rb} +3 -3
  60. data/lib/pulp_deb_client/models/{inline_response2009.rb → paginateddeb_apt_distribution_response_list.rb} +3 -3
  61. data/lib/pulp_deb_client/models/{inline_response20010.rb → paginateddeb_apt_publication_response_list.rb} +3 -3
  62. data/lib/pulp_deb_client/models/{inline_response20012.rb → paginateddeb_apt_remote_response_list.rb} +3 -3
  63. data/lib/pulp_deb_client/models/{inline_response20013.rb → paginateddeb_apt_repository_response_list.rb} +3 -3
  64. data/lib/pulp_deb_client/models/{inline_response2002.rb → paginateddeb_base_package_response_list.rb} +3 -3
  65. data/lib/pulp_deb_client/models/{inline_response200.rb → paginateddeb_generic_content_response_list.rb} +3 -3
  66. data/lib/pulp_deb_client/models/{inline_response2001.rb → paginateddeb_installer_file_index_response_list.rb} +3 -3
  67. data/lib/pulp_deb_client/models/{inline_response2003.rb → paginateddeb_package_index_response_list.rb} +3 -3
  68. data/lib/pulp_deb_client/models/{inline_response2004.rb → paginateddeb_package_release_component_response_list.rb} +3 -3
  69. data/lib/pulp_deb_client/models/{inline_response2005.rb → paginateddeb_release_architecture_response_list.rb} +3 -3
  70. data/lib/pulp_deb_client/models/{inline_response2006.rb → paginateddeb_release_component_response_list.rb} +3 -3
  71. data/lib/pulp_deb_client/models/{inline_response2007.rb → paginateddeb_release_file_response_list.rb} +3 -3
  72. data/lib/pulp_deb_client/models/{inline_response2008.rb → paginateddeb_release_response_list.rb} +3 -3
  73. data/lib/pulp_deb_client/models/{inline_response20011.rb → paginateddeb_verbatim_publication_response_list.rb} +3 -3
  74. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +18 -8
  75. data/lib/pulp_deb_client/version.rb +1 -1
  76. data/lib/pulp_deb_client.rb +15 -15
  77. data/spec/api/content_generic_contents_api_spec.rb +1 -1
  78. data/spec/api/content_installer_file_indices_api_spec.rb +1 -1
  79. data/spec/api/content_installer_packages_api_spec.rb +1 -1
  80. data/spec/api/content_package_indices_api_spec.rb +1 -1
  81. data/spec/api/content_package_release_components_api_spec.rb +1 -1
  82. data/spec/api/content_packages_api_spec.rb +1 -1
  83. data/spec/api/content_release_architectures_api_spec.rb +1 -1
  84. data/spec/api/content_release_components_api_spec.rb +1 -1
  85. data/spec/api/content_release_files_api_spec.rb +1 -1
  86. data/spec/api/content_releases_api_spec.rb +1 -1
  87. data/spec/api/distributions_apt_api_spec.rb +1 -1
  88. data/spec/api/publications_apt_api_spec.rb +1 -1
  89. data/spec/api/publications_verbatim_api_spec.rb +1 -1
  90. data/spec/api/remotes_apt_api_spec.rb +1 -1
  91. data/spec/api/repositories_apt_api_spec.rb +1 -1
  92. data/spec/api/repositories_deb_versions_api_spec.rb +1 -1
  93. data/spec/models/deb_apt_remote_response_spec.rb +6 -0
  94. data/spec/models/deb_apt_remote_spec.rb +6 -0
  95. data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
  96. data/spec/models/paginateddeb_apt_distribution_response_list_spec.rb +59 -0
  97. data/spec/models/paginateddeb_apt_publication_response_list_spec.rb +59 -0
  98. data/spec/models/{inline_response20011_spec.rb → paginateddeb_apt_remote_response_list_spec.rb} +6 -6
  99. data/spec/models/paginateddeb_apt_repository_response_list_spec.rb +59 -0
  100. data/spec/models/{inline_response20012_spec.rb → paginateddeb_base_package_response_list_spec.rb} +6 -6
  101. data/spec/models/paginateddeb_generic_content_response_list_spec.rb +59 -0
  102. data/spec/models/paginateddeb_installer_file_index_response_list_spec.rb +59 -0
  103. data/spec/models/paginateddeb_package_index_response_list_spec.rb +59 -0
  104. data/spec/models/paginateddeb_package_release_component_response_list_spec.rb +59 -0
  105. data/spec/models/paginateddeb_release_architecture_response_list_spec.rb +59 -0
  106. data/spec/models/paginateddeb_release_component_response_list_spec.rb +59 -0
  107. data/spec/models/{inline_response20013_spec.rb → paginateddeb_release_file_response_list_spec.rb} +6 -6
  108. data/spec/models/{inline_response20010_spec.rb → paginateddeb_release_response_list_spec.rb} +6 -6
  109. data/spec/models/paginateddeb_verbatim_publication_response_list_spec.rb +59 -0
  110. data/spec/models/patcheddeb_apt_remote_spec.rb +6 -0
  111. metadata +102 -102
  112. data/spec/models/inline_response20014_spec.rb +0 -59
  113. data/spec/models/inline_response2001_spec.rb +0 -59
  114. data/spec/models/inline_response2002_spec.rb +0 -59
  115. data/spec/models/inline_response2003_spec.rb +0 -59
  116. data/spec/models/inline_response2004_spec.rb +0 -59
  117. data/spec/models/inline_response2005_spec.rb +0 -59
  118. data/spec/models/inline_response2006_spec.rb +0 -59
  119. data/spec/models/inline_response2007_spec.rb +0 -59
  120. data/spec/models/inline_response2008_spec.rb +0 -59
  121. data/spec/models/inline_response2009_spec.rb +0 -59
  122. data/spec/models/inline_response200_spec.rb +0 -59
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse2008
1
+ # PulpDebClient::PaginateddebReleaseResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2008.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebReleaseResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse20011
1
+ # PulpDebClient::PaginateddebVerbatimPublicationResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse20011.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebVerbatimPublicationResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -15,13 +15,14 @@ Name | Type | Description | Notes
15
15
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
16
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
17
17
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
18
- **distributions** | **String** | Whitespace separated list of distributions to sync | [optional]
19
- **components** | **String** | Whitespace separatet list of components to sync | [optional]
20
- **architectures** | **String** | Whitespace separated list of architectures to sync | [optional]
18
+ **distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax. | [optional]
19
+ **components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \"flat repository format\". | [optional]
20
+ **architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \"dpkg-architecture -L\". A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \"Release\" file. Architecture=\"all\" is always synchronized and does not need to be provided here. | [optional]
21
21
  **sync_sources** | **Boolean** | Sync source packages | [optional]
22
22
  **sync_udebs** | **Boolean** | Sync installer packages | [optional]
23
23
  **sync_installer** | **Boolean** | Sync installer files | [optional]
24
24
  **gpgkey** | **String** | Gpg public key to verify origin releases against | [optional]
25
+ **ignore_missing_package_indices** | **Boolean** | By default, upstream repositories that declare architectures and corresponding package indices in their Release files without actually publishing them, will fail to synchronize. Set this flag to True to allow the synchronization of such \"partial mirrors\" instead. Alternatively, you could make your remote filter by architectures for which the upstream repository does have indices. | [optional]
25
26
 
26
27
  ## Code Sample
27
28
 
@@ -45,7 +46,8 @@ instance = PulpDebClient::PatcheddebAptRemote.new(name: null,
45
46
  sync_sources: null,
46
47
  sync_udebs: null,
47
48
  sync_installer: null,
48
- gpgkey: null)
49
+ gpgkey: null,
50
+ ignore_missing_package_indices: null)
49
51
  ```
50
52
 
51
53
 
@@ -118,7 +118,7 @@ nil (empty response body)
118
118
 
119
119
  ## list
120
120
 
121
- > InlineResponse20010 list(opts)
121
+ > PaginateddebAptPublicationResponseList list(opts)
122
122
 
123
123
  List apt publications
124
124
 
@@ -181,7 +181,7 @@ Name | Type | Description | Notes
181
181
 
182
182
  ### Return type
183
183
 
184
- [**InlineResponse20010**](InlineResponse20010.md)
184
+ [**PaginateddebAptPublicationResponseList**](PaginateddebAptPublicationResponseList.md)
185
185
 
186
186
  ### Authorization
187
187
 
@@ -118,7 +118,7 @@ nil (empty response body)
118
118
 
119
119
  ## list
120
120
 
121
- > InlineResponse20011 list(opts)
121
+ > PaginateddebVerbatimPublicationResponseList list(opts)
122
122
 
123
123
  List verbatim publications
124
124
 
@@ -181,7 +181,7 @@ Name | Type | Description | Notes
181
181
 
182
182
  ### Return type
183
183
 
184
- [**InlineResponse20011**](InlineResponse20011.md)
184
+ [**PaginateddebVerbatimPublicationResponseList**](PaginateddebVerbatimPublicationResponseList.md)
185
185
 
186
186
  ### Authorization
187
187
 
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
121
121
 
122
122
  ## list
123
123
 
124
- > InlineResponse20012 list(opts)
124
+ > PaginateddebAptRemoteResponseList list(opts)
125
125
 
126
126
  List apt remotes
127
127
 
@@ -186,7 +186,7 @@ Name | Type | Description | Notes
186
186
 
187
187
  ### Return type
188
188
 
189
- [**InlineResponse20012**](InlineResponse20012.md)
189
+ [**PaginateddebAptRemoteResponseList**](PaginateddebAptRemoteResponseList.md)
190
190
 
191
191
  ### Authorization
192
192
 
@@ -123,7 +123,7 @@ Name | Type | Description | Notes
123
123
 
124
124
  ## list
125
125
 
126
- > InlineResponse20013 list(opts)
126
+ > PaginateddebAptRepositoryResponseList list(opts)
127
127
 
128
128
  List apt repositorys
129
129
 
@@ -176,7 +176,7 @@ Name | Type | Description | Notes
176
176
 
177
177
  ### Return type
178
178
 
179
- [**InlineResponse20013**](InlineResponse20013.md)
179
+ [**PaginateddebAptRepositoryResponseList**](PaginateddebAptRepositoryResponseList.md)
180
180
 
181
181
  ### Authorization
182
182
 
@@ -66,7 +66,7 @@ Name | Type | Description | Notes
66
66
 
67
67
  ## list
68
68
 
69
- > InlineResponse20014 list(deb_apt_repository_href, opts)
69
+ > PaginatedRepositoryVersionResponseList list(deb_apt_repository_href, opts)
70
70
 
71
71
  List repository versions
72
72
 
@@ -145,7 +145,7 @@ Name | Type | Description | Notes
145
145
 
146
146
  ### Return type
147
147
 
148
- [**InlineResponse20014**](InlineResponse20014.md)
148
+ [**PaginatedRepositoryVersionResponseList**](PaginatedRepositoryVersionResponseList.md)
149
149
 
150
150
  ### Authorization
151
151
 
@@ -106,7 +106,7 @@ module PulpDebClient
106
106
  # @option opts [String] :sha256 sha256
107
107
  # @option opts [String] :fields A list of fields to include in the response.
108
108
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
109
- # @return [InlineResponse200]
109
+ # @return [PaginateddebGenericContentResponseList]
110
110
  def list(opts = {})
111
111
  data, _status_code, _headers = list_with_http_info(opts)
112
112
  data
@@ -125,7 +125,7 @@ module PulpDebClient
125
125
  # @option opts [String] :sha256 sha256
126
126
  # @option opts [String] :fields A list of fields to include in the response.
127
127
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
128
- # @return [Array<(InlineResponse200, Integer, Hash)>] InlineResponse200 data, response status code and response headers
128
+ # @return [Array<(PaginateddebGenericContentResponseList, Integer, Hash)>] PaginateddebGenericContentResponseList data, response status code and response headers
129
129
  def list_with_http_info(opts = {})
130
130
  if @api_client.config.debugging
131
131
  @api_client.config.logger.debug 'Calling API: ContentGenericContentsApi.list ...'
@@ -158,7 +158,7 @@ module PulpDebClient
158
158
  post_body = opts[:body]
159
159
 
160
160
  # return_type
161
- return_type = opts[:return_type] || 'InlineResponse200'
161
+ return_type = opts[:return_type] || 'PaginateddebGenericContentResponseList'
162
162
 
163
163
  # auth_names
164
164
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -98,7 +98,7 @@ module PulpDebClient
98
98
  # @option opts [String] :sha256 sha256
99
99
  # @option opts [String] :fields A list of fields to include in the response.
100
100
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
101
- # @return [InlineResponse2001]
101
+ # @return [PaginateddebInstallerFileIndexResponseList]
102
102
  def list(opts = {})
103
103
  data, _status_code, _headers = list_with_http_info(opts)
104
104
  data
@@ -119,7 +119,7 @@ module PulpDebClient
119
119
  # @option opts [String] :sha256 sha256
120
120
  # @option opts [String] :fields A list of fields to include in the response.
121
121
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
122
- # @return [Array<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 data, response status code and response headers
122
+ # @return [Array<(PaginateddebInstallerFileIndexResponseList, Integer, Hash)>] PaginateddebInstallerFileIndexResponseList data, response status code and response headers
123
123
  def list_with_http_info(opts = {})
124
124
  if @api_client.config.debugging
125
125
  @api_client.config.logger.debug 'Calling API: ContentInstallerFileIndicesApi.list ...'
@@ -154,7 +154,7 @@ module PulpDebClient
154
154
  post_body = opts[:body]
155
155
 
156
156
  # return_type
157
- return_type = opts[:return_type] || 'InlineResponse2001'
157
+ return_type = opts[:return_type] || 'PaginateddebInstallerFileIndexResponseList'
158
158
 
159
159
  # auth_names
160
160
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -117,7 +117,7 @@ module PulpDebClient
117
117
  # @option opts [String] :version version
118
118
  # @option opts [String] :fields A list of fields to include in the response.
119
119
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
120
- # @return [InlineResponse2002]
120
+ # @return [PaginateddebBasePackageResponseList]
121
121
  def list(opts = {})
122
122
  data, _status_code, _headers = list_with_http_info(opts)
123
123
  data
@@ -151,7 +151,7 @@ module PulpDebClient
151
151
  # @option opts [String] :version version
152
152
  # @option opts [String] :fields A list of fields to include in the response.
153
153
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
154
- # @return [Array<(InlineResponse2002, Integer, Hash)>] InlineResponse2002 data, response status code and response headers
154
+ # @return [Array<(PaginateddebBasePackageResponseList, Integer, Hash)>] PaginateddebBasePackageResponseList data, response status code and response headers
155
155
  def list_with_http_info(opts = {})
156
156
  if @api_client.config.debugging
157
157
  @api_client.config.logger.debug 'Calling API: ContentInstallerPackagesApi.list ...'
@@ -211,7 +211,7 @@ module PulpDebClient
211
211
  post_body = opts[:body]
212
212
 
213
213
  # return_type
214
- return_type = opts[:return_type] || 'InlineResponse2002'
214
+ return_type = opts[:return_type] || 'PaginateddebBasePackageResponseList'
215
215
 
216
216
  # auth_names
217
217
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -98,7 +98,7 @@ module PulpDebClient
98
98
  # @option opts [String] :sha256 sha256
99
99
  # @option opts [String] :fields A list of fields to include in the response.
100
100
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
101
- # @return [InlineResponse2003]
101
+ # @return [PaginateddebPackageIndexResponseList]
102
102
  def list(opts = {})
103
103
  data, _status_code, _headers = list_with_http_info(opts)
104
104
  data
@@ -119,7 +119,7 @@ module PulpDebClient
119
119
  # @option opts [String] :sha256 sha256
120
120
  # @option opts [String] :fields A list of fields to include in the response.
121
121
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
122
- # @return [Array<(InlineResponse2003, Integer, Hash)>] InlineResponse2003 data, response status code and response headers
122
+ # @return [Array<(PaginateddebPackageIndexResponseList, Integer, Hash)>] PaginateddebPackageIndexResponseList data, response status code and response headers
123
123
  def list_with_http_info(opts = {})
124
124
  if @api_client.config.debugging
125
125
  @api_client.config.logger.debug 'Calling API: ContentPackageIndicesApi.list ...'
@@ -154,7 +154,7 @@ module PulpDebClient
154
154
  post_body = opts[:body]
155
155
 
156
156
  # return_type
157
- return_type = opts[:return_type] || 'InlineResponse2003'
157
+ return_type = opts[:return_type] || 'PaginateddebPackageIndexResponseList'
158
158
 
159
159
  # auth_names
160
160
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -96,7 +96,7 @@ module PulpDebClient
96
96
  # @option opts [String] :repository_version_removed repository_version_removed
97
97
  # @option opts [String] :fields A list of fields to include in the response.
98
98
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
99
- # @return [InlineResponse2004]
99
+ # @return [PaginateddebPackageReleaseComponentResponseList]
100
100
  def list(opts = {})
101
101
  data, _status_code, _headers = list_with_http_info(opts)
102
102
  data
@@ -115,7 +115,7 @@ module PulpDebClient
115
115
  # @option opts [String] :repository_version_removed repository_version_removed
116
116
  # @option opts [String] :fields A list of fields to include in the response.
117
117
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
118
- # @return [Array<(InlineResponse2004, Integer, Hash)>] InlineResponse2004 data, response status code and response headers
118
+ # @return [Array<(PaginateddebPackageReleaseComponentResponseList, Integer, Hash)>] PaginateddebPackageReleaseComponentResponseList data, response status code and response headers
119
119
  def list_with_http_info(opts = {})
120
120
  if @api_client.config.debugging
121
121
  @api_client.config.logger.debug 'Calling API: ContentPackageReleaseComponentsApi.list ...'
@@ -148,7 +148,7 @@ module PulpDebClient
148
148
  post_body = opts[:body]
149
149
 
150
150
  # return_type
151
- return_type = opts[:return_type] || 'InlineResponse2004'
151
+ return_type = opts[:return_type] || 'PaginateddebPackageReleaseComponentResponseList'
152
152
 
153
153
  # auth_names
154
154
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -118,7 +118,7 @@ module PulpDebClient
118
118
  # @option opts [String] :version version
119
119
  # @option opts [String] :fields A list of fields to include in the response.
120
120
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
121
- # @return [InlineResponse2002]
121
+ # @return [PaginateddebBasePackageResponseList]
122
122
  def list(opts = {})
123
123
  data, _status_code, _headers = list_with_http_info(opts)
124
124
  data
@@ -153,7 +153,7 @@ module PulpDebClient
153
153
  # @option opts [String] :version version
154
154
  # @option opts [String] :fields A list of fields to include in the response.
155
155
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
156
- # @return [Array<(InlineResponse2002, Integer, Hash)>] InlineResponse2002 data, response status code and response headers
156
+ # @return [Array<(PaginateddebBasePackageResponseList, Integer, Hash)>] PaginateddebBasePackageResponseList data, response status code and response headers
157
157
  def list_with_http_info(opts = {})
158
158
  if @api_client.config.debugging
159
159
  @api_client.config.logger.debug 'Calling API: ContentPackagesApi.list ...'
@@ -214,7 +214,7 @@ module PulpDebClient
214
214
  post_body = opts[:body]
215
215
 
216
216
  # return_type
217
- return_type = opts[:return_type] || 'InlineResponse2002'
217
+ return_type = opts[:return_type] || 'PaginateddebBasePackageResponseList'
218
218
 
219
219
  # auth_names
220
220
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -96,7 +96,7 @@ module PulpDebClient
96
96
  # @option opts [String] :repository_version_removed repository_version_removed
97
97
  # @option opts [String] :fields A list of fields to include in the response.
98
98
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
99
- # @return [InlineResponse2005]
99
+ # @return [PaginateddebReleaseArchitectureResponseList]
100
100
  def list(opts = {})
101
101
  data, _status_code, _headers = list_with_http_info(opts)
102
102
  data
@@ -115,7 +115,7 @@ module PulpDebClient
115
115
  # @option opts [String] :repository_version_removed repository_version_removed
116
116
  # @option opts [String] :fields A list of fields to include in the response.
117
117
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
118
- # @return [Array<(InlineResponse2005, Integer, Hash)>] InlineResponse2005 data, response status code and response headers
118
+ # @return [Array<(PaginateddebReleaseArchitectureResponseList, Integer, Hash)>] PaginateddebReleaseArchitectureResponseList data, response status code and response headers
119
119
  def list_with_http_info(opts = {})
120
120
  if @api_client.config.debugging
121
121
  @api_client.config.logger.debug 'Calling API: ContentReleaseArchitecturesApi.list ...'
@@ -148,7 +148,7 @@ module PulpDebClient
148
148
  post_body = opts[:body]
149
149
 
150
150
  # return_type
151
- return_type = opts[:return_type] || 'InlineResponse2005'
151
+ return_type = opts[:return_type] || 'PaginateddebReleaseArchitectureResponseList'
152
152
 
153
153
  # auth_names
154
154
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -96,7 +96,7 @@ module PulpDebClient
96
96
  # @option opts [String] :repository_version_removed repository_version_removed
97
97
  # @option opts [String] :fields A list of fields to include in the response.
98
98
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
99
- # @return [InlineResponse2006]
99
+ # @return [PaginateddebReleaseComponentResponseList]
100
100
  def list(opts = {})
101
101
  data, _status_code, _headers = list_with_http_info(opts)
102
102
  data
@@ -115,7 +115,7 @@ module PulpDebClient
115
115
  # @option opts [String] :repository_version_removed repository_version_removed
116
116
  # @option opts [String] :fields A list of fields to include in the response.
117
117
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
118
- # @return [Array<(InlineResponse2006, Integer, Hash)>] InlineResponse2006 data, response status code and response headers
118
+ # @return [Array<(PaginateddebReleaseComponentResponseList, Integer, Hash)>] PaginateddebReleaseComponentResponseList data, response status code and response headers
119
119
  def list_with_http_info(opts = {})
120
120
  if @api_client.config.debugging
121
121
  @api_client.config.logger.debug 'Calling API: ContentReleaseComponentsApi.list ...'
@@ -148,7 +148,7 @@ module PulpDebClient
148
148
  post_body = opts[:body]
149
149
 
150
150
  # return_type
151
- return_type = opts[:return_type] || 'InlineResponse2006'
151
+ return_type = opts[:return_type] || 'PaginateddebReleaseComponentResponseList'
152
152
 
153
153
  # auth_names
154
154
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -98,7 +98,7 @@ module PulpDebClient
98
98
  # @option opts [String] :suite suite
99
99
  # @option opts [String] :fields A list of fields to include in the response.
100
100
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
101
- # @return [InlineResponse2007]
101
+ # @return [PaginateddebReleaseFileResponseList]
102
102
  def list(opts = {})
103
103
  data, _status_code, _headers = list_with_http_info(opts)
104
104
  data
@@ -119,7 +119,7 @@ module PulpDebClient
119
119
  # @option opts [String] :suite suite
120
120
  # @option opts [String] :fields A list of fields to include in the response.
121
121
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
122
- # @return [Array<(InlineResponse2007, Integer, Hash)>] InlineResponse2007 data, response status code and response headers
122
+ # @return [Array<(PaginateddebReleaseFileResponseList, Integer, Hash)>] PaginateddebReleaseFileResponseList data, response status code and response headers
123
123
  def list_with_http_info(opts = {})
124
124
  if @api_client.config.debugging
125
125
  @api_client.config.logger.debug 'Calling API: ContentReleaseFilesApi.list ...'
@@ -154,7 +154,7 @@ module PulpDebClient
154
154
  post_body = opts[:body]
155
155
 
156
156
  # return_type
157
- return_type = opts[:return_type] || 'InlineResponse2007'
157
+ return_type = opts[:return_type] || 'PaginateddebReleaseFileResponseList'
158
158
 
159
159
  # auth_names
160
160
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -97,7 +97,7 @@ module PulpDebClient
97
97
  # @option opts [String] :suite suite
98
98
  # @option opts [String] :fields A list of fields to include in the response.
99
99
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
100
- # @return [InlineResponse2008]
100
+ # @return [PaginateddebReleaseResponseList]
101
101
  def list(opts = {})
102
102
  data, _status_code, _headers = list_with_http_info(opts)
103
103
  data
@@ -117,7 +117,7 @@ module PulpDebClient
117
117
  # @option opts [String] :suite suite
118
118
  # @option opts [String] :fields A list of fields to include in the response.
119
119
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
120
- # @return [Array<(InlineResponse2008, Integer, Hash)>] InlineResponse2008 data, response status code and response headers
120
+ # @return [Array<(PaginateddebReleaseResponseList, Integer, Hash)>] PaginateddebReleaseResponseList data, response status code and response headers
121
121
  def list_with_http_info(opts = {})
122
122
  if @api_client.config.debugging
123
123
  @api_client.config.logger.debug 'Calling API: ContentReleasesApi.list ...'
@@ -151,7 +151,7 @@ module PulpDebClient
151
151
  post_body = opts[:body]
152
152
 
153
153
  # return_type
154
- return_type = opts[:return_type] || 'InlineResponse2008'
154
+ return_type = opts[:return_type] || 'PaginateddebReleaseResponseList'
155
155
 
156
156
  # auth_names
157
157
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -159,7 +159,7 @@ module PulpDebClient
159
159
  # @option opts [String] :ordering Which field to use when ordering the results.
160
160
  # @option opts [String] :fields A list of fields to include in the response.
161
161
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
162
- # @return [InlineResponse2009]
162
+ # @return [PaginateddebAptDistributionResponseList]
163
163
  def list(opts = {})
164
164
  data, _status_code, _headers = list_with_http_info(opts)
165
165
  data
@@ -179,7 +179,7 @@ module PulpDebClient
179
179
  # @option opts [String] :ordering Which field to use when ordering the results.
180
180
  # @option opts [String] :fields A list of fields to include in the response.
181
181
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
182
- # @return [Array<(InlineResponse2009, Integer, Hash)>] InlineResponse2009 data, response status code and response headers
182
+ # @return [Array<(PaginateddebAptDistributionResponseList, Integer, Hash)>] PaginateddebAptDistributionResponseList data, response status code and response headers
183
183
  def list_with_http_info(opts = {})
184
184
  if @api_client.config.debugging
185
185
  @api_client.config.logger.debug 'Calling API: DistributionsAptApi.list ...'
@@ -213,7 +213,7 @@ module PulpDebClient
213
213
  post_body = opts[:body]
214
214
 
215
215
  # return_type
216
- return_type = opts[:return_type] || 'InlineResponse2009'
216
+ return_type = opts[:return_type] || 'PaginateddebAptDistributionResponseList'
217
217
 
218
218
  # auth_names
219
219
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -158,7 +158,7 @@ module PulpDebClient
158
158
  # @option opts [String] :repository_version repository_version
159
159
  # @option opts [String] :fields A list of fields to include in the response.
160
160
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
161
- # @return [InlineResponse20010]
161
+ # @return [PaginateddebAptPublicationResponseList]
162
162
  def list(opts = {})
163
163
  data, _status_code, _headers = list_with_http_info(opts)
164
164
  data
@@ -179,7 +179,7 @@ module PulpDebClient
179
179
  # @option opts [String] :repository_version repository_version
180
180
  # @option opts [String] :fields A list of fields to include in the response.
181
181
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
182
- # @return [Array<(InlineResponse20010, Integer, Hash)>] InlineResponse20010 data, response status code and response headers
182
+ # @return [Array<(PaginateddebAptPublicationResponseList, Integer, Hash)>] PaginateddebAptPublicationResponseList data, response status code and response headers
183
183
  def list_with_http_info(opts = {})
184
184
  if @api_client.config.debugging
185
185
  @api_client.config.logger.debug 'Calling API: PublicationsAptApi.list ...'
@@ -214,7 +214,7 @@ module PulpDebClient
214
214
  post_body = opts[:body]
215
215
 
216
216
  # return_type
217
- return_type = opts[:return_type] || 'InlineResponse20010'
217
+ return_type = opts[:return_type] || 'PaginateddebAptPublicationResponseList'
218
218
 
219
219
  # auth_names
220
220
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -158,7 +158,7 @@ module PulpDebClient
158
158
  # @option opts [String] :repository_version repository_version
159
159
  # @option opts [String] :fields A list of fields to include in the response.
160
160
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
161
- # @return [InlineResponse20011]
161
+ # @return [PaginateddebVerbatimPublicationResponseList]
162
162
  def list(opts = {})
163
163
  data, _status_code, _headers = list_with_http_info(opts)
164
164
  data
@@ -179,7 +179,7 @@ module PulpDebClient
179
179
  # @option opts [String] :repository_version repository_version
180
180
  # @option opts [String] :fields A list of fields to include in the response.
181
181
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
182
- # @return [Array<(InlineResponse20011, Integer, Hash)>] InlineResponse20011 data, response status code and response headers
182
+ # @return [Array<(PaginateddebVerbatimPublicationResponseList, Integer, Hash)>] PaginateddebVerbatimPublicationResponseList data, response status code and response headers
183
183
  def list_with_http_info(opts = {})
184
184
  if @api_client.config.debugging
185
185
  @api_client.config.logger.debug 'Calling API: PublicationsVerbatimApi.list ...'
@@ -214,7 +214,7 @@ module PulpDebClient
214
214
  post_body = opts[:body]
215
215
 
216
216
  # return_type
217
- return_type = opts[:return_type] || 'InlineResponse20011'
217
+ return_type = opts[:return_type] || 'PaginateddebVerbatimPublicationResponseList'
218
218
 
219
219
  # auth_names
220
220
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -161,7 +161,7 @@ module PulpDebClient
161
161
  # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
162
162
  # @option opts [String] :fields A list of fields to include in the response.
163
163
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
164
- # @return [InlineResponse20012]
164
+ # @return [PaginateddebAptRemoteResponseList]
165
165
  def list(opts = {})
166
166
  data, _status_code, _headers = list_with_http_info(opts)
167
167
  data
@@ -183,7 +183,7 @@ module PulpDebClient
183
183
  # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
184
184
  # @option opts [String] :fields A list of fields to include in the response.
185
185
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
186
- # @return [Array<(InlineResponse20012, Integer, Hash)>] InlineResponse20012 data, response status code and response headers
186
+ # @return [Array<(PaginateddebAptRemoteResponseList, Integer, Hash)>] PaginateddebAptRemoteResponseList data, response status code and response headers
187
187
  def list_with_http_info(opts = {})
188
188
  if @api_client.config.debugging
189
189
  @api_client.config.logger.debug 'Calling API: RemotesAptApi.list ...'
@@ -219,7 +219,7 @@ module PulpDebClient
219
219
  post_body = opts[:body]
220
220
 
221
221
  # return_type
222
- return_type = opts[:return_type] || 'InlineResponse20012'
222
+ return_type = opts[:return_type] || 'PaginateddebAptRemoteResponseList'
223
223
 
224
224
  # auth_names
225
225
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -155,7 +155,7 @@ module PulpDebClient
155
155
  # @option opts [String] :ordering Which field to use when ordering the results.
156
156
  # @option opts [String] :fields A list of fields to include in the response.
157
157
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
158
- # @return [InlineResponse20013]
158
+ # @return [PaginateddebAptRepositoryResponseList]
159
159
  def list(opts = {})
160
160
  data, _status_code, _headers = list_with_http_info(opts)
161
161
  data
@@ -171,7 +171,7 @@ module PulpDebClient
171
171
  # @option opts [String] :ordering Which field to use when ordering the results.
172
172
  # @option opts [String] :fields A list of fields to include in the response.
173
173
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
174
- # @return [Array<(InlineResponse20013, Integer, Hash)>] InlineResponse20013 data, response status code and response headers
174
+ # @return [Array<(PaginateddebAptRepositoryResponseList, Integer, Hash)>] PaginateddebAptRepositoryResponseList data, response status code and response headers
175
175
  def list_with_http_info(opts = {})
176
176
  if @api_client.config.debugging
177
177
  @api_client.config.logger.debug 'Calling API: RepositoriesAptApi.list ...'
@@ -201,7 +201,7 @@ module PulpDebClient
201
201
  post_body = opts[:body]
202
202
 
203
203
  # return_type
204
- return_type = opts[:return_type] || 'InlineResponse20013'
204
+ return_type = opts[:return_type] || 'PaginateddebAptRepositoryResponseList'
205
205
 
206
206
  # auth_names
207
207
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -104,7 +104,7 @@ module PulpDebClient
104
104
  # @option opts [String] :pulp_created__range pulp_created__range
105
105
  # @option opts [String] :fields A list of fields to include in the response.
106
106
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
107
- # @return [InlineResponse20014]
107
+ # @return [PaginatedRepositoryVersionResponseList]
108
108
  def list(deb_apt_repository_href, opts = {})
109
109
  data, _status_code, _headers = list_with_http_info(deb_apt_repository_href, opts)
110
110
  data
@@ -133,7 +133,7 @@ module PulpDebClient
133
133
  # @option opts [String] :pulp_created__range pulp_created__range
134
134
  # @option opts [String] :fields A list of fields to include in the response.
135
135
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
136
- # @return [Array<(InlineResponse20014, Integer, Hash)>] InlineResponse20014 data, response status code and response headers
136
+ # @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
137
137
  def list_with_http_info(deb_apt_repository_href, opts = {})
138
138
  if @api_client.config.debugging
139
139
  @api_client.config.logger.debug 'Calling API: RepositoriesDebVersionsApi.list ...'
@@ -179,7 +179,7 @@ module PulpDebClient
179
179
  post_body = opts[:body]
180
180
 
181
181
  # return_type
182
- return_type = opts[:return_type] || 'InlineResponse20014'
182
+ return_type = opts[:return_type] || 'PaginatedRepositoryVersionResponseList'
183
183
 
184
184
  # auth_names
185
185
  auth_names = opts[:auth_names] || ['basicAuth']