pulp_deb_client 2.10.0 → 2.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContentGenericContentsApi.md +10 -10
  4. data/docs/ContentInstallerFileIndicesApi.md +14 -14
  5. data/docs/ContentInstallerPackagesApi.md +40 -40
  6. data/docs/ContentPackageIndicesApi.md +14 -14
  7. data/docs/ContentPackageReleaseComponentsApi.md +10 -10
  8. data/docs/ContentPackagesApi.md +42 -42
  9. data/docs/ContentReleaseArchitecturesApi.md +10 -10
  10. data/docs/ContentReleaseComponentsApi.md +10 -10
  11. data/docs/ContentReleaseFilesApi.md +14 -14
  12. data/docs/ContentReleasesApi.md +12 -12
  13. data/docs/DebAptRemote.md +1 -7
  14. data/docs/DebAptRemoteResponse.md +7 -3
  15. data/docs/DistributionsAptApi.md +20 -20
  16. data/docs/PatcheddebAptRemote.md +1 -7
  17. data/docs/PublicationsAptApi.md +14 -14
  18. data/docs/PublicationsVerbatimApi.md +14 -14
  19. data/docs/RemotesAptApi.md +24 -24
  20. data/docs/RepositoriesAptApi.md +12 -12
  21. data/docs/RepositoriesDebVersionsApi.md +28 -28
  22. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +10 -10
  23. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +14 -14
  24. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +43 -51
  25. data/lib/pulp_deb_client/api/content_package_indices_api.rb +14 -14
  26. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +10 -10
  27. data/lib/pulp_deb_client/api/content_packages_api.rb +45 -53
  28. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +10 -10
  29. data/lib/pulp_deb_client/api/content_release_components_api.rb +10 -10
  30. data/lib/pulp_deb_client/api/content_release_files_api.rb +14 -14
  31. data/lib/pulp_deb_client/api/content_releases_api.rb +12 -12
  32. data/lib/pulp_deb_client/api/distributions_apt_api.rb +22 -22
  33. data/lib/pulp_deb_client/api/publications_apt_api.rb +15 -15
  34. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +15 -15
  35. data/lib/pulp_deb_client/api/remotes_apt_api.rb +26 -26
  36. data/lib/pulp_deb_client/api/repositories_apt_api.rb +13 -13
  37. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +30 -50
  38. data/lib/pulp_deb_client/models/deb_apt_remote.rb +2 -36
  39. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +35 -14
  40. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +2 -36
  41. data/lib/pulp_deb_client/version.rb +1 -1
  42. data/spec/api/content_generic_contents_api_spec.rb +5 -5
  43. data/spec/api/content_installer_file_indices_api_spec.rb +7 -7
  44. data/spec/api/content_installer_packages_api_spec.rb +20 -20
  45. data/spec/api/content_package_indices_api_spec.rb +7 -7
  46. data/spec/api/content_package_release_components_api_spec.rb +5 -5
  47. data/spec/api/content_packages_api_spec.rb +21 -21
  48. data/spec/api/content_release_architectures_api_spec.rb +5 -5
  49. data/spec/api/content_release_components_api_spec.rb +5 -5
  50. data/spec/api/content_release_files_api_spec.rb +7 -7
  51. data/spec/api/content_releases_api_spec.rb +6 -6
  52. data/spec/api/distributions_apt_api_spec.rb +10 -10
  53. data/spec/api/publications_apt_api_spec.rb +7 -7
  54. data/spec/api/publications_verbatim_api_spec.rb +7 -7
  55. data/spec/api/remotes_apt_api_spec.rb +12 -12
  56. data/spec/api/repositories_apt_api_spec.rb +6 -6
  57. data/spec/api/repositories_deb_versions_api_spec.rb +14 -14
  58. data/spec/models/deb_apt_remote_response_spec.rb +18 -6
  59. data/spec/models/deb_apt_remote_spec.rb +0 -18
  60. data/spec/models/patcheddeb_apt_remote_spec.rb +0 -18
  61. metadata +55 -55
@@ -144,14 +144,14 @@ end
144
144
  api_instance = PulpDebClient::RepositoriesAptApi.new
145
145
  opts = {
146
146
  limit: 56, # Integer | Number of results to return per page.
147
- name: 'name_example', # String |
148
- name__contains: 'name__contains_example', # String | Filter results where name contains value
149
- name__icontains: 'name__icontains_example', # String | Filter results where name contains value
150
- name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
151
- name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
147
+ name: 'name_example', # String | name
148
+ name__contains: 'name__contains_example', # String | name__contains
149
+ name__icontains: 'name__icontains_example', # String | name__icontains
150
+ name__in: 'name__in_example', # String | name__in
151
+ name__startswith: 'name__startswith_example', # String | name__startswith
152
152
  offset: 56, # Integer | The initial index from which to return the results.
153
153
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
154
- pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
154
+ pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
155
155
  fields: 'fields_example', # String | A list of fields to include in the response.
156
156
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
157
157
  }
@@ -171,14 +171,14 @@ end
171
171
  Name | Type | Description | Notes
172
172
  ------------- | ------------- | ------------- | -------------
173
173
  **limit** | **Integer**| Number of results to return per page. | [optional]
174
- **name** | **String**| | [optional]
175
- **name__contains** | **String**| Filter results where name contains value | [optional]
176
- **name__icontains** | **String**| Filter results where name contains value | [optional]
177
- **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
178
- **name__startswith** | **String**| Filter results where name starts with value | [optional]
174
+ **name** | **String**| name | [optional]
175
+ **name__contains** | **String**| name__contains | [optional]
176
+ **name__icontains** | **String**| name__icontains | [optional]
177
+ **name__in** | **String**| name__in | [optional]
178
+ **name__startswith** | **String**| name__startswith | [optional]
179
179
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
180
180
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
181
- **pulp_label_select** | **String**| Filter labels by search string | [optional]
181
+ **pulp_label_select** | **String**| pulp_label_select | [optional]
182
182
  **fields** | **String**| A list of fields to include in the response. | [optional]
183
183
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
184
184
 
@@ -87,23 +87,23 @@ end
87
87
  api_instance = PulpDebClient::RepositoriesDebVersionsApi.new
88
88
  deb_apt_repository_href = 'deb_apt_repository_href_example' # String |
89
89
  opts = {
90
- content: 'content_example', # String | Content Unit referenced by HREF
91
- content__in: 'content__in_example', # String | Content Unit referenced by HREF
90
+ content: 'content_example', # String | content
91
+ content__in: 'content__in_example', # String | content__in
92
92
  limit: 56, # Integer | Number of results to return per page.
93
- number: 56, # Integer |
94
- number__gt: 56, # Integer | Filter results where number is greater than value
95
- number__gte: 56, # Integer | Filter results where number is greater than or equal to value
96
- number__lt: 56, # Integer | Filter results where number is less than value
97
- number__lte: 56, # Integer | Filter results where number is less than or equal to value
98
- number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
93
+ number: 'number_example', # String | number
94
+ number__gt: 'number__gt_example', # String | number__gt
95
+ number__gte: 'number__gte_example', # String | number__gte
96
+ number__lt: 'number__lt_example', # String | number__lt
97
+ number__lte: 'number__lte_example', # String | number__lte
98
+ number__range: 'number__range_example', # String | number__range
99
99
  offset: 56, # Integer | The initial index from which to return the results.
100
100
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
101
- pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
102
- pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
103
- pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
104
- pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
105
- pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
106
- pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
101
+ pulp_created: 'pulp_created_example', # String | pulp_created
102
+ pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
103
+ pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
104
+ pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
105
+ pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
106
+ pulp_created__range: 'pulp_created__range_example', # String | pulp_created__range
107
107
  fields: 'fields_example', # String | A list of fields to include in the response.
108
108
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
109
109
  }
@@ -123,23 +123,23 @@ end
123
123
  Name | Type | Description | Notes
124
124
  ------------- | ------------- | ------------- | -------------
125
125
  **deb_apt_repository_href** | **String**| |
126
- **content** | **String**| Content Unit referenced by HREF | [optional]
127
- **content__in** | **String**| Content Unit referenced by HREF | [optional]
126
+ **content** | **String**| content | [optional]
127
+ **content__in** | **String**| content__in | [optional]
128
128
  **limit** | **Integer**| Number of results to return per page. | [optional]
129
- **number** | **Integer**| | [optional]
130
- **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
131
- **number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
132
- **number__lt** | **Integer**| Filter results where number is less than value | [optional]
133
- **number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
134
- **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
129
+ **number** | **String**| number | [optional]
130
+ **number__gt** | **String**| number__gt | [optional]
131
+ **number__gte** | **String**| number__gte | [optional]
132
+ **number__lt** | **String**| number__lt | [optional]
133
+ **number__lte** | **String**| number__lte | [optional]
134
+ **number__range** | **String**| number__range | [optional]
135
135
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
136
136
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
137
- **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
138
- **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
139
- **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
140
- **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
141
- **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
142
- **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
137
+ **pulp_created** | **String**| pulp_created | [optional]
138
+ **pulp_created__gt** | **String**| pulp_created__gt | [optional]
139
+ **pulp_created__gte** | **String**| pulp_created__gte | [optional]
140
+ **pulp_created__lt** | **String**| pulp_created__lt | [optional]
141
+ **pulp_created__lte** | **String**| pulp_created__lte | [optional]
142
+ **pulp_created__range** | **String**| pulp_created__range | [optional]
143
143
  **fields** | **String**| A list of fields to include in the response. | [optional]
144
144
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
145
145
 
@@ -99,11 +99,11 @@ module PulpDebClient
99
99
  # @option opts [Integer] :limit Number of results to return per page.
100
100
  # @option opts [Integer] :offset The initial index from which to return the results.
101
101
  # @option opts [String] :ordering Which field to use when ordering the results.
102
- # @option opts [String] :relative_path Filter results where relative_path matches value
103
- # @option opts [String] :repository_version Repository Version referenced by HREF
104
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
105
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
106
- # @option opts [String] :sha256 Filter results where sha256 matches value
102
+ # @option opts [String] :relative_path relative_path
103
+ # @option opts [String] :repository_version repository_version
104
+ # @option opts [String] :repository_version_added repository_version_added
105
+ # @option opts [String] :repository_version_removed repository_version_removed
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
109
  # @return [PaginateddebGenericContentResponseList]
@@ -118,11 +118,11 @@ module PulpDebClient
118
118
  # @option opts [Integer] :limit Number of results to return per page.
119
119
  # @option opts [Integer] :offset The initial index from which to return the results.
120
120
  # @option opts [String] :ordering Which field to use when ordering the results.
121
- # @option opts [String] :relative_path Filter results where relative_path matches value
122
- # @option opts [String] :repository_version Repository Version referenced by HREF
123
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
124
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
125
- # @option opts [String] :sha256 Filter results where sha256 matches value
121
+ # @option opts [String] :relative_path relative_path
122
+ # @option opts [String] :repository_version repository_version
123
+ # @option opts [String] :repository_version_added repository_version_added
124
+ # @option opts [String] :repository_version_removed repository_version_removed
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
128
  # @return [Array<(PaginateddebGenericContentResponseList, Integer, Hash)>] PaginateddebGenericContentResponseList data, response status code and response headers
@@ -86,16 +86,16 @@ module PulpDebClient
86
86
  # List InstallerFileIndices
87
87
  # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :architecture Filter results where architecture matches value
90
- # @option opts [String] :component Filter results where component matches value
89
+ # @option opts [String] :architecture architecture
90
+ # @option opts [String] :component component
91
91
  # @option opts [Integer] :limit Number of results to return per page.
92
92
  # @option opts [Integer] :offset The initial index from which to return the results.
93
93
  # @option opts [String] :ordering Which field to use when ordering the results.
94
- # @option opts [String] :relative_path Filter results where relative_path matches value
95
- # @option opts [String] :repository_version Repository Version referenced by HREF
96
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
97
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
98
- # @option opts [String] :sha256 Filter results where sha256 matches value
94
+ # @option opts [String] :relative_path relative_path
95
+ # @option opts [String] :repository_version repository_version
96
+ # @option opts [String] :repository_version_added repository_version_added
97
+ # @option opts [String] :repository_version_removed repository_version_removed
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
101
  # @return [PaginateddebInstallerFileIndexResponseList]
@@ -107,16 +107,16 @@ module PulpDebClient
107
107
  # List InstallerFileIndices
108
108
  # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one &#39;SHA256SUMS&#39; and/or &#39;MD5SUMS&#39; file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
109
109
  # @param [Hash] opts the optional parameters
110
- # @option opts [String] :architecture Filter results where architecture matches value
111
- # @option opts [String] :component Filter results where component matches value
110
+ # @option opts [String] :architecture architecture
111
+ # @option opts [String] :component component
112
112
  # @option opts [Integer] :limit Number of results to return per page.
113
113
  # @option opts [Integer] :offset The initial index from which to return the results.
114
114
  # @option opts [String] :ordering Which field to use when ordering the results.
115
- # @option opts [String] :relative_path Filter results where relative_path matches value
116
- # @option opts [String] :repository_version Repository Version referenced by HREF
117
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
118
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
119
- # @option opts [String] :sha256 Filter results where sha256 matches value
115
+ # @option opts [String] :relative_path relative_path
116
+ # @option opts [String] :repository_version repository_version
117
+ # @option opts [String] :repository_version_added repository_version_added
118
+ # @option opts [String] :repository_version_removed repository_version_removed
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
122
  # @return [Array<(PaginateddebInstallerFileIndexResponseList, Integer, Hash)>] PaginateddebInstallerFileIndexResponseList data, response status code and response headers
@@ -92,29 +92,29 @@ module PulpDebClient
92
92
  # List installer packages
93
93
  # An InstallerPackage represents a '.udeb' installer package. Associated artifacts: Exactly one '.udeb' installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
94
94
  # @param [Hash] opts the optional parameters
95
- # @option opts [String] :architecture Filter results where architecture matches value
96
- # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
97
- # @option opts [Boolean] :build_essential Filter results where build_essential matches value
98
- # @option opts [String] :built_using Filter results where built_using matches value
99
- # @option opts [Boolean] :essential Filter results where essential matches value
100
- # @option opts [Integer] :installed_size Filter results where installed_size matches value
95
+ # @option opts [String] :architecture architecture
96
+ # @option opts [String] :auto_built_package auto_built_package
97
+ # @option opts [String] :build_essential build_essential
98
+ # @option opts [String] :built_using built_using
99
+ # @option opts [String] :essential essential
100
+ # @option opts [String] :installed_size installed_size
101
101
  # @option opts [Integer] :limit Number of results to return per page.
102
- # @option opts [String] :maintainer Filter results where maintainer matches value
103
- # @option opts [String] :multi_arch Filter results where multi_arch matches value
102
+ # @option opts [String] :maintainer maintainer
103
+ # @option opts [String] :multi_arch multi_arch
104
104
  # @option opts [Integer] :offset The initial index from which to return the results.
105
105
  # @option opts [String] :ordering Which field to use when ordering the results.
106
- # @option opts [String] :origin Filter results where origin matches value
107
- # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
108
- # @option opts [String] :package Filter results where package matches value
109
- # @option opts [String] :priority Filter results where priority matches value
110
- # @option opts [String] :repository_version Repository Version referenced by HREF
111
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
112
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
113
- # @option opts [String] :section Filter results where section matches value
114
- # @option opts [String] :sha256 Filter results where sha256 matches value
115
- # @option opts [String] :source Filter results where source matches value
116
- # @option opts [String] :tag Filter results where tag matches value
117
- # @option opts [String] :version Filter results where version matches value
106
+ # @option opts [String] :origin origin
107
+ # @option opts [String] :original_maintainer original_maintainer
108
+ # @option opts [String] :package package
109
+ # @option opts [String] :priority priority
110
+ # @option opts [String] :repository_version repository_version
111
+ # @option opts [String] :repository_version_added repository_version_added
112
+ # @option opts [String] :repository_version_removed repository_version_removed
113
+ # @option opts [String] :section section
114
+ # @option opts [String] :sha256 sha256
115
+ # @option opts [String] :source source
116
+ # @option opts [String] :tag tag
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
120
  # @return [PaginateddebBasePackageResponseList]
@@ -126,29 +126,29 @@ module PulpDebClient
126
126
  # List installer packages
127
127
  # An InstallerPackage represents a &#39;.udeb&#39; installer package. Associated artifacts: Exactly one &#39;.udeb&#39; installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
128
128
  # @param [Hash] opts the optional parameters
129
- # @option opts [String] :architecture Filter results where architecture matches value
130
- # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
131
- # @option opts [Boolean] :build_essential Filter results where build_essential matches value
132
- # @option opts [String] :built_using Filter results where built_using matches value
133
- # @option opts [Boolean] :essential Filter results where essential matches value
134
- # @option opts [Integer] :installed_size Filter results where installed_size matches value
129
+ # @option opts [String] :architecture architecture
130
+ # @option opts [String] :auto_built_package auto_built_package
131
+ # @option opts [String] :build_essential build_essential
132
+ # @option opts [String] :built_using built_using
133
+ # @option opts [String] :essential essential
134
+ # @option opts [String] :installed_size installed_size
135
135
  # @option opts [Integer] :limit Number of results to return per page.
136
- # @option opts [String] :maintainer Filter results where maintainer matches value
137
- # @option opts [String] :multi_arch Filter results where multi_arch matches value
136
+ # @option opts [String] :maintainer maintainer
137
+ # @option opts [String] :multi_arch multi_arch
138
138
  # @option opts [Integer] :offset The initial index from which to return the results.
139
139
  # @option opts [String] :ordering Which field to use when ordering the results.
140
- # @option opts [String] :origin Filter results where origin matches value
141
- # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
142
- # @option opts [String] :package Filter results where package matches value
143
- # @option opts [String] :priority Filter results where priority matches value
144
- # @option opts [String] :repository_version Repository Version referenced by HREF
145
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
146
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
147
- # @option opts [String] :section Filter results where section matches value
148
- # @option opts [String] :sha256 Filter results where sha256 matches value
149
- # @option opts [String] :source Filter results where source matches value
150
- # @option opts [String] :tag Filter results where tag matches value
151
- # @option opts [String] :version Filter results where version matches value
140
+ # @option opts [String] :origin origin
141
+ # @option opts [String] :original_maintainer original_maintainer
142
+ # @option opts [String] :package package
143
+ # @option opts [String] :priority priority
144
+ # @option opts [String] :repository_version repository_version
145
+ # @option opts [String] :repository_version_added repository_version_added
146
+ # @option opts [String] :repository_version_removed repository_version_removed
147
+ # @option opts [String] :section section
148
+ # @option opts [String] :sha256 sha256
149
+ # @option opts [String] :source source
150
+ # @option opts [String] :tag tag
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
154
  # @return [Array<(PaginateddebBasePackageResponseList, Integer, Hash)>] PaginateddebBasePackageResponseList data, response status code and response headers
@@ -156,23 +156,15 @@ module PulpDebClient
156
156
  if @api_client.config.debugging
157
157
  @api_client.config.logger.debug 'Calling API: ContentInstallerPackagesApi.list ...'
158
158
  end
159
- allowable_values = ["false", "true"]
159
+ allowable_values = ["true", "false"]
160
160
  if @api_client.config.client_side_validation && opts[:'build_essential'] && !allowable_values.include?(opts[:'build_essential'])
161
161
  fail ArgumentError, "invalid value for \"build_essential\", must be one of #{allowable_values}"
162
162
  end
163
- allowable_values = ["false", "true"]
163
+ allowable_values = ["true", "false"]
164
164
  if @api_client.config.client_side_validation && opts[:'essential'] && !allowable_values.include?(opts[:'essential'])
165
165
  fail ArgumentError, "invalid value for \"essential\", must be one of #{allowable_values}"
166
166
  end
167
- if @api_client.config.client_side_validation && !opts[:'installed_size'].nil? && opts[:'installed_size'] > 2147483647
168
- fail ArgumentError, 'invalid value for "opts[:"installed_size"]" when calling ContentInstallerPackagesApi.list, must be smaller than or equal to 2147483647.'
169
- end
170
-
171
- if @api_client.config.client_side_validation && !opts[:'installed_size'].nil? && opts[:'installed_size'] < -2147483648
172
- fail ArgumentError, 'invalid value for "opts[:"installed_size"]" when calling ContentInstallerPackagesApi.list, must be greater than or equal to -2147483648.'
173
- end
174
-
175
- allowable_values = ["allowed", "foreign", "no", "same"]
167
+ allowable_values = ["no", "same", "foreign", "allowed"]
176
168
  if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
177
169
  fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"
178
170
  end
@@ -86,16 +86,16 @@ module PulpDebClient
86
86
  # List PackageIndices
87
87
  # A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one 'Packages' file. May optionally include one or more of 'Packages.gz', 'Packages.xz', 'Release'. If included, the 'Release' file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Packages' files it needs when creating the publication. It does not make use of PackageIndex content.
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :architecture Filter results where architecture matches value
90
- # @option opts [String] :component Filter results where component matches value
89
+ # @option opts [String] :architecture architecture
90
+ # @option opts [String] :component component
91
91
  # @option opts [Integer] :limit Number of results to return per page.
92
92
  # @option opts [Integer] :offset The initial index from which to return the results.
93
93
  # @option opts [String] :ordering Which field to use when ordering the results.
94
- # @option opts [String] :relative_path Filter results where relative_path matches value
95
- # @option opts [String] :repository_version Repository Version referenced by HREF
96
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
97
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
98
- # @option opts [String] :sha256 Filter results where sha256 matches value
94
+ # @option opts [String] :relative_path relative_path
95
+ # @option opts [String] :repository_version repository_version
96
+ # @option opts [String] :repository_version_added repository_version_added
97
+ # @option opts [String] :repository_version_removed repository_version_removed
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
101
  # @return [PaginateddebPackageIndexResponseList]
@@ -107,16 +107,16 @@ module PulpDebClient
107
107
  # List PackageIndices
108
108
  # A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one &#39;Packages&#39; file. May optionally include one or more of &#39;Packages.gz&#39;, &#39;Packages.xz&#39;, &#39;Release&#39;. If included, the &#39;Release&#39; file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any &#39;Packages&#39; files it needs when creating the publication. It does not make use of PackageIndex content.
109
109
  # @param [Hash] opts the optional parameters
110
- # @option opts [String] :architecture Filter results where architecture matches value
111
- # @option opts [String] :component Filter results where component matches value
110
+ # @option opts [String] :architecture architecture
111
+ # @option opts [String] :component component
112
112
  # @option opts [Integer] :limit Number of results to return per page.
113
113
  # @option opts [Integer] :offset The initial index from which to return the results.
114
114
  # @option opts [String] :ordering Which field to use when ordering the results.
115
- # @option opts [String] :relative_path Filter results where relative_path matches value
116
- # @option opts [String] :repository_version Repository Version referenced by HREF
117
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
118
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
119
- # @option opts [String] :sha256 Filter results where sha256 matches value
115
+ # @option opts [String] :relative_path relative_path
116
+ # @option opts [String] :repository_version repository_version
117
+ # @option opts [String] :repository_version_added repository_version_added
118
+ # @option opts [String] :repository_version_removed repository_version_removed
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
122
  # @return [Array<(PaginateddebPackageIndexResponseList, Integer, Hash)>] PaginateddebPackageIndexResponseList data, response status code and response headers
@@ -89,11 +89,11 @@ module PulpDebClient
89
89
  # @option opts [Integer] :limit Number of results to return per page.
90
90
  # @option opts [Integer] :offset The initial index from which to return the results.
91
91
  # @option opts [String] :ordering Which field to use when ordering the results.
92
- # @option opts [String] :package Filter results where package matches value
93
- # @option opts [String] :release_component Filter results where release_component matches value
94
- # @option opts [String] :repository_version Repository Version referenced by HREF
95
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
92
+ # @option opts [String] :package package
93
+ # @option opts [String] :release_component release_component
94
+ # @option opts [String] :repository_version repository_version
95
+ # @option opts [String] :repository_version_added repository_version_added
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
99
  # @return [PaginateddebPackageReleaseComponentResponseList]
@@ -108,11 +108,11 @@ module PulpDebClient
108
108
  # @option opts [Integer] :limit Number of results to return per page.
109
109
  # @option opts [Integer] :offset The initial index from which to return the results.
110
110
  # @option opts [String] :ordering Which field to use when ordering the results.
111
- # @option opts [String] :package Filter results where package matches value
112
- # @option opts [String] :release_component Filter results where release_component matches value
113
- # @option opts [String] :repository_version Repository Version referenced by HREF
114
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
115
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
111
+ # @option opts [String] :package package
112
+ # @option opts [String] :release_component release_component
113
+ # @option opts [String] :repository_version repository_version
114
+ # @option opts [String] :repository_version_added repository_version_added
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
118
  # @return [Array<(PaginateddebPackageReleaseComponentResponseList, Integer, Hash)>] PaginateddebPackageReleaseComponentResponseList data, response status code and response headers
@@ -92,30 +92,30 @@ module PulpDebClient
92
92
  # List packages
93
93
  # A Package represents a '.deb' binary package. Associated artifacts: Exactly one '.deb' package file.
94
94
  # @param [Hash] opts the optional parameters
95
- # @option opts [String] :architecture Filter results where architecture matches value
96
- # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
97
- # @option opts [Boolean] :build_essential Filter results where build_essential matches value
98
- # @option opts [String] :built_using Filter results where built_using matches value
99
- # @option opts [Boolean] :essential Filter results where essential matches value
100
- # @option opts [Integer] :installed_size Filter results where installed_size matches value
95
+ # @option opts [String] :architecture architecture
96
+ # @option opts [String] :auto_built_package auto_built_package
97
+ # @option opts [String] :build_essential build_essential
98
+ # @option opts [String] :built_using built_using
99
+ # @option opts [String] :essential essential
100
+ # @option opts [String] :installed_size installed_size
101
101
  # @option opts [Integer] :limit Number of results to return per page.
102
- # @option opts [String] :maintainer Filter results where maintainer matches value
103
- # @option opts [String] :multi_arch Filter results where multi_arch matches value
102
+ # @option opts [String] :maintainer maintainer
103
+ # @option opts [String] :multi_arch multi_arch
104
104
  # @option opts [Integer] :offset The initial index from which to return the results.
105
105
  # @option opts [String] :ordering Which field to use when ordering the results.
106
- # @option opts [String] :origin Filter results where origin matches value
107
- # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
108
- # @option opts [String] :package Filter results where package matches value
109
- # @option opts [String] :priority Filter results where priority matches value
110
- # @option opts [String] :relative_path Filter results where relative_path matches value
111
- # @option opts [String] :repository_version Repository Version referenced by HREF
112
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
113
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
114
- # @option opts [String] :section Filter results where section matches value
115
- # @option opts [String] :sha256 Filter results where sha256 matches value
116
- # @option opts [String] :source Filter results where source matches value
117
- # @option opts [String] :tag Filter results where tag matches value
118
- # @option opts [String] :version Filter results where version matches value
106
+ # @option opts [String] :origin origin
107
+ # @option opts [String] :original_maintainer original_maintainer
108
+ # @option opts [String] :package package
109
+ # @option opts [String] :priority priority
110
+ # @option opts [String] :relative_path relative_path
111
+ # @option opts [String] :repository_version repository_version
112
+ # @option opts [String] :repository_version_added repository_version_added
113
+ # @option opts [String] :repository_version_removed repository_version_removed
114
+ # @option opts [String] :section section
115
+ # @option opts [String] :sha256 sha256
116
+ # @option opts [String] :source source
117
+ # @option opts [String] :tag tag
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
121
  # @return [PaginateddebBasePackageResponseList]
@@ -127,30 +127,30 @@ module PulpDebClient
127
127
  # List packages
128
128
  # A Package represents a &#39;.deb&#39; binary package. Associated artifacts: Exactly one &#39;.deb&#39; package file.
129
129
  # @param [Hash] opts the optional parameters
130
- # @option opts [String] :architecture Filter results where architecture matches value
131
- # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
132
- # @option opts [Boolean] :build_essential Filter results where build_essential matches value
133
- # @option opts [String] :built_using Filter results where built_using matches value
134
- # @option opts [Boolean] :essential Filter results where essential matches value
135
- # @option opts [Integer] :installed_size Filter results where installed_size matches value
130
+ # @option opts [String] :architecture architecture
131
+ # @option opts [String] :auto_built_package auto_built_package
132
+ # @option opts [String] :build_essential build_essential
133
+ # @option opts [String] :built_using built_using
134
+ # @option opts [String] :essential essential
135
+ # @option opts [String] :installed_size installed_size
136
136
  # @option opts [Integer] :limit Number of results to return per page.
137
- # @option opts [String] :maintainer Filter results where maintainer matches value
138
- # @option opts [String] :multi_arch Filter results where multi_arch matches value
137
+ # @option opts [String] :maintainer maintainer
138
+ # @option opts [String] :multi_arch multi_arch
139
139
  # @option opts [Integer] :offset The initial index from which to return the results.
140
140
  # @option opts [String] :ordering Which field to use when ordering the results.
141
- # @option opts [String] :origin Filter results where origin matches value
142
- # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
143
- # @option opts [String] :package Filter results where package matches value
144
- # @option opts [String] :priority Filter results where priority matches value
145
- # @option opts [String] :relative_path Filter results where relative_path matches value
146
- # @option opts [String] :repository_version Repository Version referenced by HREF
147
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
148
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
149
- # @option opts [String] :section Filter results where section matches value
150
- # @option opts [String] :sha256 Filter results where sha256 matches value
151
- # @option opts [String] :source Filter results where source matches value
152
- # @option opts [String] :tag Filter results where tag matches value
153
- # @option opts [String] :version Filter results where version matches value
141
+ # @option opts [String] :origin origin
142
+ # @option opts [String] :original_maintainer original_maintainer
143
+ # @option opts [String] :package package
144
+ # @option opts [String] :priority priority
145
+ # @option opts [String] :relative_path relative_path
146
+ # @option opts [String] :repository_version repository_version
147
+ # @option opts [String] :repository_version_added repository_version_added
148
+ # @option opts [String] :repository_version_removed repository_version_removed
149
+ # @option opts [String] :section section
150
+ # @option opts [String] :sha256 sha256
151
+ # @option opts [String] :source source
152
+ # @option opts [String] :tag tag
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
156
  # @return [Array<(PaginateddebBasePackageResponseList, Integer, Hash)>] PaginateddebBasePackageResponseList data, response status code and response headers
@@ -158,23 +158,15 @@ module PulpDebClient
158
158
  if @api_client.config.debugging
159
159
  @api_client.config.logger.debug 'Calling API: ContentPackagesApi.list ...'
160
160
  end
161
- allowable_values = ["false", "true"]
161
+ allowable_values = ["true", "false"]
162
162
  if @api_client.config.client_side_validation && opts[:'build_essential'] && !allowable_values.include?(opts[:'build_essential'])
163
163
  fail ArgumentError, "invalid value for \"build_essential\", must be one of #{allowable_values}"
164
164
  end
165
- allowable_values = ["false", "true"]
165
+ allowable_values = ["true", "false"]
166
166
  if @api_client.config.client_side_validation && opts[:'essential'] && !allowable_values.include?(opts[:'essential'])
167
167
  fail ArgumentError, "invalid value for \"essential\", must be one of #{allowable_values}"
168
168
  end
169
- if @api_client.config.client_side_validation && !opts[:'installed_size'].nil? && opts[:'installed_size'] > 2147483647
170
- fail ArgumentError, 'invalid value for "opts[:"installed_size"]" when calling ContentPackagesApi.list, must be smaller than or equal to 2147483647.'
171
- end
172
-
173
- if @api_client.config.client_side_validation && !opts[:'installed_size'].nil? && opts[:'installed_size'] < -2147483648
174
- fail ArgumentError, 'invalid value for "opts[:"installed_size"]" when calling ContentPackagesApi.list, must be greater than or equal to -2147483648.'
175
- end
176
-
177
- allowable_values = ["allowed", "foreign", "no", "same"]
169
+ allowable_values = ["no", "same", "foreign", "allowed"]
178
170
  if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
179
171
  fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"
180
172
  end