pulp_certguard_client 1.5.9 → 1.6.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: 131e1e7578a74a7a03d94f1530ee67bc9955c996ecbbe3de16da07e462e370dd
4
- data.tar.gz: 1ee9d9299ed3695c3297bb5d7548a9a044c6723a7a8551af04e8f823ed5ef8b1
3
+ metadata.gz: 3b6f5b9693b1c1cbc8547f8290ebca051c81c3330299de582d088d1ee6dba0dc
4
+ data.tar.gz: b3c36aa409b5fa9046f39cfc71f02177285558c82630c6d984b147c44222058f
5
5
  SHA512:
6
- metadata.gz: 54354d87de30d90a872917f95c3af6062a73ca6afb925c6bb0ea77ba9f7164412b8e83f9f64a37284bac68ec09d90d25b9324b913a3a2a0832ff0e698df5377e
7
- data.tar.gz: a95bc60eca3f2d8d8f94eb942a455522e55c658f63d68762e5b6d47328d1ba36058a8601d69a3af881687304ef37e84f76c5c0b91e79a952c4760b7ff63f842c
6
+ metadata.gz: 52adea178e458d057afc0dd512fad0147e832efcc937566a19b8da30fc63dbd9615c9638ffe69101e26ce5f596586b592d4ba4da6dd342bff6d81b3c412ecc8d
7
+ data.tar.gz: 9c16caf86481a2979a045958a71ea8b5ee3f737256dc2f7e0a87b0d3988acbc33c320e733c671ffee9316317414fc070b278b8250f99018af87f69c67e9ec67f
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.9
10
+ - Package version: 1.6.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.5.9.gem
27
+ gem install ./pulp_certguard_client-1.6.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_certguard_client-1.5.9.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_certguard_client-1.6.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.5.9'
36
+ gem 'pulp_certguard_client', '~> 1.6.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -147,9 +147,7 @@ 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 * `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.
150
+ ordering: ['ordering_example'], # Array<String> | Ordering
153
151
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
154
152
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
155
153
  }
@@ -175,9 +173,7 @@ Name | Type | Description | Notes
175
173
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
176
174
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
177
175
  **offset** | **Integer**| The initial index from which to return the results. | [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]
176
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
181
177
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
182
178
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
179
 
@@ -147,9 +147,7 @@ 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 * `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.
150
+ ordering: ['ordering_example'], # Array<String> | Ordering
153
151
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
154
152
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
155
153
  }
@@ -175,9 +173,7 @@ Name | Type | Description | Notes
175
173
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
176
174
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
177
175
  **offset** | **Integer**| The initial index from which to return the results. | [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]
176
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
181
177
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
182
178
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
179
 
@@ -153,9 +153,7 @@ 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 * &#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.
156
+ # @option opts [Array<String>] :ordering Ordering
159
157
  # @option opts [Array<String>] :fields A list of fields to include in the response.
160
158
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
161
159
  # @return [PaginatedcertguardRHSMCertGuardResponseList]
@@ -174,9 +172,7 @@ module PulpCertguardClient
174
172
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
175
173
  # @option opts [String] :name__startswith Filter results where name starts with value
176
174
  # @option opts [Integer] :offset The initial index from which to return the results.
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.
175
+ # @option opts [Array<String>] :ordering Ordering
180
176
  # @option opts [Array<String>] :fields A list of fields to include in the response.
181
177
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
182
178
  # @return [Array<(PaginatedcertguardRHSMCertGuardResponseList, Integer, Hash)>] PaginatedcertguardRHSMCertGuardResponseList data, response status code and response headers
@@ -201,8 +197,6 @@ module PulpCertguardClient
201
197
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
202
198
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
203
199
  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?
206
200
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
207
201
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
208
202
 
@@ -153,9 +153,7 @@ 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 * &#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.
156
+ # @option opts [Array<String>] :ordering Ordering
159
157
  # @option opts [Array<String>] :fields A list of fields to include in the response.
160
158
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
161
159
  # @return [PaginatedcertguardX509CertGuardResponseList]
@@ -174,9 +172,7 @@ module PulpCertguardClient
174
172
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
175
173
  # @option opts [String] :name__startswith Filter results where name starts with value
176
174
  # @option opts [Integer] :offset The initial index from which to return the results.
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.
175
+ # @option opts [Array<String>] :ordering Ordering
180
176
  # @option opts [Array<String>] :fields A list of fields to include in the response.
181
177
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
182
178
  # @return [Array<(PaginatedcertguardX509CertGuardResponseList, Integer, Hash)>] PaginatedcertguardX509CertGuardResponseList data, response status code and response headers
@@ -201,8 +197,6 @@ module PulpCertguardClient
201
197
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
202
198
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
203
199
  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?
206
200
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
207
201
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
208
202
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpCertguardClient
14
- VERSION = '1.5.9'
14
+ VERSION = '1.6.0'
15
15
  end
@@ -67,9 +67,7 @@ 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 * &#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.
70
+ # @option opts [Array<String>] :ordering Ordering
73
71
  # @option opts [Array<String>] :fields A list of fields to include in the response.
74
72
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
75
73
  # @return [PaginatedcertguardRHSMCertGuardResponseList]
@@ -67,9 +67,7 @@ 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 * &#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.
70
+ # @option opts [Array<String>] :ordering Ordering
73
71
  # @option opts [Array<String>] :fields A list of fields to include in the response.
74
72
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
75
73
  # @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.9
4
+ version: 1.6.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-10-17 00:00:00.000000000 Z
11
+ date: 2023-03-14 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_x509_api_spec.rb
148
148
  - spec/api_client_spec.rb
149
149
  - spec/configuration_spec.rb
150
- - spec/models/certguard_x509_cert_guard_spec.rb
151
- - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
152
- - spec/models/certguard_rhsm_cert_guard_response_spec.rb
153
150
  - spec/models/certguard_x509_cert_guard_response_spec.rb
151
+ - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
152
+ - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
154
153
  - spec/models/certguard_rhsm_cert_guard_spec.rb
155
- - spec/models/patchedcertguard_x509_cert_guard_spec.rb
156
154
  - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
157
- - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
155
+ - spec/models/certguard_rhsm_cert_guard_response_spec.rb
156
+ - spec/models/certguard_x509_cert_guard_spec.rb
157
+ - spec/models/patchedcertguard_x509_cert_guard_spec.rb
158
158
  - spec/spec_helper.rb