pulp_certguard_client 3.58.0 → 3.59.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: e536791f005d88f0a646de061a0f288f90352009ef7cb84a5e9da5e0ddb8fc72
4
- data.tar.gz: bca8d1a669776cc88c78f45b07aaf4e2fe6e9ebca933b076760523b7b76f4b9a
3
+ metadata.gz: c8f54a030278cd320930fa372e198c29639d2b6020c4048eacfee37c8cd4289a
4
+ data.tar.gz: b617ae74b0bb0fc5a47af4c779ed0a8b4b5b31cdb0680db3713ebf7c0aa5c2f2
5
5
  SHA512:
6
- metadata.gz: 554d07b4505aa833492adcee23d02def6ca80798f893e7feeb8f4f3acbd178260ecace02373603a1bf61548c2f9ae8c35af8f6eba4da449573c1560afa021111
7
- data.tar.gz: 30eeab09cf9f4ac2032e36fd0f9ccdd35947c7ede585415b04312e798d187fd30474b4b1bd5f3a98becf523305a91a5bcf107d21f0d1b8010921fbb48d1441d5
6
+ metadata.gz: 36bb3a377509594b6e213f6c750ecc153aa11ef63f2393962c3b4196ed61275257cdc8b5e99aa3e10244417ee0a0c43480bce6f4de766ccf14f9abcfe533fa38
7
+ data.tar.gz: ae08f29268f64ac8a799f9a48d711bebca46c7c23201668abaf458e9b9663dfd64f1bda8365e734d05cc578acb50a7b8484394e690e473138043f1f2f9c019fb
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.58.0
10
+ - Package version: 3.59.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-3.58.0.gem
27
+ gem install ./pulp_certguard_client-3.59.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_certguard_client-3.58.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_certguard_client-3.59.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', '~> 3.58.0'
36
+ gem 'pulp_certguard_client', '~> 3.59.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -154,7 +154,7 @@ opts = {
154
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)
155
155
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
156
156
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
157
- q: 'q_example', # String |
157
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
158
158
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
159
159
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
160
160
  }
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
187
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]
188
188
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
189
189
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
190
- **q** | **String**| | [optional]
190
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
191
191
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
192
192
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
193
193
 
@@ -154,7 +154,7 @@ opts = {
154
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)
155
155
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
156
156
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
157
- q: 'q_example', # String |
157
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
158
158
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
159
159
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
160
160
  }
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
187
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]
188
188
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
189
189
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
190
- **q** | **String**| | [optional]
190
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
191
191
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
192
192
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
193
193
 
@@ -160,7 +160,7 @@ module PulpCertguardClient
160
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)
161
161
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
162
162
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
163
- # @option opts [String] :q
163
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
164
164
  # @option opts [Array<String>] :fields A list of fields to include in the response.
165
165
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
166
166
  # @return [PaginatedcertguardRHSMCertGuardResponseList]
@@ -186,7 +186,7 @@ module PulpCertguardClient
186
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)
187
187
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
188
188
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
189
- # @option opts [String] :q
189
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
190
190
  # @option opts [Array<String>] :fields A list of fields to include in the response.
191
191
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
192
192
  # @return [Array<(PaginatedcertguardRHSMCertGuardResponseList, Integer, Hash)>] PaginatedcertguardRHSMCertGuardResponseList data, response status code and response headers
@@ -160,7 +160,7 @@ module PulpCertguardClient
160
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)
161
161
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
162
162
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
163
- # @option opts [String] :q
163
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
164
164
  # @option opts [Array<String>] :fields A list of fields to include in the response.
165
165
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
166
166
  # @return [PaginatedcertguardX509CertGuardResponseList]
@@ -186,7 +186,7 @@ module PulpCertguardClient
186
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)
187
187
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
188
188
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
189
- # @option opts [String] :q
189
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
190
190
  # @option opts [Array<String>] :fields A list of fields to include in the response.
191
191
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
192
192
  # @return [Array<(PaginatedcertguardX509CertGuardResponseList, Integer, Hash)>] PaginatedcertguardX509CertGuardResponseList data, response status code and response headers
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpCertguardClient
14
- VERSION = '3.58.0'
14
+ VERSION = '3.59.0'
15
15
  end
@@ -74,7 +74,7 @@ describe 'ContentguardsRhsmApi' do
74
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)
75
75
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
76
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
- # @option opts [String] :q
77
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
78
78
  # @option opts [Array<String>] :fields A list of fields to include in the response.
79
79
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
80
80
  # @return [PaginatedcertguardRHSMCertGuardResponseList]
@@ -74,7 +74,7 @@ describe 'ContentguardsX509Api' do
74
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)
75
75
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
76
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
- # @option opts [String] :q
77
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
78
78
  # @option opts [Array<String>] :fields A list of fields to include in the response.
79
79
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
80
80
  # @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: 3.58.0
4
+ version: 3.59.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: 2024-08-14 00:00:00.000000000 Z
11
+ date: 2024-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday