pulpcore_client 3.20.0.dev1652242025 → 3.20.0.dev1652416551

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

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c318477beb6bfa506d4cab7b18a64c6a5296d8dfc752186da5f20968fa44ad61
4
- data.tar.gz: 485efe609fb81613843bca1e9e67269d0291b9b016af1c7659b97569ca102f20
3
+ metadata.gz: d1aaf446f8339591713f50fa110cc99fdb281beef7847f0b8b6c7397c76685fd
4
+ data.tar.gz: d0dae7253859454f65462dee0493b3853ec8277bb51761f91e0a97d32894f90e
5
5
  SHA512:
6
- metadata.gz: 656af52f4804963aa00ea68791e638930bcdeafd5e61751a836f45d26151611eb0462642cf641026a6be319e0f74aae6d43d494d3ac172b1c37f61d9db830240
7
- data.tar.gz: 0623b530759398a9c8477b4ba8dcd1795482ba6a8c456c9fdf50837098bd7873f0828154efd7ced6b8c7c800bf4acca391e97743629f3789112782265283df2f
6
+ metadata.gz: 92ee020f60915c18e8fa520b2f90e085cadbcc7e1341b3571a74274bf7dd4df04c20eec70fe25d141524a452def75f0fca59635ef2908e8b12e26021add3921d
7
+ data.tar.gz: 82402a582f43310dffe48fefb749e2d212f67946d15ad93e002641cfe0ca0a62453ccb9982e5551d359f259c2131a5179124de8ab748e7dd8b1d3fd32d73b439
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.20.0.dev1652242025
10
+ - Package version: 3.20.0.dev1652416551
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 pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.20.0.dev1652242025.gem
27
+ gem install ./pulpcore_client-3.20.0.dev1652416551.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.20.0.dev1652242025.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.20.0.dev1652416551.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 'pulpcore_client', '~> 3.20.0.dev1652242025'
36
+ gem 'pulpcore_client', '~> 3.20.0.dev1652416551'
37
37
 
38
38
  ### Install from Git
39
39
 
data/docs/RolesApi.md CHANGED
@@ -140,6 +140,7 @@ end
140
140
 
141
141
  api_instance = PulpcoreClient::RolesApi.new
142
142
  opts = {
143
+ contains_permission: ['contains_permission_example'], # Array<String> |
143
144
  description: 'description_example', # String | Filter results where description matches value
144
145
  description__contains: 'description__contains_example', # String | Filter results where description contains value
145
146
  description__icontains: 'description__icontains_example', # String | Filter results where description contains value
@@ -171,6 +172,7 @@ end
171
172
 
172
173
  Name | Type | Description | Notes
173
174
  ------------- | ------------- | ------------- | -------------
175
+ **contains_permission** | [**Array&lt;String&gt;**](String.md)| | [optional]
174
176
  **description** | **String**| Filter results where description matches value | [optional]
175
177
  **description__contains** | **String**| Filter results where description contains value | [optional]
176
178
  **description__icontains** | **String**| Filter results where description contains value | [optional]
@@ -146,6 +146,7 @@ module PulpcoreClient
146
146
  # List roles
147
147
  # ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
148
148
  # @param [Hash] opts the optional parameters
149
+ # @option opts [Array<String>] :contains_permission
149
150
  # @option opts [String] :description Filter results where description matches value
150
151
  # @option opts [String] :description__contains Filter results where description contains value
151
152
  # @option opts [String] :description__icontains Filter results where description contains value
@@ -170,6 +171,7 @@ module PulpcoreClient
170
171
  # List roles
171
172
  # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
172
173
  # @param [Hash] opts the optional parameters
174
+ # @option opts [Array<String>] :contains_permission
173
175
  # @option opts [String] :description Filter results where description matches value
174
176
  # @option opts [String] :description__contains Filter results where description contains value
175
177
  # @option opts [String] :description__icontains Filter results where description contains value
@@ -195,6 +197,7 @@ module PulpcoreClient
195
197
 
196
198
  # query parameters
197
199
  query_params = opts[:query_params] || {}
200
+ query_params[:'contains_permission'] = @api_client.build_collection_param(opts[:'contains_permission'], :multi) if !opts[:'contains_permission'].nil?
198
201
  query_params[:'description'] = opts[:'description'] if !opts[:'description'].nil?
199
202
  query_params[:'description__contains'] = opts[:'description__contains'] if !opts[:'description__contains'].nil?
200
203
  query_params[:'description__icontains'] = opts[:'description__icontains'] if !opts[:'description__icontains'].nil?
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.20.0.dev1652242025'
14
+ VERSION = '3.20.0.dev1652416551'
15
15
  end
@@ -60,6 +60,7 @@ describe 'RolesApi' do
60
60
  # List roles
61
61
  # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
62
62
  # @param [Hash] opts the optional parameters
63
+ # @option opts [Array<String>] :contains_permission
63
64
  # @option opts [String] :description Filter results where description matches value
64
65
  # @option opts [String] :description__contains Filter results where description contains value
65
66
  # @option opts [String] :description__icontains Filter results where description contains value
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulpcore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.20.0.dev1652242025
4
+ version: 3.20.0.dev1652416551
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-05-11 00:00:00.000000000 Z
11
+ date: 2022-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday