pulp_certguard_client 1.5.8 → 1.5.9

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: 89ea0d51cc544a18eb246c3287d5ea0a332c313ada4337971b709377940e0c1d
4
- data.tar.gz: e8bb02d114d802689ba77b226b0aa412e98d6f166d201e967bb2d80fa7502110
3
+ metadata.gz: 131e1e7578a74a7a03d94f1530ee67bc9955c996ecbbe3de16da07e462e370dd
4
+ data.tar.gz: 1ee9d9299ed3695c3297bb5d7548a9a044c6723a7a8551af04e8f823ed5ef8b1
5
5
  SHA512:
6
- metadata.gz: 0d6b528aa069b0bbd8d4e9a532fb75d2533f222e5735dd70ef7f4c2bfd0722f9c2296b56b59807d5b04fe2b32bfaa0285977b9bb7f4481653a6ee509452b1108
7
- data.tar.gz: '086ca23bdbbf30b2a63a4e4cbd8eb93690ecc23f5d610084567d50fdfc391196d93cd192e50906ebeb8a1ed4770e0b4aed5d86509c39f93ee47df8e4f31340c1'
6
+ metadata.gz: 54354d87de30d90a872917f95c3af6062a73ca6afb925c6bb0ea77ba9f7164412b8e83f9f64a37284bac68ec09d90d25b9324b913a3a2a0832ff0e698df5377e
7
+ data.tar.gz: a95bc60eca3f2d8d8f94eb942a455522e55c658f63d68762e5b6d47328d1ba36058a8601d69a3af881687304ef37e84f76c5c0b91e79a952c4760b7ff63f842c
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.5.8
10
+ - Package version: 1.5.9
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.5.8.gem
27
+ gem install ./pulp_certguard_client-1.5.9.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_certguard_client-1.5.8.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_certguard_client-1.5.9.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.5.8'
36
+ gem 'pulp_certguard_client', '~> 1.5.9'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -147,7 +147,9 @@ opts = {
147
147
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
148
148
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
149
149
  offset: 56, # Integer | The initial index from which to return the results.
150
- ordering: ['ordering_example'], # Array<String> | Ordering
150
+ 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
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
152
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
151
153
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
152
154
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
153
155
  }
@@ -173,7 +175,9 @@ Name | Type | Description | Notes
173
175
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
174
176
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
175
177
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
176
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
178
+ **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
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
180
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
177
181
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
178
182
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
179
183
 
@@ -147,7 +147,9 @@ opts = {
147
147
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
148
148
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
149
149
  offset: 56, # Integer | The initial index from which to return the results.
150
- ordering: ['ordering_example'], # Array<String> | Ordering
150
+ 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
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
152
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
151
153
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
152
154
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
153
155
  }
@@ -173,7 +175,9 @@ Name | Type | Description | Notes
173
175
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
174
176
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
175
177
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
176
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
178
+ **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
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
180
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
177
181
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
178
182
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
179
183
 
@@ -153,7 +153,9 @@ module PulpCertguardClient
153
153
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
154
154
  # @option opts [String] :name__startswith Filter results where name starts with value
155
155
  # @option opts [Integer] :offset The initial index from which to return the results.
156
- # @option opts [Array<String>] :ordering Ordering
156
+ # @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
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
158
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
157
159
  # @option opts [Array<String>] :fields A list of fields to include in the response.
158
160
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
159
161
  # @return [PaginatedcertguardRHSMCertGuardResponseList]
@@ -172,7 +174,9 @@ module PulpCertguardClient
172
174
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
173
175
  # @option opts [String] :name__startswith Filter results where name starts with value
174
176
  # @option opts [Integer] :offset The initial index from which to return the results.
175
- # @option opts [Array<String>] :ordering Ordering
177
+ # @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
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
179
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
176
180
  # @option opts [Array<String>] :fields A list of fields to include in the response.
177
181
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
178
182
  # @return [Array<(PaginatedcertguardRHSMCertGuardResponseList, Integer, Hash)>] PaginatedcertguardRHSMCertGuardResponseList data, response status code and response headers
@@ -197,6 +201,8 @@ module PulpCertguardClient
197
201
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
198
202
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
199
203
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
204
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
205
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
200
206
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
201
207
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
202
208
 
@@ -153,7 +153,9 @@ module PulpCertguardClient
153
153
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
154
154
  # @option opts [String] :name__startswith Filter results where name starts with value
155
155
  # @option opts [Integer] :offset The initial index from which to return the results.
156
- # @option opts [Array<String>] :ordering Ordering
156
+ # @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
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
158
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
157
159
  # @option opts [Array<String>] :fields A list of fields to include in the response.
158
160
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
159
161
  # @return [PaginatedcertguardX509CertGuardResponseList]
@@ -172,7 +174,9 @@ module PulpCertguardClient
172
174
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
173
175
  # @option opts [String] :name__startswith Filter results where name starts with value
174
176
  # @option opts [Integer] :offset The initial index from which to return the results.
175
- # @option opts [Array<String>] :ordering Ordering
177
+ # @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
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
179
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
176
180
  # @option opts [Array<String>] :fields A list of fields to include in the response.
177
181
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
178
182
  # @return [Array<(PaginatedcertguardX509CertGuardResponseList, Integer, Hash)>] PaginatedcertguardX509CertGuardResponseList data, response status code and response headers
@@ -197,6 +201,8 @@ module PulpCertguardClient
197
201
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
198
202
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
199
203
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
204
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
205
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
200
206
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
201
207
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
202
208
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpCertguardClient
14
- VERSION = '1.5.8'
14
+ VERSION = '1.5.9'
15
15
  end
@@ -67,7 +67,9 @@ describe 'ContentguardsRhsmApi' do
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering Ordering
70
+ # @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
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
71
73
  # @option opts [Array<String>] :fields A list of fields to include in the response.
72
74
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
73
75
  # @return [PaginatedcertguardRHSMCertGuardResponseList]
@@ -67,7 +67,9 @@ describe 'ContentguardsX509Api' do
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering Ordering
70
+ # @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
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
71
73
  # @option opts [Array<String>] :fields A list of fields to include in the response.
72
74
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
73
75
  # @return [PaginatedcertguardX509CertGuardResponseList]
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.5.8
4
+ version: 1.5.9
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-03-03 00:00:00.000000000 Z
11
+ date: 2023-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -143,16 +143,16 @@ signing_key:
143
143
  specification_version: 4
144
144
  summary: Pulp 3 API Ruby Gem
145
145
  test_files:
146
- - spec/api/contentguards_x509_api_spec.rb
147
146
  - spec/api/contentguards_rhsm_api_spec.rb
147
+ - spec/api/contentguards_x509_api_spec.rb
148
148
  - spec/api_client_spec.rb
149
149
  - spec/configuration_spec.rb
150
- - spec/models/patchedcertguard_x509_cert_guard_spec.rb
151
- - spec/models/certguard_rhsm_cert_guard_spec.rb
152
- - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
153
150
  - spec/models/certguard_x509_cert_guard_spec.rb
154
- - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
151
+ - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
152
+ - spec/models/certguard_rhsm_cert_guard_response_spec.rb
155
153
  - spec/models/certguard_x509_cert_guard_response_spec.rb
154
+ - spec/models/certguard_rhsm_cert_guard_spec.rb
155
+ - spec/models/patchedcertguard_x509_cert_guard_spec.rb
156
+ - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
156
157
  - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
157
- - spec/models/certguard_rhsm_cert_guard_response_spec.rb
158
158
  - spec/spec_helper.rb