pulp_certguard_client 1.6.0.dev1669001420 → 1.6.0.dev1669173642

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_certguard_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96c4bcd27a849095a3f7e93ff19d749d6a43fe5ac76604c40ba5ba5e735e5635
4
- data.tar.gz: 11c639a1b26a74834f3be9afb3272e3739d212e3f4e464100a51057f88e55667
3
+ metadata.gz: e52fb405fe4280aaada001cb0969fd6e06ff1fb9024fc1251919dfcf38793617
4
+ data.tar.gz: 6fd3ae7f2ddd62dcba4ca9c45bbe587bff2f77bdd3199513b3e49793c05b93f7
5
5
  SHA512:
6
- metadata.gz: 423ad1103c8b54716a3dd17554151e74976231f466ea1ee0b04e953f05ca7267ff693afc24ff771b568586d7e3cecde56f68ed5bfa63ae0920cc00a469ca7400
7
- data.tar.gz: 24b2b1fa91d1dbdad6e29fa2bc14f7ac01ee44b1592ed143f612cfd06805fd466400e8ab405d3fb987fb03b91f2c8f5b18ab647bccc73d9709830487fe163edc
6
+ metadata.gz: 6c3638b94d76956e43b57ed9c0be0923f68660af3fd6941756006cded77fb371158d78ef3a83b2bcf3a8bbcdc353a614d7476d82e30280338cca430f8023e064
7
+ data.tar.gz: 4b48dd94478c6a79876cf77ba776d8ade35a13d47bcbe22e142e81ed61efc29ac3189f6244b572b8f0c1f27be330fd7f94eac1f60e35b4af651228798a5cecad
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.0.dev1669001420
10
+ - Package version: 1.6.0.dev1669173642
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.0.dev1669001420.gem
27
+ gem install ./pulp_certguard_client-1.6.0.dev1669173642.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_certguard_client-1.6.0.dev1669001420.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_certguard_client-1.6.0.dev1669173642.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.0.dev1669001420'
36
+ gem 'pulp_certguard_client', '~> 1.6.0.dev1669173642'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -141,7 +141,7 @@ end
141
141
  api_instance = PulpCertguardClient::ContentguardsRhsmApi.new
142
142
  opts = {
143
143
  limit: 56, # Integer | Number of results to return per page.
144
- name: 'name_example', # String |
144
+ name: 'name_example', # String | Filter results where name matches value
145
145
  name__contains: 'name__contains_example', # String | Filter results where name contains value
146
146
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
147
147
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -167,7 +167,7 @@ end
167
167
  Name | Type | Description | Notes
168
168
  ------------- | ------------- | ------------- | -------------
169
169
  **limit** | **Integer**| Number of results to return per page. | [optional]
170
- **name** | **String**| | [optional]
170
+ **name** | **String**| Filter results where name matches value | [optional]
171
171
  **name__contains** | **String**| Filter results where name contains value | [optional]
172
172
  **name__icontains** | **String**| Filter results where name contains value | [optional]
173
173
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -141,7 +141,7 @@ end
141
141
  api_instance = PulpCertguardClient::ContentguardsX509Api.new
142
142
  opts = {
143
143
  limit: 56, # Integer | Number of results to return per page.
144
- name: 'name_example', # String |
144
+ name: 'name_example', # String | Filter results where name matches value
145
145
  name__contains: 'name__contains_example', # String | Filter results where name contains value
146
146
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
147
147
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -167,7 +167,7 @@ end
167
167
  Name | Type | Description | Notes
168
168
  ------------- | ------------- | ------------- | -------------
169
169
  **limit** | **Integer**| Number of results to return per page. | [optional]
170
- **name** | **String**| | [optional]
170
+ **name** | **String**| Filter results where name matches value | [optional]
171
171
  **name__contains** | **String**| Filter results where name contains value | [optional]
172
172
  **name__icontains** | **String**| Filter results where name contains value | [optional]
173
173
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -147,7 +147,7 @@ module PulpCertguardClient
147
147
  # RHSMCertGuard API Viewsets.
148
148
  # @param [Hash] opts the optional parameters
149
149
  # @option opts [Integer] :limit Number of results to return per page.
150
- # @option opts [String] :name
150
+ # @option opts [String] :name Filter results where name matches value
151
151
  # @option opts [String] :name__contains Filter results where name contains value
152
152
  # @option opts [String] :name__icontains Filter results where name contains value
153
153
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -166,7 +166,7 @@ module PulpCertguardClient
166
166
  # RHSMCertGuard API Viewsets.
167
167
  # @param [Hash] opts the optional parameters
168
168
  # @option opts [Integer] :limit Number of results to return per page.
169
- # @option opts [String] :name
169
+ # @option opts [String] :name Filter results where name matches value
170
170
  # @option opts [String] :name__contains Filter results where name contains value
171
171
  # @option opts [String] :name__icontains Filter results where name contains value
172
172
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -180,7 +180,7 @@ module PulpCertguardClient
180
180
  if @api_client.config.debugging
181
181
  @api_client.config.logger.debug 'Calling API: ContentguardsRhsmApi.list ...'
182
182
  end
183
- allowable_values = ["-basedistribution", "-certguard_rhsmcertguard", "-certguard_x509certguard", "-core_contentredirectcontentguard", "-core_rbaccontentguard", "-description", "-distribution", "-group_roles", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-user_roles", "basedistribution", "certguard_rhsmcertguard", "certguard_x509certguard", "core_contentredirectcontentguard", "core_rbaccontentguard", "description", "distribution", "group_roles", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "user_roles"]
183
+ allowable_values = ["-description", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "description", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
184
184
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
185
185
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
186
186
  end
@@ -147,7 +147,7 @@ module PulpCertguardClient
147
147
  # X509CertGuard API Viewsets.
148
148
  # @param [Hash] opts the optional parameters
149
149
  # @option opts [Integer] :limit Number of results to return per page.
150
- # @option opts [String] :name
150
+ # @option opts [String] :name Filter results where name matches value
151
151
  # @option opts [String] :name__contains Filter results where name contains value
152
152
  # @option opts [String] :name__icontains Filter results where name contains value
153
153
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -166,7 +166,7 @@ module PulpCertguardClient
166
166
  # X509CertGuard API Viewsets.
167
167
  # @param [Hash] opts the optional parameters
168
168
  # @option opts [Integer] :limit Number of results to return per page.
169
- # @option opts [String] :name
169
+ # @option opts [String] :name Filter results where name matches value
170
170
  # @option opts [String] :name__contains Filter results where name contains value
171
171
  # @option opts [String] :name__icontains Filter results where name contains value
172
172
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -180,7 +180,7 @@ module PulpCertguardClient
180
180
  if @api_client.config.debugging
181
181
  @api_client.config.logger.debug 'Calling API: ContentguardsX509Api.list ...'
182
182
  end
183
- allowable_values = ["-basedistribution", "-certguard_rhsmcertguard", "-certguard_x509certguard", "-core_contentredirectcontentguard", "-core_rbaccontentguard", "-description", "-distribution", "-group_roles", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-user_roles", "basedistribution", "certguard_rhsmcertguard", "certguard_x509certguard", "core_contentredirectcontentguard", "core_rbaccontentguard", "description", "distribution", "group_roles", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "user_roles"]
183
+ allowable_values = ["-description", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "description", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
184
184
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
185
185
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
186
186
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpCertguardClient
14
- VERSION = '1.6.0.dev1669001420'
14
+ VERSION = '1.6.0.dev1669173642'
15
15
  end
@@ -61,7 +61,7 @@ describe 'ContentguardsRhsmApi' do
61
61
  # RHSMCertGuard API Viewsets.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name
64
+ # @option opts [String] :name Filter results where name matches value
65
65
  # @option opts [String] :name__contains Filter results where name contains value
66
66
  # @option opts [String] :name__icontains Filter results where name contains value
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -61,7 +61,7 @@ describe 'ContentguardsX509Api' do
61
61
  # X509CertGuard API Viewsets.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name
64
+ # @option opts [String] :name Filter results where name matches value
65
65
  # @option opts [String] :name__contains Filter results where name contains value
66
66
  # @option opts [String] :name__icontains Filter results where name contains value
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
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.0.dev1669001420
4
+ version: 1.6.0.dev1669173642
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-21 00:00:00.000000000 Z
11
+ date: 2022-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday