pulp_certguard_client 1.2.0.dev01611890897 → 1.2.0.dev1615000954

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: c40a588884a1520d0b928f6fabf61ac3fc6f26eb6dbafdf6d26a1db38aa69880
4
- data.tar.gz: 7d18843541b288f4e2323b139f2975cc2333ef6a9aa1bcf99d89a9ed87ea96ec
3
+ metadata.gz: 4144f5b024196675856de55e0dbc2572f385ff69b2b1e685882f993d31f1f30e
4
+ data.tar.gz: ebe2313245d8924d6f1a9a1febc39e28835cde30bb93430d809a5f43adddbf5b
5
5
  SHA512:
6
- metadata.gz: 69e7985774c65fec1dfc2406691af94282ad5cfb7704c845152d3c120132a8f2ad9ccd838bce7b35c2da17c5a4734ff93415f28d5cd9ba62128f1ccc47835da4
7
- data.tar.gz: fd7462e210e3dcdc57ad818322c65a6f6af79c41b36ddbe2bb9b2a72ef055decbacf14b6643d6b875a9c18eaebb7cd9fb7a2f886688d15e09f4a23a7616e206f
6
+ metadata.gz: 242a00865c275c9d1534ed338dd52194f718142052efbd636415107bf87f0d79a0f1349211fcfe24da58e5384d2718f1e3c328c4079b0dceb2243b2e2036174d
7
+ data.tar.gz: 1640da33b089ba0769a2cbf253140a9a5a61842b61de03db079aefc2db60e99bef95b8c025481871f72d01ce9e92f204bcc9dd054e0dc3ac02a8943a5bf7bc68
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.2.0.dev01611890897
10
+ - Package version: 1.2.0.dev1615000954
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.2.0.dev01611890897.gem
27
+ gem install ./pulp_certguard_client-1.2.0.dev1615000954.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_certguard_client-1.2.0.dev01611890897.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_certguard_client-1.2.0.dev1615000954.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.2.0.dev01611890897'
36
+ gem 'pulp_certguard_client', '~> 1.2.0.dev1615000954'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -141,11 +141,11 @@ 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 | name
145
- name__contains: 'name__contains_example', # String | name__contains
146
- name__icontains: 'name__icontains_example', # String | name__icontains
147
- name__in: 'name__in_example', # String | name__in
148
- name__startswith: 'name__startswith_example', # String | name__startswith
144
+ name: 'name_example', # String |
145
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
146
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
147
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
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
150
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
151
151
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -167,11 +167,11 @@ end
167
167
  Name | Type | Description | Notes
168
168
  ------------- | ------------- | ------------- | -------------
169
169
  **limit** | **Integer**| Number of results to return per page. | [optional]
170
- **name** | **String**| name | [optional]
171
- **name__contains** | **String**| name__contains | [optional]
172
- **name__icontains** | **String**| name__icontains | [optional]
173
- **name__in** | **String**| name__in | [optional]
174
- **name__startswith** | **String**| name__startswith | [optional]
170
+ **name** | **String**| | [optional]
171
+ **name__contains** | **String**| Filter results where name contains value | [optional]
172
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
173
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
174
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
175
175
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
176
176
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
177
177
  **fields** | **String**| A list of fields to include in the response. | [optional]
@@ -141,11 +141,11 @@ 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 | name
145
- name__contains: 'name__contains_example', # String | name__contains
146
- name__icontains: 'name__icontains_example', # String | name__icontains
147
- name__in: 'name__in_example', # String | name__in
148
- name__startswith: 'name__startswith_example', # String | name__startswith
144
+ name: 'name_example', # String |
145
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
146
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
147
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
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
150
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
151
151
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -167,11 +167,11 @@ end
167
167
  Name | Type | Description | Notes
168
168
  ------------- | ------------- | ------------- | -------------
169
169
  **limit** | **Integer**| Number of results to return per page. | [optional]
170
- **name** | **String**| name | [optional]
171
- **name__contains** | **String**| name__contains | [optional]
172
- **name__icontains** | **String**| name__icontains | [optional]
173
- **name__in** | **String**| name__in | [optional]
174
- **name__startswith** | **String**| name__startswith | [optional]
170
+ **name** | **String**| | [optional]
171
+ **name__contains** | **String**| Filter results where name contains value | [optional]
172
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
173
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
174
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
175
175
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
176
176
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
177
177
  **fields** | **String**| A list of fields to include in the response. | [optional]
@@ -147,11 +147,11 @@ 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 name
151
- # @option opts [String] :name__contains name__contains
152
- # @option opts [String] :name__icontains name__icontains
153
- # @option opts [String] :name__in name__in
154
- # @option opts [String] :name__startswith name__startswith
150
+ # @option opts [String] :name
151
+ # @option opts [String] :name__contains Filter results where name contains value
152
+ # @option opts [String] :name__icontains Filter results where name contains value
153
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
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
156
  # @option opts [String] :ordering Which field to use when ordering the results.
157
157
  # @option opts [String] :fields A list of fields to include in the response.
@@ -166,11 +166,11 @@ 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 name
170
- # @option opts [String] :name__contains name__contains
171
- # @option opts [String] :name__icontains name__icontains
172
- # @option opts [String] :name__in name__in
173
- # @option opts [String] :name__startswith name__startswith
169
+ # @option opts [String] :name
170
+ # @option opts [String] :name__contains Filter results where name contains value
171
+ # @option opts [String] :name__icontains Filter results where name contains value
172
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
173
+ # @option opts [String] :name__startswith Filter results where name starts with value
174
174
  # @option opts [Integer] :offset The initial index from which to return the results.
175
175
  # @option opts [String] :ordering Which field to use when ordering the results.
176
176
  # @option opts [String] :fields A list of fields to include in the response.
@@ -189,7 +189,7 @@ module PulpCertguardClient
189
189
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
190
190
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
191
191
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
192
- query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
192
+ query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
193
193
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
194
194
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
195
195
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
@@ -147,11 +147,11 @@ 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 name
151
- # @option opts [String] :name__contains name__contains
152
- # @option opts [String] :name__icontains name__icontains
153
- # @option opts [String] :name__in name__in
154
- # @option opts [String] :name__startswith name__startswith
150
+ # @option opts [String] :name
151
+ # @option opts [String] :name__contains Filter results where name contains value
152
+ # @option opts [String] :name__icontains Filter results where name contains value
153
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
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
156
  # @option opts [String] :ordering Which field to use when ordering the results.
157
157
  # @option opts [String] :fields A list of fields to include in the response.
@@ -166,11 +166,11 @@ 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 name
170
- # @option opts [String] :name__contains name__contains
171
- # @option opts [String] :name__icontains name__icontains
172
- # @option opts [String] :name__in name__in
173
- # @option opts [String] :name__startswith name__startswith
169
+ # @option opts [String] :name
170
+ # @option opts [String] :name__contains Filter results where name contains value
171
+ # @option opts [String] :name__icontains Filter results where name contains value
172
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
173
+ # @option opts [String] :name__startswith Filter results where name starts with value
174
174
  # @option opts [Integer] :offset The initial index from which to return the results.
175
175
  # @option opts [String] :ordering Which field to use when ordering the results.
176
176
  # @option opts [String] :fields A list of fields to include in the response.
@@ -189,7 +189,7 @@ module PulpCertguardClient
189
189
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
190
190
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
191
191
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
192
- query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
192
+ query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
193
193
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
194
194
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
195
195
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpCertguardClient
14
- VERSION = '1.2.0.dev01611890897'
14
+ VERSION = '1.2.0.dev1615000954'
15
15
  end
@@ -61,11 +61,11 @@ 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 name
65
- # @option opts [String] :name__contains name__contains
66
- # @option opts [String] :name__icontains name__icontains
67
- # @option opts [String] :name__in name__in
68
- # @option opts [String] :name__startswith name__startswith
64
+ # @option opts [String] :name
65
+ # @option opts [String] :name__contains Filter results where name contains value
66
+ # @option opts [String] :name__icontains Filter results where name contains value
67
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
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
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
71
  # @option opts [String] :fields A list of fields to include in the response.
@@ -61,11 +61,11 @@ 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 name
65
- # @option opts [String] :name__contains name__contains
66
- # @option opts [String] :name__icontains name__icontains
67
- # @option opts [String] :name__in name__in
68
- # @option opts [String] :name__startswith name__startswith
64
+ # @option opts [String] :name
65
+ # @option opts [String] :name__contains Filter results where name contains value
66
+ # @option opts [String] :name__icontains Filter results where name contains value
67
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
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
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
71
  # @option opts [String] :fields A list of fields to include in the response.
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.2.0.dev01611890897
4
+ version: 1.2.0.dev1615000954
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-29 00:00:00.000000000 Z
11
+ date: 2021-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -142,12 +142,12 @@ test_files:
142
142
  - spec/api/contentguards_x509_api_spec.rb
143
143
  - spec/api_client_spec.rb
144
144
  - spec/configuration_spec.rb
145
- - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
146
- - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
147
- - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
145
+ - spec/models/certguard_x509_cert_guard_spec.rb
148
146
  - spec/models/certguard_rhsm_cert_guard_spec.rb
149
147
  - spec/models/patchedcertguard_x509_cert_guard_spec.rb
150
- - spec/models/certguard_x509_cert_guard_spec.rb
148
+ - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
151
149
  - spec/models/certguard_rhsm_cert_guard_response_spec.rb
150
+ - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
151
+ - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
152
152
  - spec/models/certguard_x509_cert_guard_response_spec.rb
153
153
  - spec/spec_helper.rb