pulp_file_client 3.60.0 → 3.62.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75a61764b8dc9cdd90fbe62b05df1df81f7e0626ea197ec711476e250c682fb4
4
- data.tar.gz: 10b49e4c81f47eda588e298ccf86ff8f2d16bb8a181a43ab41283cb836b6e396
3
+ metadata.gz: f567b370a60a8f06d4bc38ebac2a14774fb9bc370b79c2ffe7e6d68381069d0b
4
+ data.tar.gz: 30f7434bf15b777ebf3d9a62c08d58e91766a92ed851ad6f685e8a18f4c1485b
5
5
  SHA512:
6
- metadata.gz: 2a8dee81c513676d60640541fb822183746887aa870e8549b614154d8509c4d9aa07ea622cef3be41430ade59cbd9620fd465e6af8bd14d8ba4877918edc7384
7
- data.tar.gz: 84a0a3ca80a9bab73c97fad9ce1329dbf567ff3729276a93a4e5bad58723e7a8b3baa1dd89689596c93695fb2d4667096d7aaace78f21679a4f7696a4590518a
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.60.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.60.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.60.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.60.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.60.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.60.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-10 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
@@ -254,53 +254,53 @@ signing_key:
254
254
  specification_version: 4
255
255
  summary: Pulp 3 API Ruby Gem
256
256
  test_files:
257
- - spec/api/distributions_file_api_spec.rb
258
- - spec/api/publications_file_api_spec.rb
259
- - spec/api/repositories_file_versions_api_spec.rb
257
+ - spec/api/remotes_file_api_spec.rb
260
258
  - spec/api/content_files_api_spec.rb
259
+ - spec/api/distributions_file_api_spec.rb
261
260
  - spec/api/acs_file_api_spec.rb
262
261
  - spec/api/repositories_file_api_spec.rb
263
- - spec/api/remotes_file_api_spec.rb
262
+ - spec/api/repositories_file_versions_api_spec.rb
263
+ - spec/api/publications_file_api_spec.rb
264
264
  - spec/api_client_spec.rb
265
265
  - spec/configuration_spec.rb
266
- - spec/models/file_file_remote_response_spec.rb
267
- - spec/models/paginatedfile_file_content_response_list_spec.rb
266
+ - spec/models/patchedfile_file_alternate_content_source_spec.rb
267
+ - spec/models/repository_sync_url_spec.rb
268
+ - spec/models/paginatedfile_file_repository_response_list_spec.rb
269
+ - spec/models/unset_label_response_spec.rb
270
+ - spec/models/patchedfile_file_remote_spec.rb
271
+ - spec/models/content_summary_response_spec.rb
268
272
  - spec/models/patchedfile_file_repository_spec.rb
273
+ - spec/models/paginatedfile_file_remote_response_list_spec.rb
269
274
  - spec/models/nested_role_response_spec.rb
270
- - spec/models/file_file_repository_response_spec.rb
271
- - spec/models/patchedfile_file_remote_spec.rb
272
- - spec/models/unset_label_spec.rb
275
+ - spec/models/file_file_publication_response_spec.rb
276
+ - spec/models/repository_add_remove_content_spec.rb
273
277
  - spec/models/paginated_repository_version_response_list_spec.rb
274
278
  - spec/models/repository_version_response_spec.rb
275
- - spec/models/repository_add_remove_content_spec.rb
276
- - spec/models/paginatedfile_file_publication_response_list_spec.rb
279
+ - spec/models/set_label_response_spec.rb
280
+ - spec/models/patchedfile_file_distribution_spec.rb
281
+ - spec/models/my_permissions_response_spec.rb
282
+ - spec/models/repair_spec.rb
277
283
  - spec/models/file_file_content_response_spec.rb
278
- - spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
279
- - spec/models/file_file_content_spec.rb
280
- - spec/models/set_label_spec.rb
281
284
  - spec/models/file_file_publication_spec.rb
282
- - spec/models/file_file_distribution_response_spec.rb
285
+ - spec/models/paginatedfile_file_content_response_list_spec.rb
286
+ - spec/models/set_label_spec.rb
287
+ - spec/models/policy_enum_spec.rb
288
+ - spec/models/file_file_content_spec.rb
283
289
  - spec/models/object_roles_response_spec.rb
284
- - spec/models/set_label_response_spec.rb
285
- - spec/models/unset_label_response_spec.rb
286
- - spec/models/paginatedfile_file_repository_response_list_spec.rb
287
- - spec/models/async_operation_response_spec.rb
288
- - spec/models/content_summary_response_spec.rb
290
+ - spec/models/paginatedfile_file_publication_response_list_spec.rb
291
+ - spec/models/paginatedfile_file_distribution_response_list_spec.rb
292
+ - spec/models/file_file_remote_response_spec.rb
293
+ - spec/models/file_file_remote_response_hidden_fields_spec.rb
294
+ - spec/models/file_file_alternate_content_source_response_spec.rb
295
+ - spec/models/file_file_alternate_content_source_spec.rb
289
296
  - spec/models/file_file_repository_spec.rb
297
+ - spec/models/unset_label_spec.rb
298
+ - spec/models/async_operation_response_spec.rb
299
+ - spec/models/file_file_repository_response_spec.rb
300
+ - spec/models/nested_role_spec.rb
290
301
  - spec/models/task_group_operation_response_spec.rb
291
- - spec/models/repository_sync_url_spec.rb
292
- - spec/models/patchedfile_file_alternate_content_source_spec.rb
302
+ - spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
303
+ - spec/models/file_file_distribution_response_spec.rb
293
304
  - spec/models/file_file_remote_spec.rb
294
- - spec/models/my_permissions_response_spec.rb
295
- - spec/models/patchedfile_file_distribution_spec.rb
296
305
  - spec/models/file_file_distribution_spec.rb
297
- - spec/models/repair_spec.rb
298
- - spec/models/nested_role_spec.rb
299
- - spec/models/file_file_remote_response_hidden_fields_spec.rb
300
- - spec/models/file_file_alternate_content_source_spec.rb
301
- - spec/models/file_file_publication_response_spec.rb
302
- - spec/models/paginatedfile_file_remote_response_list_spec.rb
303
- - spec/models/policy_enum_spec.rb
304
- - spec/models/paginatedfile_file_distribution_response_list_spec.rb
305
- - spec/models/file_file_alternate_content_source_response_spec.rb
306
306
  - spec/spec_helper.rb