pulp_certguard_client 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f34196eebfcac0895f60167d6bb0518301934df221c2a10fab425abba0bafeb9
4
- data.tar.gz: 200398bc265f1f31b5a3c67982f17b1245bda489ebbb8e60b1b419cd62bd50d3
3
+ metadata.gz: e744b4edc1c92b647ccd46ef3eea18d558a0a3fab5ea006d1c9451318f702233
4
+ data.tar.gz: d3edb18008bf11739a246095a215f26b3596434413a1685a55be44d361f4370f
5
5
  SHA512:
6
- metadata.gz: db7c502f9e830e397cd0dee069751ddd111e4c39edb8ecbddecc648efba0b8ff18dfdb9b7c90efe7dc23e2627e8ee5d69f79473c2d7003aad6bf687232c220de
7
- data.tar.gz: 5b3465f8e813d61e535ce0fd596146dcb7c05f76b0513eae292363cf37b4d372bdde2ff52d05d93b1a80fc529c43d61a9028a384e344929d45b56bca3d8d6bf2
6
+ metadata.gz: 3824d95c09c3114759f199f69c0d961d064fc5b08633e225c1278ffdbaeea69291deba3be04012b05a273464303b51ac3e9891a9b18021dc588c3b5c1dfdb45b
7
+ data.tar.gz: 62927f180624ce2dc3f2cbabeed0736eb8a42d8916474c643488d46e2b3ab8e2704896f7505eb4cb6ab5bed05edfce7d95ba47bde93a691013a056b248765612
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.1
10
+ - Package version: 1.6.2
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.1.gem
27
+ gem install ./pulp_certguard_client-1.6.2.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_certguard_client-1.6.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_certguard_client-1.6.2.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.1'
36
+ gem 'pulp_certguard_client', '~> 1.6.2'
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.6.1'
14
+ VERSION = '1.6.2'
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.6.1
4
+ version: 1.6.2
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-23 00:00:00.000000000 Z
11
+ date: 2023-05-02 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/patchedcertguard_x509_cert_guard_spec.rb
151
- - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
152
150
  - spec/models/certguard_rhsm_cert_guard_response_spec.rb
153
151
  - spec/models/certguard_rhsm_cert_guard_spec.rb
154
152
  - spec/models/certguard_x509_cert_guard_spec.rb
155
- - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
156
- - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
157
153
  - spec/models/certguard_x509_cert_guard_response_spec.rb
154
+ - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
155
+ - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
156
+ - spec/models/patchedcertguard_x509_cert_guard_spec.rb
157
+ - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
158
158
  - spec/spec_helper.rb