pulp_file_client 1.12.0.dev1660019992 → 1.12.0.dev1660105607

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

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca855387236fc1ba84d1f522443d62cd52b5914648144f9994e42a0ab0f40353
4
- data.tar.gz: c976da903b545ac92faee8e941b9c7002ace6efbc3376f55f362b71ed33397e3
3
+ metadata.gz: 32c32642ea409d7dcce2066c5337b37368477e685c180996158e84beb75ee832
4
+ data.tar.gz: 6dbadbbc3becd352454a90c9efcb6e742f1312e0947e313aa4f3a2508e8f31fb
5
5
  SHA512:
6
- metadata.gz: fa7f19f0ffa5d659f03824c70278416a0142c0981d7f54c93b77d91a33dfe589cc4ce9c3754051b00a635607e34aedb0a334e86c6d39db654cf795256f192bd2
7
- data.tar.gz: 0f35f17fefb36d2934b52e1828c0eb5d7952c9e70fa9a5aa1569facf7a5d059334d6764342a63bbccd280c9bbbb5c3315fe0861fe24e9c75b4ef36db7eca185a
6
+ metadata.gz: 684f6af518a3f1e1c9588c9d9c4bec92c6859501f3808db0ef774ad2edb12dcd58b8cb4efd672eea159ed46986d73930afc1c36f258638ccc7cfff5c97f21f52
7
+ data.tar.gz: 6389f37f10c43da4d721f0c0aeacb287a41859817d54bbcdc006bfdc4d76e4ff42a2475e083e41898dd7eb053bdbb446a857564ee5030b382678af2cc2d8675f
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.12.0.dev1660019992
10
+ - Package version: 1.12.0.dev1660105607
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_file_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_file_client-1.12.0.dev1660019992.gem
27
+ gem install ./pulp_file_client-1.12.0.dev1660105607.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-1.12.0.dev1660019992.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-1.12.0.dev1660105607.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_file_client', '~> 1.12.0.dev1660019992'
36
+ gem 'pulp_file_client', '~> 1.12.0.dev1660105607'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -210,6 +210,7 @@ opts = {
210
210
  offset: 56, # Integer | The initial index from which to return the results.
211
211
  ordering: ['ordering_example'], # Array<String> | Ordering
212
212
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
213
+ remote: 'remote_example', # String | Foreign Key referenced by HREF
213
214
  fields: 'fields_example', # String | A list of fields to include in the response.
214
215
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
215
216
  }
@@ -237,6 +238,7 @@ Name | Type | Description | Notes
237
238
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
238
239
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
239
240
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
241
+ **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
240
242
  **fields** | **String**| A list of fields to include in the response. | [optional]
241
243
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
242
244
 
@@ -225,6 +225,7 @@ module PulpFileClient
225
225
  # @option opts [Integer] :offset The initial index from which to return the results.
226
226
  # @option opts [Array<String>] :ordering Ordering
227
227
  # @option opts [String] :pulp_label_select Filter labels by search string
228
+ # @option opts [String] :remote Foreign Key referenced by HREF
228
229
  # @option opts [String] :fields A list of fields to include in the response.
229
230
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
230
231
  # @return [PaginatedfileFileRepositoryResponseList]
@@ -245,6 +246,7 @@ module PulpFileClient
245
246
  # @option opts [Integer] :offset The initial index from which to return the results.
246
247
  # @option opts [Array<String>] :ordering Ordering
247
248
  # @option opts [String] :pulp_label_select Filter labels by search string
249
+ # @option opts [String] :remote Foreign Key referenced by HREF
248
250
  # @option opts [String] :fields A list of fields to include in the response.
249
251
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
250
252
  # @return [Array<(PaginatedfileFileRepositoryResponseList, Integer, Hash)>] PaginatedfileFileRepositoryResponseList data, response status code and response headers
@@ -270,6 +272,7 @@ module PulpFileClient
270
272
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
271
273
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
272
274
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
275
+ query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
273
276
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
274
277
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
275
278
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '1.12.0.dev1660019992'
14
+ VERSION = '1.12.0.dev1660105607'
15
15
  end
@@ -81,6 +81,7 @@ describe 'RepositoriesFileApi' do
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
82
  # @option opts [Array<String>] :ordering Ordering
83
83
  # @option opts [String] :pulp_label_select Filter labels by search string
84
+ # @option opts [String] :remote Foreign Key referenced by HREF
84
85
  # @option opts [String] :fields A list of fields to include in the response.
85
86
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
86
87
  # @return [PaginatedfileFileRepositoryResponseList]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_file_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0.dev1660019992
4
+ version: 1.12.0.dev1660105607
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