pulp_file_client 3.61.0 → 3.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e699aecc2c49ae3d0fb37569661e8aa7ff562774b6d47739ab13de4af02ca137
4
- data.tar.gz: 423f3e7536fae7d916498ea262ea3c89d5f8272254e1b97b6945ea6f84574116
3
+ metadata.gz: f567b370a60a8f06d4bc38ebac2a14774fb9bc370b79c2ffe7e6d68381069d0b
4
+ data.tar.gz: 30f7434bf15b777ebf3d9a62c08d58e91766a92ed851ad6f685e8a18f4c1485b
5
5
  SHA512:
6
- metadata.gz: 1d318ee89652c00a7a638b7b6176e51a84293fd9916c5d3c30c0d9137f0281a529fb146785bd02fc760e4b967f270fec653650ce505b6c070b737c7c5b93ddda
7
- data.tar.gz: 2ac4c1e45c17f758e9f7442b5d2e9bdf38e5d27aff23884f14a46260623557d470e180af2c37d614d9e69b459eb951e8281cb31dbda1923200816acf7114ff35
6
+ metadata.gz: c898a6d9d26ec741f5cacbcc13a0c4f6f41756ae473f99a6239b787d5c221b0c902c01f1b9fe8b21a5f0253b4b980f074d499de83d97c2709e76c33c5f35442f
7
+ data.tar.gz: 5015655eb92d803fb3ce4d6adec77645347f87302c359a29826e9df923a616d9504e1ea4b3e07368d2e84cb4d2e66ae1ee9121a476f523155ba8a3461847f991
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.61.0
10
+ - Package version: 3.62.0
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-3.61.0.gem
27
+ gem install ./pulp_file_client-3.62.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-3.61.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-3.62.0.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', '~> 3.61.0'
36
+ gem 'pulp_file_client', '~> 3.62.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -198,7 +198,7 @@ end
198
198
  api_instance = PulpFileClient::PublicationsFileApi.new
199
199
  opts = {
200
200
  content: 'content_example', # String | Content Unit referenced by HREF
201
- content__in: 'content__in_example', # String | Content Unit referenced by HREF
201
+ content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
202
202
  limit: 56, # Integer | Number of results to return per page.
203
203
  offset: 56, # Integer | The initial index from which to return the results.
204
204
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -232,7 +232,7 @@ end
232
232
  Name | Type | Description | Notes
233
233
  ------------- | ------------- | ------------- | -------------
234
234
  **content** | **String**| Content Unit referenced by HREF | [optional]
235
- **content__in** | **String**| Content Unit referenced by HREF | [optional]
235
+ **content__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
236
236
  **limit** | **Integer**| Number of results to return per page. | [optional]
237
237
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
238
238
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -88,7 +88,7 @@ api_instance = PulpFileClient::RepositoriesFileVersionsApi.new
88
88
  file_file_repository_href = 'file_file_repository_href_example' # String |
89
89
  opts = {
90
90
  content: 'content_example', # String | Content Unit referenced by HREF
91
- content__in: 'content__in_example', # String | Content Unit referenced by HREF
91
+ content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
92
92
  limit: 56, # Integer | Number of results to return per page.
93
93
  number: 56, # Integer | Filter results where number matches value
94
94
  number__gt: 56, # Integer | Filter results where number is greater than value
@@ -126,7 +126,7 @@ Name | Type | Description | Notes
126
126
  ------------- | ------------- | ------------- | -------------
127
127
  **file_file_repository_href** | **String**| |
128
128
  **content** | **String**| Content Unit referenced by HREF | [optional]
129
- **content__in** | **String**| Content Unit referenced by HREF | [optional]
129
+ **content__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
130
130
  **limit** | **Integer**| Number of results to return per page. | [optional]
131
131
  **number** | **Integer**| Filter results where number matches value | [optional]
132
132
  **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
@@ -217,7 +217,7 @@ module PulpFileClient
217
217
  # A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
218
218
  # @param [Hash] opts the optional parameters
219
219
  # @option opts [String] :content Content Unit referenced by HREF
220
- # @option opts [String] :content__in Content Unit referenced by HREF
220
+ # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
221
221
  # @option opts [Integer] :limit Number of results to return per page.
222
222
  # @option opts [Integer] :offset The initial index from which to return the results.
223
223
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -244,7 +244,7 @@ module PulpFileClient
244
244
  # A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
245
245
  # @param [Hash] opts the optional parameters
246
246
  # @option opts [String] :content Content Unit referenced by HREF
247
- # @option opts [String] :content__in Content Unit referenced by HREF
247
+ # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
248
248
  # @option opts [Integer] :limit Number of results to return per page.
249
249
  # @option opts [Integer] :offset The initial index from which to return the results.
250
250
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -276,7 +276,7 @@ module PulpFileClient
276
276
  # query parameters
277
277
  query_params = opts[:query_params] || {}
278
278
  query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
279
- query_params[:'content__in'] = opts[:'content__in'] if !opts[:'content__in'].nil?
279
+ query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
280
280
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
281
281
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
282
282
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -86,7 +86,7 @@ module PulpFileClient
86
86
  # @param file_file_repository_href [String]
87
87
  # @param [Hash] opts the optional parameters
88
88
  # @option opts [String] :content Content Unit referenced by HREF
89
- # @option opts [String] :content__in Content Unit referenced by HREF
89
+ # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
90
90
  # @option opts [Integer] :limit Number of results to return per page.
91
91
  # @option opts [Integer] :number Filter results where number matches value
92
92
  # @option opts [Integer] :number__gt Filter results where number is greater than value
@@ -117,7 +117,7 @@ module PulpFileClient
117
117
  # @param file_file_repository_href [String]
118
118
  # @param [Hash] opts the optional parameters
119
119
  # @option opts [String] :content Content Unit referenced by HREF
120
- # @option opts [String] :content__in Content Unit referenced by HREF
120
+ # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
121
121
  # @option opts [Integer] :limit Number of results to return per page.
122
122
  # @option opts [Integer] :number Filter results where number matches value
123
123
  # @option opts [Integer] :number__gt Filter results where number is greater than value
@@ -156,7 +156,7 @@ module PulpFileClient
156
156
  # query parameters
157
157
  query_params = opts[:query_params] || {}
158
158
  query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
159
- query_params[:'content__in'] = opts[:'content__in'] if !opts[:'content__in'].nil?
159
+ query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
160
160
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
161
161
  query_params[:'number'] = opts[:'number'] if !opts[:'number'].nil?
162
162
  query_params[:'number__gt'] = opts[:'number__gt'] if !opts[:'number__gt'].nil?
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '3.61.0'
14
+ VERSION = '3.62.0'
15
15
  end
@@ -74,7 +74,7 @@ describe 'PublicationsFileApi' do
74
74
  # A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
75
75
  # @param [Hash] opts the optional parameters
76
76
  # @option opts [String] :content Content Unit referenced by HREF
77
- # @option opts [String] :content__in Content Unit referenced by HREF
77
+ # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
78
78
  # @option opts [Integer] :limit Number of results to return per page.
79
79
  # @option opts [Integer] :offset The initial index from which to return the results.
80
80
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -50,7 +50,7 @@ describe 'RepositoriesFileVersionsApi' do
50
50
  # @param file_file_repository_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @option opts [String] :content Content Unit referenced by HREF
53
- # @option opts [String] :content__in Content Unit referenced by HREF
53
+ # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
54
54
  # @option opts [Integer] :limit Number of results to return per page.
55
55
  # @option opts [Integer] :number Filter results where number matches value
56
56
  # @option opts [Integer] :number__gt Filter results where number is greater than value
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: 3.61.0
4
+ version: 3.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-18 00:00:00.000000000 Z
11
+ date: 2024-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday