pulp_certguard_client 1.6.5 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8b33d3751141069855aac01bb67e807e71425e02f167df00785aea72ee9d454
4
- data.tar.gz: 524af039cbb4ad166883f42d80184cebd0db943154f8da60ce43459b0b960f04
3
+ metadata.gz: fff429feef8306e00953313b2098bcd2677c9c5dff8fca310f5daab9908ce146
4
+ data.tar.gz: 38f0e0e45472bc8b573bbd81073d3ea00d8b2857ce872c91bfac9a1ce3a1cc13
5
5
  SHA512:
6
- metadata.gz: a9168fdfa332bc0a345f26d5c7f623c54603c06bb033399ae3cd430ce3ba532128e16427c946c48dada9dd407c0e5695e4a6af3819711114d03a1d72986b640b
7
- data.tar.gz: 648a6bb2186d0c49713ffd55fe4eedd5484c6f8f6c0be43368055532fed52bd17be4005dc5ab5a8253102ac48f93aab2e61d8ac6bda83d48f27440f926a448f7
6
+ metadata.gz: bc8cf5ed41ed406c3b9df5e0df0ed79641211577b663869485dbecaf5d806a94a4783bbaa456e237f4b0b01b469e79874eba81e1557331871988dcc259a84f6b
7
+ data.tar.gz: d5320c11c53ba20fe35f01111fe583d0f309510066541c85e066c77a12d954525b7838d2f81594e9940e2556c6e6aac14eae6c5c043645fe67b9a67091dcdcdc
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: 1.6.5
10
+ - Package version: 1.7.0
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_certguard_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_certguard_client-1.6.5.gem
27
+ gem install ./pulp_certguard_client-1.7.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_certguard_client-1.6.5.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_certguard_client-1.7.0.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_certguard_client', '~> 1.6.5'
36
+ gem 'pulp_certguard_client', '~> 1.7.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -79,7 +79,7 @@ end
79
79
 
80
80
  ## Documentation for API Endpoints
81
81
 
82
- All URIs are relative to *https://pulp*
82
+ All URIs are relative to *http://pulp*
83
83
 
84
84
  Class | Method | HTTP request | Description
85
85
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpCertguardClient::ContentguardsRhsmApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -144,12 +144,17 @@ opts = {
144
144
  name: 'name_example', # String | Filter results where name matches value
145
145
  name__contains: 'name__contains_example', # String | Filter results where name contains value
146
146
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
147
+ name__iexact: 'name__iexact_example', # String | Filter results where name matches value
147
148
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
149
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
150
+ name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
151
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
148
152
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
149
153
  offset: 56, # Integer | The initial index from which to return the results.
150
154
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
151
155
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
152
156
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
157
+ q: 'q_example', # String |
153
158
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
154
159
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
155
160
  }
@@ -172,12 +177,17 @@ Name | Type | Description | Notes
172
177
  **name** | **String**| Filter results where name matches value | [optional]
173
178
  **name__contains** | **String**| Filter results where name contains value | [optional]
174
179
  **name__icontains** | **String**| Filter results where name contains value | [optional]
180
+ **name__iexact** | **String**| Filter results where name matches value | [optional]
175
181
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
182
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
183
+ **name__istartswith** | **String**| Filter results where name starts with value | [optional]
184
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
176
185
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
177
186
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
178
187
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
179
188
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
180
189
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
190
+ **q** | **String**| | [optional]
181
191
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
182
192
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
193
 
@@ -1,6 +1,6 @@
1
1
  # PulpCertguardClient::ContentguardsX509Api
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -144,12 +144,17 @@ opts = {
144
144
  name: 'name_example', # String | Filter results where name matches value
145
145
  name__contains: 'name__contains_example', # String | Filter results where name contains value
146
146
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
147
+ name__iexact: 'name__iexact_example', # String | Filter results where name matches value
147
148
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
149
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
150
+ name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
151
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
148
152
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
149
153
  offset: 56, # Integer | The initial index from which to return the results.
150
154
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
151
155
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
152
156
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
157
+ q: 'q_example', # String |
153
158
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
154
159
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
155
160
  }
@@ -172,12 +177,17 @@ Name | Type | Description | Notes
172
177
  **name** | **String**| Filter results where name matches value | [optional]
173
178
  **name__contains** | **String**| Filter results where name contains value | [optional]
174
179
  **name__icontains** | **String**| Filter results where name contains value | [optional]
180
+ **name__iexact** | **String**| Filter results where name matches value | [optional]
175
181
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
182
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
183
+ **name__istartswith** | **String**| Filter results where name starts with value | [optional]
184
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
176
185
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
177
186
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
178
187
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
179
188
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
180
189
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
190
+ **q** | **String**| | [optional]
181
191
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
182
192
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
193
 
@@ -150,12 +150,17 @@ module PulpCertguardClient
150
150
  # @option opts [String] :name Filter results where name matches value
151
151
  # @option opts [String] :name__contains Filter results where name contains value
152
152
  # @option opts [String] :name__icontains Filter results where name contains value
153
+ # @option opts [String] :name__iexact Filter results where name matches value
153
154
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
155
+ # @option opts [String] :name__iregex Filter results where name matches regex value
156
+ # @option opts [String] :name__istartswith Filter results where name starts with value
157
+ # @option opts [String] :name__regex Filter results where name matches regex value
154
158
  # @option opts [String] :name__startswith Filter results where name starts with value
155
159
  # @option opts [Integer] :offset The initial index from which to return the results.
156
160
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
157
161
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
158
162
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
163
+ # @option opts [String] :q
159
164
  # @option opts [Array<String>] :fields A list of fields to include in the response.
160
165
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
161
166
  # @return [PaginatedcertguardRHSMCertGuardResponseList]
@@ -171,12 +176,17 @@ module PulpCertguardClient
171
176
  # @option opts [String] :name Filter results where name matches value
172
177
  # @option opts [String] :name__contains Filter results where name contains value
173
178
  # @option opts [String] :name__icontains Filter results where name contains value
179
+ # @option opts [String] :name__iexact Filter results where name matches value
174
180
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
181
+ # @option opts [String] :name__iregex Filter results where name matches regex value
182
+ # @option opts [String] :name__istartswith Filter results where name starts with value
183
+ # @option opts [String] :name__regex Filter results where name matches regex value
175
184
  # @option opts [String] :name__startswith Filter results where name starts with value
176
185
  # @option opts [Integer] :offset The initial index from which to return the results.
177
186
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
178
187
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
179
188
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
189
+ # @option opts [String] :q
180
190
  # @option opts [Array<String>] :fields A list of fields to include in the response.
181
191
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
182
192
  # @return [Array<(PaginatedcertguardRHSMCertGuardResponseList, Integer, Hash)>] PaginatedcertguardRHSMCertGuardResponseList data, response status code and response headers
@@ -197,12 +207,17 @@ module PulpCertguardClient
197
207
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
198
208
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
199
209
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
210
+ query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
200
211
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
212
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
213
+ query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
214
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
201
215
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
202
216
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
203
217
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
204
218
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
205
219
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
220
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
206
221
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
207
222
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
208
223
 
@@ -150,12 +150,17 @@ module PulpCertguardClient
150
150
  # @option opts [String] :name Filter results where name matches value
151
151
  # @option opts [String] :name__contains Filter results where name contains value
152
152
  # @option opts [String] :name__icontains Filter results where name contains value
153
+ # @option opts [String] :name__iexact Filter results where name matches value
153
154
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
155
+ # @option opts [String] :name__iregex Filter results where name matches regex value
156
+ # @option opts [String] :name__istartswith Filter results where name starts with value
157
+ # @option opts [String] :name__regex Filter results where name matches regex value
154
158
  # @option opts [String] :name__startswith Filter results where name starts with value
155
159
  # @option opts [Integer] :offset The initial index from which to return the results.
156
160
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
157
161
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
158
162
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
163
+ # @option opts [String] :q
159
164
  # @option opts [Array<String>] :fields A list of fields to include in the response.
160
165
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
161
166
  # @return [PaginatedcertguardX509CertGuardResponseList]
@@ -171,12 +176,17 @@ module PulpCertguardClient
171
176
  # @option opts [String] :name Filter results where name matches value
172
177
  # @option opts [String] :name__contains Filter results where name contains value
173
178
  # @option opts [String] :name__icontains Filter results where name contains value
179
+ # @option opts [String] :name__iexact Filter results where name matches value
174
180
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
181
+ # @option opts [String] :name__iregex Filter results where name matches regex value
182
+ # @option opts [String] :name__istartswith Filter results where name starts with value
183
+ # @option opts [String] :name__regex Filter results where name matches regex value
175
184
  # @option opts [String] :name__startswith Filter results where name starts with value
176
185
  # @option opts [Integer] :offset The initial index from which to return the results.
177
186
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
178
187
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
179
188
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
189
+ # @option opts [String] :q
180
190
  # @option opts [Array<String>] :fields A list of fields to include in the response.
181
191
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
182
192
  # @return [Array<(PaginatedcertguardX509CertGuardResponseList, Integer, Hash)>] PaginatedcertguardX509CertGuardResponseList data, response status code and response headers
@@ -197,12 +207,17 @@ module PulpCertguardClient
197
207
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
198
208
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
199
209
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
210
+ query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
200
211
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
212
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
213
+ query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
214
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
201
215
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
202
216
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
203
217
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
204
218
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
205
219
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
220
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
206
221
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
207
222
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
208
223
 
@@ -127,7 +127,7 @@ module PulpCertguardClient
127
127
  attr_accessor :force_ending_format
128
128
 
129
129
  def initialize
130
- @scheme = 'https'
130
+ @scheme = 'http'
131
131
  @host = 'pulp'
132
132
  @base_path = ''
133
133
  @api_key = {}
@@ -210,7 +210,7 @@ module PulpCertguardClient
210
210
  def server_settings
211
211
  [
212
212
  {
213
- url: "https://pulp/",
213
+ url: "http://pulp/",
214
214
  description: "No description provided",
215
215
  }
216
216
  ]
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpCertguardClient
14
- VERSION = '1.6.5'
14
+ VERSION = '1.7.0'
15
15
  end
@@ -64,12 +64,17 @@ describe 'ContentguardsRhsmApi' do
64
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
+ # @option opts [String] :name__iexact Filter results where name matches value
67
68
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
69
+ # @option opts [String] :name__iregex Filter results where name matches regex value
70
+ # @option opts [String] :name__istartswith Filter results where name starts with value
71
+ # @option opts [String] :name__regex Filter results where name matches regex value
68
72
  # @option opts [String] :name__startswith Filter results where name starts with value
69
73
  # @option opts [Integer] :offset The initial index from which to return the results.
70
74
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
71
75
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
76
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
+ # @option opts [String] :q
73
78
  # @option opts [Array<String>] :fields A list of fields to include in the response.
74
79
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
75
80
  # @return [PaginatedcertguardRHSMCertGuardResponseList]
@@ -64,12 +64,17 @@ describe 'ContentguardsX509Api' do
64
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
+ # @option opts [String] :name__iexact Filter results where name matches value
67
68
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
69
+ # @option opts [String] :name__iregex Filter results where name matches regex value
70
+ # @option opts [String] :name__istartswith Filter results where name starts with value
71
+ # @option opts [String] :name__regex Filter results where name matches regex value
68
72
  # @option opts [String] :name__startswith Filter results where name starts with value
69
73
  # @option opts [Integer] :offset The initial index from which to return the results.
70
74
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
71
75
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
76
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
+ # @option opts [String] :q
73
78
  # @option opts [Array<String>] :fields A list of fields to include in the response.
74
79
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
75
80
  # @return [PaginatedcertguardX509CertGuardResponseList]
@@ -18,7 +18,7 @@ describe PulpCertguardClient::Configuration do
18
18
  before(:each) do
19
19
  # uncomment below to setup host and base_path
20
20
  # require 'URI'
21
- # uri = URI.parse("https://pulp")
21
+ # uri = URI.parse("http://pulp")
22
22
  # PulpCertguardClient.configure do |c|
23
23
  # c.host = uri.host
24
24
  # c.base_path = uri.path
@@ -28,14 +28,14 @@ describe PulpCertguardClient::Configuration do
28
28
  describe '#base_url' do
29
29
  it 'should have the default value' do
30
30
  # uncomment below to test default value of the base path
31
- # expect(config.base_url).to eq("https://pulp")
31
+ # expect(config.base_url).to eq("http://pulp")
32
32
  end
33
33
 
34
34
  it 'should remove trailing slashes' do
35
35
  [nil, '', '/', '//'].each do |base_path|
36
36
  config.base_path = base_path
37
37
  # uncomment below to test trailing slashes
38
- # expect(config.base_url).to eq("https://pulp")
38
+ # expect(config.base_url).to eq("http://pulp")
39
39
  end
40
40
  end
41
41
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_certguard_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.5
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-11 00:00:00.000000000 Z
11
+ date: 2023-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -147,12 +147,12 @@ test_files:
147
147
  - spec/api/contentguards_rhsm_api_spec.rb
148
148
  - spec/api_client_spec.rb
149
149
  - spec/configuration_spec.rb
150
- - spec/models/certguard_rhsm_cert_guard_response_spec.rb
150
+ - spec/models/certguard_x509_cert_guard_response_spec.rb
151
+ - spec/models/certguard_rhsm_cert_guard_spec.rb
152
+ - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
151
153
  - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
154
+ - spec/models/patchedcertguard_x509_cert_guard_spec.rb
152
155
  - spec/models/certguard_x509_cert_guard_spec.rb
153
156
  - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
154
- - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
155
- - spec/models/patchedcertguard_x509_cert_guard_spec.rb
156
- - spec/models/certguard_x509_cert_guard_response_spec.rb
157
- - spec/models/certguard_rhsm_cert_guard_spec.rb
157
+ - spec/models/certguard_rhsm_cert_guard_response_spec.rb
158
158
  - spec/spec_helper.rb