pulpcore_client 3.21.0.dev1660018861 → 3.21.0.dev1660104954

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: 422e47cf7772646369e4fce345050e3c460fee42cef337145aeead931b1c3137
4
- data.tar.gz: 6321668f8dadf47c9dd88435a9707608b2353aabb549cd0f7400d5a02ef0d948
3
+ metadata.gz: 670048fa14bf2b3357ea02578a2d311145c669a655495895b9d0d195d90fb42e
4
+ data.tar.gz: 3f04bbebaef46fe5acb2c0621a880818f512f7d61644bf467e9177860a1d9414
5
5
  SHA512:
6
- metadata.gz: 907c6cadb32420b7d9b7938eeefb2e46430063b3d1dbb7c49e4de1d1769de792ad4b33389ae2b94e7d3a271dcce7644db6da7419ab67c54df889607c541133d7
7
- data.tar.gz: d827aed2c5c0988c21aa9ecae7af836b7579f2dae52e2eb659ee01a9e065af0e7915cae6e4628d305834ffd12f6781211f568e4bfa91207a8f34a9d4d82ad256
6
+ metadata.gz: 694bd93d45a3d6ed7ac16ba77bfefc79ce895dd2fb3713d1a89b922e4605872ca3320b6b1fcea935a68256c4b008820de5052631e50a3fa36ca13a804996979d
7
+ data.tar.gz: 19fc8ac80cb4294e2a616321017ab6636a44c0761596ed3eb74e16e3c487c77f21b421008a33931ba6e29c05554f551d025a09db397637bf77ded1dee5f61564
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.21.0.dev1660018861
10
+ - Package version: 3.21.0.dev1660104954
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.21.0.dev1660018861.gem
27
+ gem install ./pulpcore_client-3.21.0.dev1660104954.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.21.0.dev1660018861.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.21.0.dev1660104954.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.21.0.dev1660018861'
36
+ gem 'pulpcore_client', '~> 3.21.0.dev1660104954'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -150,6 +150,7 @@ opts = {
150
150
  offset: 56, # Integer | The initial index from which to return the results.
151
151
  ordering: ['ordering_example'], # Array<String> | Ordering
152
152
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
153
+ remote: 'remote_example', # String | Foreign Key referenced by HREF
153
154
  fields: 'fields_example', # String | A list of fields to include in the response.
154
155
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
155
156
  }
@@ -177,6 +178,7 @@ Name | Type | Description | Notes
177
178
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
178
179
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
179
180
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
181
+ **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
180
182
  **fields** | **String**| A list of fields to include in the response. | [optional]
181
183
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
182
184
 
@@ -157,6 +157,7 @@ module PulpcoreClient
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
158
  # @option opts [Array<String>] :ordering Ordering
159
159
  # @option opts [String] :pulp_label_select Filter labels by search string
160
+ # @option opts [String] :remote Foreign Key referenced by HREF
160
161
  # @option opts [String] :fields A list of fields to include in the response.
161
162
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
162
163
  # @return [PaginatedRepositoryResponseList]
@@ -177,6 +178,7 @@ module PulpcoreClient
177
178
  # @option opts [Integer] :offset The initial index from which to return the results.
178
179
  # @option opts [Array<String>] :ordering Ordering
179
180
  # @option opts [String] :pulp_label_select Filter labels by search string
181
+ # @option opts [String] :remote Foreign Key referenced by HREF
180
182
  # @option opts [String] :fields A list of fields to include in the response.
181
183
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
182
184
  # @return [Array<(PaginatedRepositoryResponseList, Integer, Hash)>] PaginatedRepositoryResponseList data, response status code and response headers
@@ -202,6 +204,7 @@ module PulpcoreClient
202
204
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
203
205
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
204
206
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
207
+ query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
205
208
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
206
209
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
207
210
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.21.0.dev1660018861'
14
+ VERSION = '3.21.0.dev1660104954'
15
15
  end
@@ -69,6 +69,7 @@ describe 'RepositoriesApi' do
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [Array<String>] :ordering Ordering
71
71
  # @option opts [String] :pulp_label_select Filter labels by search string
72
+ # @option opts [String] :remote Foreign Key referenced by HREF
72
73
  # @option opts [String] :fields A list of fields to include in the response.
73
74
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
74
75
  # @return [PaginatedRepositoryResponseList]
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.21.0.dev1660018861
4
+ version: 3.21.0.dev1660104954
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-08-09 00:00:00.000000000 Z
11
+ date: 2022-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday