pulp_certguard_client 3.58.0 → 3.60.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fab11e5245b7e2bd58e7adbf785a78edf07e87d131c08a5991aa5bbf30b3d897
|
4
|
+
data.tar.gz: d06cc6cc39149a0409db2857918cde460f635d898c44b92c385c54641468ef5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d979b946201748ef2a80365ae91a72218eb2616aee227ccf310cfe9c879803130868aa23a26c3fceff555eb5691069b2d537463d94c658ee9863a375fd5e6b81
|
7
|
+
data.tar.gz: 81ba81b9991153ba360248ea9b7078bbbcd3656bcfd133b06d37602c2bd6302b45916634f65494d6cf617b1a6c42a34b2c4b6f7a95b296e8fc645134037dcff9
|
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.60.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.60.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.60.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.60.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.60.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-
|
11
|
+
date: 2024-09-10 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_rhsm_api_spec.rb
|
147
146
|
- spec/api/contentguards_x509_api_spec.rb
|
147
|
+
- spec/api/contentguards_rhsm_api_spec.rb
|
148
148
|
- spec/api_client_spec.rb
|
149
149
|
- spec/configuration_spec.rb
|
150
|
-
- spec/models/
|
151
|
-
- spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
|
152
|
-
- spec/models/patchedcertguard_x509_cert_guard_spec.rb
|
153
|
-
- spec/models/certguard_rhsm_cert_guard_spec.rb
|
150
|
+
- spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
|
154
151
|
- spec/models/certguard_rhsm_cert_guard_response_spec.rb
|
155
|
-
- spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
|
156
152
|
- spec/models/certguard_x509_cert_guard_spec.rb
|
157
|
-
- spec/models/
|
153
|
+
- spec/models/certguard_rhsm_cert_guard_spec.rb
|
154
|
+
- spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
|
155
|
+
- spec/models/certguard_x509_cert_guard_response_spec.rb
|
156
|
+
- spec/models/patchedcertguard_x509_cert_guard_spec.rb
|
157
|
+
- spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
|
158
158
|
- spec/spec_helper.rb
|