pulp_python_client 3.8.0.dev1669001754 → 3.8.0.dev1669174131

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_python_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 892562c452abab40e9ef130286cf45e7374bb88c8b4183c49f5c7a69f82b42c2
4
- data.tar.gz: e2df158d9e7f04a76ffb27e4d1e0a25d583845b70a3dce2bfc6015b078633e81
3
+ metadata.gz: 623952587381f3a79f67e762b053939a2fcaa3f1f57e1dc8ba736329332eab3d
4
+ data.tar.gz: f601e8bd22ce309a087e54d105c53f3568fb3b2ee8cfa264cb94bd4eae6449ca
5
5
  SHA512:
6
- metadata.gz: f7eb3623e6037c6824a011d978ddfd2ea1ec25db7f1d69c3696d4af67f893dd3e7dbe855f05b1c323a3b31a71fe2bdc937511e45875455e8759a7cfc17f7eeaa
7
- data.tar.gz: 7ee36b187acff5207ca0c1dcfd10e0f8f8ee9e7cbefa244bfd12afd7141e834a8faf5e047803795abff8d27fa666ec1c39c1ca29ff88dd49ae526e8921fa2306
6
+ metadata.gz: 4937bd3f0e1e84ed053a8fa72c621381a3ca28447cfe04e65570eb6b74bcb6609205a966ba19037c1e7d2f66167288e181c042f1fcffcfb11e9773e736e5de0c
7
+ data.tar.gz: 93c4e47339dd7fd6c25b659081e517301268ffcfe0a21c302b8827bfd8e2b2cd87c047ef43c28953278dfb04fb3c25d4187ce09aae098a1df46f68a754f45aa0
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.8.0.dev1669001754
10
+ - Package version: 3.8.0.dev1669174131
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_python_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_python_client-3.8.0.dev1669001754.gem
27
+ gem install ./pulp_python_client-3.8.0.dev1669174131.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_python_client-3.8.0.dev1669001754.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.8.0.dev1669174131.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_python_client', '~> 3.8.0.dev1669001754'
36
+ gem 'pulp_python_client', '~> 3.8.0.dev1669174131'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -141,12 +141,12 @@ end
141
141
 
142
142
  api_instance = PulpPythonClient::DistributionsPypiApi.new
143
143
  opts = {
144
- base_path: 'base_path_example', # String |
144
+ base_path: 'base_path_example', # String | Filter results where base_path matches value
145
145
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
146
146
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
147
147
  base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
148
148
  limit: 56, # Integer | Number of results to return per page.
149
- name: 'name_example', # String |
149
+ name: 'name_example', # String | Filter results where name matches value
150
150
  name__contains: 'name__contains_example', # String | Filter results where name contains value
151
151
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
152
152
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -173,12 +173,12 @@ end
173
173
 
174
174
  Name | Type | Description | Notes
175
175
  ------------- | ------------- | ------------- | -------------
176
- **base_path** | **String**| | [optional]
176
+ **base_path** | **String**| Filter results where base_path matches value | [optional]
177
177
  **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
178
178
  **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
179
179
  **base_path__in** | [**Array&lt;String&gt;**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
180
180
  **limit** | **Integer**| Number of results to return per page. | [optional]
181
- **name** | **String**| | [optional]
181
+ **name** | **String**| Filter results where name matches value | [optional]
182
182
  **name__contains** | **String**| Filter results where name contains value | [optional]
183
183
  **name__icontains** | **String**| Filter results where name contains value | [optional]
184
184
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -143,7 +143,7 @@ opts = {
143
143
  limit: 56, # Integer | Number of results to return per page.
144
144
  offset: 56, # Integer | The initial index from which to return the results.
145
145
  ordering: ['ordering_example'], # Array<String> | Ordering
146
- pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
146
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
147
147
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
148
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
149
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
@@ -174,7 +174,7 @@ Name | Type | Description | Notes
174
174
  **limit** | **Integer**| Number of results to return per page. | [optional]
175
175
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
176
176
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
177
- **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
177
+ **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
178
178
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
179
179
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
180
180
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
@@ -202,7 +202,7 @@ end
202
202
  api_instance = PulpPythonClient::RemotesPythonApi.new
203
203
  opts = {
204
204
  limit: 56, # Integer | Number of results to return per page.
205
- name: 'name_example', # String |
205
+ name: 'name_example', # String | Filter results where name matches value
206
206
  name__contains: 'name__contains_example', # String | Filter results where name contains value
207
207
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
208
208
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -210,7 +210,7 @@ opts = {
210
210
  offset: 56, # Integer | The initial index from which to return the results.
211
211
  ordering: ['ordering_example'], # Array<String> | Ordering
212
212
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
213
- pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
213
+ pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
214
214
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
215
215
  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
216
216
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
@@ -235,7 +235,7 @@ end
235
235
  Name | Type | Description | Notes
236
236
  ------------- | ------------- | ------------- | -------------
237
237
  **limit** | **Integer**| Number of results to return per page. | [optional]
238
- **name** | **String**| | [optional]
238
+ **name** | **String**| Filter results where name matches value | [optional]
239
239
  **name__contains** | **String**| Filter results where name contains value | [optional]
240
240
  **name__icontains** | **String**| Filter results where name contains value | [optional]
241
241
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -243,7 +243,7 @@ Name | Type | Description | Notes
243
243
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
244
244
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
245
245
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
246
- **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
246
+ **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
247
247
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
248
248
  **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
249
249
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
@@ -144,7 +144,7 @@ end
144
144
  api_instance = PulpPythonClient::RepositoriesPythonApi.new
145
145
  opts = {
146
146
  limit: 56, # Integer | Number of results to return per page.
147
- name: 'name_example', # String |
147
+ name: 'name_example', # String | Filter results where name matches value
148
148
  name__contains: 'name__contains_example', # String | Filter results where name contains value
149
149
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
150
150
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -172,7 +172,7 @@ end
172
172
  Name | Type | Description | Notes
173
173
  ------------- | ------------- | ------------- | -------------
174
174
  **limit** | **Integer**| Number of results to return per page. | [optional]
175
- **name** | **String**| | [optional]
175
+ **name** | **String**| Filter results where name matches value | [optional]
176
176
  **name__contains** | **String**| Filter results where name contains value | [optional]
177
177
  **name__icontains** | **String**| Filter results where name contains value | [optional]
178
178
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -180,7 +180,7 @@ Name | Type | Description | Notes
180
180
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
181
181
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
182
182
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
183
- **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
183
+ **remote** | **String**| Foreign Key referenced by HREF | [optional]
184
184
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
185
185
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
186
186
 
@@ -90,7 +90,7 @@ opts = {
90
90
  content: 'content_example', # String | Content Unit referenced by HREF
91
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: 56, # Integer |
93
+ number: 56, # Integer | Filter results where number matches value
94
94
  number__gt: 56, # Integer | Filter results where number is greater than value
95
95
  number__gte: 56, # Integer | Filter results where number is greater than or equal to value
96
96
  number__lt: 56, # Integer | Filter results where number is less than value
@@ -98,7 +98,7 @@ opts = {
98
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'], # Array<String> | Ordering
101
- pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
101
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
102
102
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
103
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
104
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
@@ -126,7 +126,7 @@ Name | Type | Description | Notes
126
126
  **content** | **String**| Content Unit referenced by HREF | [optional]
127
127
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
128
128
  **limit** | **Integer**| Number of results to return per page. | [optional]
129
- **number** | **Integer**| | [optional]
129
+ **number** | **Integer**| Filter results where number matches value | [optional]
130
130
  **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
131
131
  **number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
132
132
  **number__lt** | **Integer**| Filter results where number is less than value | [optional]
@@ -134,7 +134,7 @@ Name | Type | Description | Notes
134
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** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
137
- **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
137
+ **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
138
138
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
139
139
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
140
140
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
@@ -235,7 +235,7 @@ module PulpPythonClient
235
235
  if @api_client.config.debugging
236
236
  @api_client.config.logger.debug 'Calling API: ContentPackagesApi.list ...'
237
237
  end
238
- allowable_values = ["-_artifacts", "-author", "-author_email", "-classifiers", "-content_ptr", "-contentartifact", "-description", "-description_content_type", "-download_url", "-filename", "-group_roles", "-home_page", "-keywords", "-license", "-maintainer", "-maintainer_email", "-metadata_version", "-name", "-obsoletes_dist", "-packagetype", "-pk", "-platform", "-project_url", "-project_urls", "-provides_dist", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-python_version", "-repositories", "-requires_dist", "-requires_external", "-requires_python", "-sha256", "-summary", "-supported_platform", "-timestamp_of_interest", "-upstream_id", "-user_roles", "-version", "-version_memberships", "_artifacts", "author", "author_email", "classifiers", "content_ptr", "contentartifact", "description", "description_content_type", "download_url", "filename", "group_roles", "home_page", "keywords", "license", "maintainer", "maintainer_email", "metadata_version", "name", "obsoletes_dist", "packagetype", "pk", "platform", "project_url", "project_urls", "provides_dist", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "python_version", "repositories", "requires_dist", "requires_external", "requires_python", "sha256", "summary", "supported_platform", "timestamp_of_interest", "upstream_id", "user_roles", "version", "version_memberships"]
238
+ allowable_values = ["-author", "-author_email", "-classifiers", "-description", "-description_content_type", "-download_url", "-filename", "-home_page", "-keywords", "-license", "-maintainer", "-maintainer_email", "-metadata_version", "-name", "-obsoletes_dist", "-packagetype", "-pk", "-platform", "-project_url", "-project_urls", "-provides_dist", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-python_version", "-requires_dist", "-requires_external", "-requires_python", "-sha256", "-summary", "-supported_platform", "-timestamp_of_interest", "-upstream_id", "-version", "author", "author_email", "classifiers", "description", "description_content_type", "download_url", "filename", "home_page", "keywords", "license", "maintainer", "maintainer_email", "metadata_version", "name", "obsoletes_dist", "packagetype", "pk", "platform", "project_url", "project_urls", "provides_dist", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "python_version", "requires_dist", "requires_external", "requires_python", "sha256", "summary", "supported_platform", "timestamp_of_interest", "upstream_id", "version"]
239
239
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
240
240
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
241
241
  end
@@ -148,12 +148,12 @@ module PulpPythonClient
148
148
  # List python distributions
149
149
  # Pulp Python Distributions are used to distribute Python content from Python Repositories or Python Publications. Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community. In Pulp usage, Python content is referred to as Python Package Content.
150
150
  # @param [Hash] opts the optional parameters
151
- # @option opts [String] :base_path
151
+ # @option opts [String] :base_path Filter results where base_path matches value
152
152
  # @option opts [String] :base_path__contains Filter results where base_path contains value
153
153
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
154
154
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
155
155
  # @option opts [Integer] :limit Number of results to return per page.
156
- # @option opts [String] :name
156
+ # @option opts [String] :name Filter results where name matches value
157
157
  # @option opts [String] :name__contains Filter results where name contains value
158
158
  # @option opts [String] :name__icontains Filter results where name contains value
159
159
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -173,12 +173,12 @@ module PulpPythonClient
173
173
  # List python distributions
174
174
  # Pulp Python Distributions are used to distribute Python content from Python Repositories or Python Publications. Pulp Python Distributions should not be confused with \&quot;Python Distribution\&quot; as defined by the Python community. In Pulp usage, Python content is referred to as Python Package Content.
175
175
  # @param [Hash] opts the optional parameters
176
- # @option opts [String] :base_path
176
+ # @option opts [String] :base_path Filter results where base_path matches value
177
177
  # @option opts [String] :base_path__contains Filter results where base_path contains value
178
178
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
179
179
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
180
180
  # @option opts [Integer] :limit Number of results to return per page.
181
- # @option opts [String] :name
181
+ # @option opts [String] :name Filter results where name matches value
182
182
  # @option opts [String] :name__contains Filter results where name contains value
183
183
  # @option opts [String] :name__icontains Filter results where name contains value
184
184
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -194,7 +194,7 @@ module PulpPythonClient
194
194
  if @api_client.config.debugging
195
195
  @api_client.config.logger.debug 'Calling API: DistributionsPypiApi.list ...'
196
196
  end
197
- allowable_values = ["-base_path", "-content_guard", "-core_artifactdistribution", "-group_roles", "-name", "-pk", "-publication", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-python_pythondistribution", "-remote", "-repository", "-repository_version", "-user_roles", "base_path", "content_guard", "core_artifactdistribution", "group_roles", "name", "pk", "publication", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "python_pythondistribution", "remote", "repository", "repository_version", "user_roles"]
197
+ allowable_values = ["-base_path", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "base_path", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
198
198
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
199
199
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
200
200
  end
@@ -151,7 +151,7 @@ module PulpPythonClient
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
152
  # @option opts [Integer] :offset The initial index from which to return the results.
153
153
  # @option opts [Array<String>] :ordering Ordering
154
- # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
154
+ # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
155
155
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
156
156
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
157
157
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
@@ -175,7 +175,7 @@ module PulpPythonClient
175
175
  # @option opts [Integer] :limit Number of results to return per page.
176
176
  # @option opts [Integer] :offset The initial index from which to return the results.
177
177
  # @option opts [Array<String>] :ordering Ordering
178
- # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
178
+ # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
179
179
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
180
180
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
181
181
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
@@ -190,7 +190,7 @@ module PulpPythonClient
190
190
  if @api_client.config.debugging
191
191
  @api_client.config.logger.debug 'Calling API: PublicationsPypiApi.list ...'
192
192
  end
193
- allowable_values = ["-complete", "-distribution", "-group_roles", "-pass_through", "-pk", "-published_artifact", "-published_metadata", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-python_pythonpublication", "-repository_version", "-user_roles", "complete", "distribution", "group_roles", "pass_through", "pk", "published_artifact", "published_metadata", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "python_pythonpublication", "repository_version", "user_roles"]
193
+ allowable_values = ["-complete", "-pass_through", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "complete", "pass_through", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
194
194
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
195
195
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
196
196
  end
@@ -228,7 +228,7 @@ module PulpPythonClient
228
228
  # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
229
229
  # @param [Hash] opts the optional parameters
230
230
  # @option opts [Integer] :limit Number of results to return per page.
231
- # @option opts [String] :name
231
+ # @option opts [String] :name Filter results where name matches value
232
232
  # @option opts [String] :name__contains Filter results where name contains value
233
233
  # @option opts [String] :name__icontains Filter results where name contains value
234
234
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -236,7 +236,7 @@ module PulpPythonClient
236
236
  # @option opts [Integer] :offset The initial index from which to return the results.
237
237
  # @option opts [Array<String>] :ordering Ordering
238
238
  # @option opts [String] :pulp_label_select Filter labels by search string
239
- # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
239
+ # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
240
240
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
241
241
  # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
242
242
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
@@ -254,7 +254,7 @@ module PulpPythonClient
254
254
  # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
255
255
  # @param [Hash] opts the optional parameters
256
256
  # @option opts [Integer] :limit Number of results to return per page.
257
- # @option opts [String] :name
257
+ # @option opts [String] :name Filter results where name matches value
258
258
  # @option opts [String] :name__contains Filter results where name contains value
259
259
  # @option opts [String] :name__icontains Filter results where name contains value
260
260
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -262,7 +262,7 @@ module PulpPythonClient
262
262
  # @option opts [Integer] :offset The initial index from which to return the results.
263
263
  # @option opts [Array<String>] :ordering Ordering
264
264
  # @option opts [String] :pulp_label_select Filter labels by search string
265
- # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
265
+ # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
266
266
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
267
267
  # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
268
268
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
@@ -275,7 +275,7 @@ module PulpPythonClient
275
275
  if @api_client.config.debugging
276
276
  @api_client.config.logger.debug 'Calling API: RemotesPythonApi.list ...'
277
277
  end
278
- allowable_values = ["-alternatecontentsource", "-basedistribution", "-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-distribution", "-download_concurrency", "-group_roles", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-python_pythonremote", "-rate_limit", "-remoteartifact", "-repository", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-user_roles", "-username", "alternatecontentsource", "basedistribution", "ca_cert", "client_cert", "client_key", "connect_timeout", "distribution", "download_concurrency", "group_roles", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "python_pythonremote", "rate_limit", "remoteartifact", "repository", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "user_roles", "username"]
278
+ allowable_values = ["-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-download_concurrency", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-username", "ca_cert", "client_cert", "client_key", "connect_timeout", "download_concurrency", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "rate_limit", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "username"]
279
279
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
280
280
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
281
281
  end
@@ -149,7 +149,7 @@ module PulpPythonClient
149
149
  # PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
- # @option opts [String] :name
152
+ # @option opts [String] :name Filter results where name matches value
153
153
  # @option opts [String] :name__contains Filter results where name contains value
154
154
  # @option opts [String] :name__icontains Filter results where name contains value
155
155
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -170,7 +170,7 @@ module PulpPythonClient
170
170
  # PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
171
171
  # @param [Hash] opts the optional parameters
172
172
  # @option opts [Integer] :limit Number of results to return per page.
173
- # @option opts [String] :name
173
+ # @option opts [String] :name Filter results where name matches value
174
174
  # @option opts [String] :name__contains Filter results where name contains value
175
175
  # @option opts [String] :name__icontains Filter results where name contains value
176
176
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -186,7 +186,7 @@ module PulpPythonClient
186
186
  if @api_client.config.debugging
187
187
  @api_client.config.logger.debug 'Calling API: RepositoriesPythonApi.list ...'
188
188
  end
189
- allowable_values = ["-alternatecontentsourcepath", "-content", "-core_pulp_exporter", "-description", "-distributions", "-group_roles", "-name", "-next_version", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-pulpimporterrepository", "-python_pythonrepository", "-remote", "-repositorycontent", "-retain_repo_versions", "-user_hidden", "-user_roles", "-versions", "alternatecontentsourcepath", "content", "core_pulp_exporter", "description", "distributions", "group_roles", "name", "next_version", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "pulpimporterrepository", "python_pythonrepository", "remote", "repositorycontent", "retain_repo_versions", "user_hidden", "user_roles", "versions"]
189
+ allowable_values = ["-description", "-name", "-next_version", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-retain_repo_versions", "-user_hidden", "description", "name", "next_version", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "retain_repo_versions", "user_hidden"]
190
190
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
191
191
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
192
192
  end
@@ -88,7 +88,7 @@ module PulpPythonClient
88
88
  # @option opts [String] :content Content Unit referenced by HREF
89
89
  # @option opts [String] :content__in Content Unit referenced by HREF
90
90
  # @option opts [Integer] :limit Number of results to return per page.
91
- # @option opts [Integer] :number
91
+ # @option opts [Integer] :number Filter results where number matches value
92
92
  # @option opts [Integer] :number__gt Filter results where number is greater than value
93
93
  # @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
94
94
  # @option opts [Integer] :number__lt Filter results where number is less than value
@@ -96,7 +96,7 @@ module PulpPythonClient
96
96
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
97
97
  # @option opts [Integer] :offset The initial index from which to return the results.
98
98
  # @option opts [Array<String>] :ordering Ordering
99
- # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
99
+ # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
100
100
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
101
101
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
102
102
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
@@ -117,7 +117,7 @@ module PulpPythonClient
117
117
  # @option opts [String] :content Content Unit referenced by HREF
118
118
  # @option opts [String] :content__in Content Unit referenced by HREF
119
119
  # @option opts [Integer] :limit Number of results to return per page.
120
- # @option opts [Integer] :number
120
+ # @option opts [Integer] :number Filter results where number matches value
121
121
  # @option opts [Integer] :number__gt Filter results where number is greater than value
122
122
  # @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
123
123
  # @option opts [Integer] :number__lt Filter results where number is less than value
@@ -125,7 +125,7 @@ module PulpPythonClient
125
125
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
126
126
  # @option opts [Integer] :offset The initial index from which to return the results.
127
127
  # @option opts [Array<String>] :ordering Ordering
128
- # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
128
+ # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
129
129
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
130
130
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
131
131
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
@@ -142,7 +142,7 @@ module PulpPythonClient
142
142
  if @api_client.config.client_side_validation && python_python_repository_href.nil?
143
143
  fail ArgumentError, "Missing the required parameter 'python_python_repository_href' when calling RepositoriesPythonVersionsApi.list"
144
144
  end
145
- allowable_values = ["-added_memberships", "-base_version", "-complete", "-counts", "-distribution", "-group_roles", "-info", "-number", "-pk", "-publication", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-removed_memberships", "-repository", "-user_roles", "-versions", "added_memberships", "base_version", "complete", "counts", "distribution", "group_roles", "info", "number", "pk", "publication", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "removed_memberships", "repository", "user_roles", "versions"]
145
+ allowable_values = ["-complete", "-info", "-number", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "complete", "info", "number", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
146
146
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
147
147
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
148
148
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpPythonClient
14
- VERSION = '3.8.0.dev1669001754'
14
+ VERSION = '3.8.0.dev1669174131'
15
15
  end
@@ -60,12 +60,12 @@ describe 'DistributionsPypiApi' do
60
60
  # List python distributions
61
61
  # Pulp Python Distributions are used to distribute Python content from Python Repositories or Python Publications. Pulp Python Distributions should not be confused with \&quot;Python Distribution\&quot; as defined by the Python community. In Pulp usage, Python content is referred to as Python Package Content.
62
62
  # @param [Hash] opts the optional parameters
63
- # @option opts [String] :base_path
63
+ # @option opts [String] :base_path Filter results where base_path matches value
64
64
  # @option opts [String] :base_path__contains Filter results where base_path contains value
65
65
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
66
66
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
67
67
  # @option opts [Integer] :limit Number of results to return per page.
68
- # @option opts [String] :name
68
+ # @option opts [String] :name Filter results where name matches value
69
69
  # @option opts [String] :name__contains Filter results where name contains value
70
70
  # @option opts [String] :name__icontains Filter results where name contains value
71
71
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -65,7 +65,7 @@ describe 'PublicationsPypiApi' do
65
65
  # @option opts [Integer] :limit Number of results to return per page.
66
66
  # @option opts [Integer] :offset The initial index from which to return the results.
67
67
  # @option opts [Array<String>] :ordering Ordering
68
- # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
68
+ # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
69
69
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
70
70
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
71
71
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
@@ -75,7 +75,7 @@ describe 'RemotesPythonApi' do
75
75
  # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
76
76
  # @param [Hash] opts the optional parameters
77
77
  # @option opts [Integer] :limit Number of results to return per page.
78
- # @option opts [String] :name
78
+ # @option opts [String] :name Filter results where name matches value
79
79
  # @option opts [String] :name__contains Filter results where name contains value
80
80
  # @option opts [String] :name__icontains Filter results where name contains value
81
81
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -83,7 +83,7 @@ describe 'RemotesPythonApi' do
83
83
  # @option opts [Integer] :offset The initial index from which to return the results.
84
84
  # @option opts [Array<String>] :ordering Ordering
85
85
  # @option opts [String] :pulp_label_select Filter labels by search string
86
- # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
86
+ # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
87
87
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
88
88
  # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
89
89
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
@@ -61,7 +61,7 @@ describe 'RepositoriesPythonApi' do
61
61
  # PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name
64
+ # @option opts [String] :name Filter results where name matches value
65
65
  # @option opts [String] :name__contains Filter results where name contains value
66
66
  # @option opts [String] :name__icontains Filter results where name contains value
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -52,7 +52,7 @@ describe 'RepositoriesPythonVersionsApi' do
52
52
  # @option opts [String] :content Content Unit referenced by HREF
53
53
  # @option opts [String] :content__in Content Unit referenced by HREF
54
54
  # @option opts [Integer] :limit Number of results to return per page.
55
- # @option opts [Integer] :number
55
+ # @option opts [Integer] :number Filter results where number matches value
56
56
  # @option opts [Integer] :number__gt Filter results where number is greater than value
57
57
  # @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
58
58
  # @option opts [Integer] :number__lt Filter results where number is less than value
@@ -60,7 +60,7 @@ describe 'RepositoriesPythonVersionsApi' do
60
60
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
61
61
  # @option opts [Integer] :offset The initial index from which to return the results.
62
62
  # @option opts [Array<String>] :ordering Ordering
63
- # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
63
+ # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
64
64
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
65
65
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
66
66
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_python_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0.dev1669001754
4
+ version: 3.8.0.dev1669174131
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-21 00:00:00.000000000 Z
11
+ date: 2022-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday