pulp_deb_client 2.9.1 → 2.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) 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/ContentSummary.md +3 -3
  14. data/docs/ContentSummaryResponse.md +3 -3
  15. data/docs/DebAptDistribution.md +4 -0
  16. data/docs/DebAptDistributionResponse.md +4 -0
  17. data/docs/DebAptRemote.md +11 -1
  18. data/docs/DebAptRemoteResponse.md +7 -7
  19. data/docs/DebAptRepository.md +5 -1
  20. data/docs/DebAptRepositoryResponse.md +4 -0
  21. data/docs/DistributionsAptApi.md +20 -12
  22. data/docs/PatcheddebAptDistribution.md +4 -0
  23. data/docs/PatcheddebAptRemote.md +11 -1
  24. data/docs/PatcheddebAptRepository.md +5 -1
  25. data/docs/PublicationsAptApi.md +18 -14
  26. data/docs/PublicationsVerbatimApi.md +18 -14
  27. data/docs/RemotesAptApi.md +24 -16
  28. data/docs/RepositoriesAptApi.md +12 -4
  29. data/docs/RepositoriesDebVersionsApi.md +28 -28
  30. data/docs/RepositoryVersionResponse.md +2 -0
  31. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +10 -10
  32. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +14 -14
  33. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +43 -43
  34. data/lib/pulp_deb_client/api/content_package_indices_api.rb +14 -14
  35. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +10 -10
  36. data/lib/pulp_deb_client/api/content_packages_api.rb +45 -45
  37. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +10 -10
  38. data/lib/pulp_deb_client/api/content_release_components_api.rb +10 -10
  39. data/lib/pulp_deb_client/api/content_release_files_api.rb +14 -14
  40. data/lib/pulp_deb_client/api/content_releases_api.rb +12 -12
  41. data/lib/pulp_deb_client/api/distributions_apt_api.rb +26 -14
  42. data/lib/pulp_deb_client/api/publications_apt_api.rb +21 -15
  43. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +21 -15
  44. data/lib/pulp_deb_client/api/remotes_apt_api.rb +30 -18
  45. data/lib/pulp_deb_client/api/repositories_apt_api.rb +17 -5
  46. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +30 -30
  47. data/lib/pulp_deb_client/models/content_summary.rb +12 -6
  48. data/lib/pulp_deb_client/models/content_summary_response.rb +12 -6
  49. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +21 -1
  50. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +21 -1
  51. data/lib/pulp_deb_client/models/deb_apt_remote.rb +56 -2
  52. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -32
  53. data/lib/pulp_deb_client/models/deb_apt_repository.rb +36 -1
  54. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +36 -1
  55. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +21 -1
  56. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +56 -2
  57. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +36 -1
  58. data/lib/pulp_deb_client/models/repository_version_response.rb +10 -1
  59. data/lib/pulp_deb_client/version.rb +1 -1
  60. data/spec/api/content_generic_contents_api_spec.rb +5 -5
  61. data/spec/api/content_installer_file_indices_api_spec.rb +7 -7
  62. data/spec/api/content_installer_packages_api_spec.rb +20 -20
  63. data/spec/api/content_package_indices_api_spec.rb +7 -7
  64. data/spec/api/content_package_release_components_api_spec.rb +5 -5
  65. data/spec/api/content_packages_api_spec.rb +21 -21
  66. data/spec/api/content_release_architectures_api_spec.rb +5 -5
  67. data/spec/api/content_release_components_api_spec.rb +5 -5
  68. data/spec/api/content_release_files_api_spec.rb +7 -7
  69. data/spec/api/content_releases_api_spec.rb +6 -6
  70. data/spec/api/distributions_apt_api_spec.rb +10 -6
  71. data/spec/api/publications_apt_api_spec.rb +9 -7
  72. data/spec/api/publications_verbatim_api_spec.rb +9 -7
  73. data/spec/api/remotes_apt_api_spec.rb +12 -8
  74. data/spec/api/repositories_apt_api_spec.rb +6 -2
  75. data/spec/api/repositories_deb_versions_api_spec.rb +14 -14
  76. data/spec/models/deb_apt_distribution_response_spec.rb +12 -0
  77. data/spec/models/deb_apt_distribution_spec.rb +12 -0
  78. data/spec/models/deb_apt_remote_response_spec.rb +12 -12
  79. data/spec/models/deb_apt_remote_spec.rb +30 -0
  80. data/spec/models/deb_apt_repository_response_spec.rb +12 -0
  81. data/spec/models/deb_apt_repository_spec.rb +12 -0
  82. data/spec/models/patcheddeb_apt_distribution_spec.rb +12 -0
  83. data/spec/models/patcheddeb_apt_remote_spec.rb +30 -0
  84. data/spec/models/patcheddeb_apt_repository_spec.rb +12 -0
  85. data/spec/models/repository_version_response_spec.rb +6 -0
  86. metadata +56 -56
@@ -4,8 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | [**Object**](.md) | | [optional]
7
8
  **name** | **String** | A unique name for this repository. | [optional]
8
9
  **description** | **String** | An optional description. | [optional]
10
+ **retained_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
9
11
  **remote** | **String** | | [optional]
10
12
 
11
13
  ## Code Sample
@@ -13,8 +15,10 @@ Name | Type | Description | Notes
13
15
  ```ruby
14
16
  require 'PulpDebClient'
15
17
 
16
- instance = PulpDebClient::PatcheddebAptRepository.new(name: null,
18
+ instance = PulpDebClient::PatcheddebAptRepository.new(pulp_labels: null,
19
+ name: null,
17
20
  description: null,
21
+ retained_versions: null,
18
22
  remote: null)
19
23
  ```
20
24
 
@@ -138,16 +138,18 @@ end
138
138
 
139
139
  api_instance = PulpDebClient::PublicationsAptApi.new
140
140
  opts = {
141
+ content: 'content_example', # String | Content Unit referenced by HREF
142
+ content__in: 'content__in_example', # String | Content Unit referenced by HREF
141
143
  limit: 56, # Integer | Number of results to return per page.
142
144
  offset: 56, # Integer | The initial index from which to return the results.
143
145
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
144
- pulp_created: 'pulp_created_example', # String | pulp_created
145
- pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
146
- pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
147
- pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
148
- pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
149
- pulp_created__range: 'pulp_created__range_example', # String | pulp_created__range
150
- repository_version: 'repository_version_example', # String | repository_version
146
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
147
+ pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
148
+ 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
149
+ pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
150
+ 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
151
+ 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
152
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
151
153
  fields: 'fields_example', # String | A list of fields to include in the response.
152
154
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
153
155
  }
@@ -166,16 +168,18 @@ end
166
168
 
167
169
  Name | Type | Description | Notes
168
170
  ------------- | ------------- | ------------- | -------------
171
+ **content** | **String**| Content Unit referenced by HREF | [optional]
172
+ **content__in** | **String**| Content Unit referenced by HREF | [optional]
169
173
  **limit** | **Integer**| Number of results to return per page. | [optional]
170
174
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
171
175
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
172
- **pulp_created** | **String**| pulp_created | [optional]
173
- **pulp_created__gt** | **String**| pulp_created__gt | [optional]
174
- **pulp_created__gte** | **String**| pulp_created__gte | [optional]
175
- **pulp_created__lt** | **String**| pulp_created__lt | [optional]
176
- **pulp_created__lte** | **String**| pulp_created__lte | [optional]
177
- **pulp_created__range** | **String**| pulp_created__range | [optional]
178
- **repository_version** | **String**| repository_version | [optional]
176
+ **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
177
+ **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
178
+ **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
179
+ **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
180
+ **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
181
+ **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
182
+ **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
179
183
  **fields** | **String**| A list of fields to include in the response. | [optional]
180
184
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
181
185
 
@@ -138,16 +138,18 @@ end
138
138
 
139
139
  api_instance = PulpDebClient::PublicationsVerbatimApi.new
140
140
  opts = {
141
+ content: 'content_example', # String | Content Unit referenced by HREF
142
+ content__in: 'content__in_example', # String | Content Unit referenced by HREF
141
143
  limit: 56, # Integer | Number of results to return per page.
142
144
  offset: 56, # Integer | The initial index from which to return the results.
143
145
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
144
- pulp_created: 'pulp_created_example', # String | pulp_created
145
- pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
146
- pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
147
- pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
148
- pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
149
- pulp_created__range: 'pulp_created__range_example', # String | pulp_created__range
150
- repository_version: 'repository_version_example', # String | repository_version
146
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
147
+ pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
148
+ 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
149
+ pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
150
+ 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
151
+ 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
152
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
151
153
  fields: 'fields_example', # String | A list of fields to include in the response.
152
154
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
153
155
  }
@@ -166,16 +168,18 @@ end
166
168
 
167
169
  Name | Type | Description | Notes
168
170
  ------------- | ------------- | ------------- | -------------
171
+ **content** | **String**| Content Unit referenced by HREF | [optional]
172
+ **content__in** | **String**| Content Unit referenced by HREF | [optional]
169
173
  **limit** | **Integer**| Number of results to return per page. | [optional]
170
174
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
171
175
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
172
- **pulp_created** | **String**| pulp_created | [optional]
173
- **pulp_created__gt** | **String**| pulp_created__gt | [optional]
174
- **pulp_created__gte** | **String**| pulp_created__gte | [optional]
175
- **pulp_created__lt** | **String**| pulp_created__lt | [optional]
176
- **pulp_created__lte** | **String**| pulp_created__lte | [optional]
177
- **pulp_created__range** | **String**| pulp_created__range | [optional]
178
- **repository_version** | **String**| repository_version | [optional]
176
+ **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
177
+ **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
178
+ **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
179
+ **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
180
+ **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
181
+ **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
182
+ **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
179
183
  **fields** | **String**| A list of fields to include in the response. | [optional]
180
184
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
181
185
 
@@ -142,16 +142,20 @@ end
142
142
  api_instance = PulpDebClient::RemotesAptApi.new
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
145
- name: 'name_example', # String | name
146
- name__in: 'name__in_example', # String | name__in
145
+ name: 'name_example', # String |
146
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
147
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
148
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
149
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
147
150
  offset: 56, # Integer | The initial index from which to return the results.
148
151
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
149
- pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
150
- pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
151
- pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
152
- pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
153
- pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
154
- pulp_last_updated__range: 'pulp_last_updated__range_example', # String | pulp_last_updated__range
152
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
153
+ pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
154
+ pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
155
+ pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
156
+ pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
157
+ pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
158
+ pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
155
159
  fields: 'fields_example', # String | A list of fields to include in the response.
156
160
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
157
161
  }
@@ -171,16 +175,20 @@ end
171
175
  Name | Type | Description | Notes
172
176
  ------------- | ------------- | ------------- | -------------
173
177
  **limit** | **Integer**| Number of results to return per page. | [optional]
174
- **name** | **String**| name | [optional]
175
- **name__in** | **String**| name__in | [optional]
178
+ **name** | **String**| | [optional]
179
+ **name__contains** | **String**| Filter results where name contains value | [optional]
180
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
181
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
182
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
176
183
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
177
184
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
178
- **pulp_last_updated** | **String**| pulp_last_updated | [optional]
179
- **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
180
- **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
181
- **pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
182
- **pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
183
- **pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
185
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
186
+ **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
187
+ **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
188
+ **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
189
+ **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
190
+ **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
191
+ **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
184
192
  **fields** | **String**| A list of fields to include in the response. | [optional]
185
193
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
186
194
 
@@ -144,10 +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 | name
148
- name__in: 'name__in_example', # String | name__in
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
149
152
  offset: 56, # Integer | The initial index from which to return the results.
150
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
151
155
  fields: 'fields_example', # String | A list of fields to include in the response.
152
156
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
153
157
  }
@@ -167,10 +171,14 @@ end
167
171
  Name | Type | Description | Notes
168
172
  ------------- | ------------- | ------------- | -------------
169
173
  **limit** | **Integer**| Number of results to return per page. | [optional]
170
- **name** | **String**| name | [optional]
171
- **name__in** | **String**| name__in | [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]
172
179
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
173
180
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
181
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
174
182
  **fields** | **String**| A list of fields to include in the response. | [optional]
175
183
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
176
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
91
- content__in: 'content__in_example', # String | content__in
90
+ content: 'content_example', # String | Content Unit referenced by HREF
91
+ content__in: 'content__in_example', # String | Content Unit referenced by HREF
92
92
  limit: 56, # Integer | Number of results to return per page.
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
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
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: '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
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
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 | [optional]
127
- **content__in** | **String**| content__in | [optional]
126
+ **content** | **String**| Content Unit referenced by HREF | [optional]
127
+ **content__in** | **String**| Content Unit referenced by HREF | [optional]
128
128
  **limit** | **Integer**| Number of results to return per page. | [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]
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]
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** | **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]
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]
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
 
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **number** | **Integer** | | [optional] [readonly]
10
+ **repository** | **String** | | [optional] [readonly]
10
11
  **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
11
12
  **content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional] [readonly]
12
13
 
@@ -18,6 +19,7 @@ require 'PulpDebClient'
18
19
  instance = PulpDebClient::RepositoryVersionResponse.new(pulp_href: null,
19
20
  pulp_created: null,
20
21
  number: null,
22
+ repository: null,
21
23
  base_version: null,
22
24
  content_summary: null)
23
25
  ```
@@ -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 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
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
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 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
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
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 architecture
90
- # @option opts [String] :component component
89
+ # @option opts [String] :architecture Filter results where architecture matches value
90
+ # @option opts [String] :component Filter results where component matches value
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 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
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
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 architecture
111
- # @option opts [String] :component component
110
+ # @option opts [String] :architecture Filter results where architecture matches value
111
+ # @option opts [String] :component Filter results where component matches value
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 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
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
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 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
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
101
101
  # @option opts [Integer] :limit Number of results to return per page.
102
- # @option opts [String] :maintainer maintainer
103
- # @option opts [String] :multi_arch multi_arch
102
+ # @option opts [String] :maintainer Filter results where maintainer matches value
103
+ # @option opts [String] :multi_arch Filter results where multi_arch matches value
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 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
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
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 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
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
135
135
  # @option opts [Integer] :limit Number of results to return per page.
136
- # @option opts [String] :maintainer maintainer
137
- # @option opts [String] :multi_arch multi_arch
136
+ # @option opts [String] :maintainer Filter results where maintainer matches value
137
+ # @option opts [String] :multi_arch Filter results where multi_arch matches value
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 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
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
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,15 +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 = ["true", "false"]
159
+ allowable_values = ["false", "true"]
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 = ["true", "false"]
163
+ allowable_values = ["false", "true"]
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
- allowable_values = ["no", "same", "foreign", "allowed"]
167
+ allowable_values = ["allowed", "foreign", "no", "same"]
168
168
  if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
169
169
  fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"
170
170
  end