pulp_certguard_client 3.58.0 → 3.59.0
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 +4 -4
- data/README.md +4 -4
- data/docs/ContentguardsRhsmApi.md +2 -2
- data/docs/ContentguardsX509Api.md +2 -2
- data/lib/pulp_certguard_client/api/contentguards_rhsm_api.rb +2 -2
- data/lib/pulp_certguard_client/api/contentguards_x509_api.rb +2 -2
- data/lib/pulp_certguard_client/version.rb +1 -1
- data/spec/api/contentguards_rhsm_api_spec.rb +1 -1
- data/spec/api/contentguards_x509_api_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8f54a030278cd320930fa372e198c29639d2b6020c4048eacfee37c8cd4289a
|
|
4
|
+
data.tar.gz: b617ae74b0bb0fc5a47af4c779ed0a8b4b5b31cdb0680db3713ebf7c0aa5c2f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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<String>**](String.md)| 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) | [optional]
|
|
188
188
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
189
189
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
190
|
-
**q** | **String**|
|
|
190
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
191
191
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
192
192
|
**exclude_fields** | [**Array<String>**](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<String>**](String.md)| 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) | [optional]
|
|
188
188
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
189
189
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
190
|
-
**q** | **String**|
|
|
190
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
191
191
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
192
192
|
**exclude_fields** | [**Array<String>**](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 * `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)
|
|
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 * `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)
|
|
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 * `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)
|
|
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 * `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)
|
|
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
|
|
@@ -74,7 +74,7 @@ describe 'ContentguardsRhsmApi' do
|
|
|
74
74
|
# @option opts [Array<String>] :ordering 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)
|
|
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 * `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)
|
|
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.
|
|
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-
|
|
11
|
+
date: 2024-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|