pulp_file_client 3.65.0 → 3.66.1

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: 201b19e78ebbc0d78a2af5a24dda59a2687c4e56aa0fc746c74a3c524495d98f
4
- data.tar.gz: b615e81f2466e10015c6f831b2bef653dc8a3dc5e73f7a7e92a3432cc676c51d
3
+ metadata.gz: edcba1dc97e06582de7b9cda118c1d6d0b5dc7b87dc37a163bdb3a374f35862b
4
+ data.tar.gz: e06cc08f68c89d6fcf666e61c3ece6eb0f8c076f9d4c6432f34b9e62f9204b8d
5
5
  SHA512:
6
- metadata.gz: d594a6112e0c1d732f33d01cdf729ba0f93f01a5af7a176c10097862442ddc0f6135f82d04a3f09b2071e72a967e41957aa2ab7c8ec19cd1fef236e13f3e0a52
7
- data.tar.gz: 85684429a1e573e14efe7a0cf0d15b45676a30d7039c19b1d69f3eaca3833dcf809c4faef09462b1c4c502a8a37207b9e748f42ab0f7046ef73d12c35790beaf
6
+ metadata.gz: c772c98ba89fcf0427a924a3b7ad2dc14350ece71ad55605d156810242654c8d79a4fe187457fc4e41c225c17ce69ea6714b0087e6f0eb0be99f6e0c8765ed7a
7
+ data.tar.gz: a2659fef51e25cd0998a3271f3d4fc38d27ac51bd644ee4071bc09920635bfcf5e103e44cd1047a8fae8c7ce331d9ce72c0f35c6f567594fbc2d4430f0263d85
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.65.0
10
+ - Package version: 3.66.1
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.65.0.gem
27
+ gem install ./pulp_file_client-3.66.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-3.65.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-3.66.1.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.65.0'
36
+ gem 'pulp_file_client', '~> 3.66.1'
37
37
 
38
38
  ### Install from Git
39
39
 
data/docs/AcsFileApi.md CHANGED
@@ -79,7 +79,7 @@ Name | Type | Description | Notes
79
79
 
80
80
  Create a file alternate content source
81
81
 
82
- Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
82
+ Alternate Content Source ViewSet for File
83
83
 
84
84
  ### Example
85
85
 
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
185
185
 
186
186
  List file alternate content sources
187
187
 
188
- Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
188
+ Alternate Content Source ViewSet for File
189
189
 
190
190
  ### Example
191
191
 
@@ -447,7 +447,7 @@ Name | Type | Description | Notes
447
447
 
448
448
  Inspect a file alternate content source
449
449
 
450
- Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
450
+ Alternate Content Source ViewSet for File
451
451
 
452
452
  ### Example
453
453
 
@@ -90,7 +90,7 @@ module PulpFileClient
90
90
  end
91
91
 
92
92
  # Create a file alternate content source
93
- # Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
93
+ # Alternate Content Source ViewSet for File
94
94
  # @param file_file_alternate_content_source [FileFileAlternateContentSource]
95
95
  # @param [Hash] opts the optional parameters
96
96
  # @return [FileFileAlternateContentSourceResponse]
@@ -100,7 +100,7 @@ module PulpFileClient
100
100
  end
101
101
 
102
102
  # Create a file alternate content source
103
- # Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
103
+ # Alternate Content Source ViewSet for File
104
104
  # @param file_file_alternate_content_source [FileFileAlternateContentSource]
105
105
  # @param [Hash] opts the optional parameters
106
106
  # @return [Array<(FileFileAlternateContentSourceResponse, Integer, Hash)>] FileFileAlternateContentSourceResponse data, response status code and response headers
@@ -216,7 +216,7 @@ module PulpFileClient
216
216
  end
217
217
 
218
218
  # List file alternate content sources
219
- # Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
219
+ # Alternate Content Source ViewSet for File
220
220
  # @param [Hash] opts the optional parameters
221
221
  # @option opts [Integer] :limit Number of results to return per page.
222
222
  # @option opts [String] :name Filter results where name matches value
@@ -243,7 +243,7 @@ module PulpFileClient
243
243
  end
244
244
 
245
245
  # List file alternate content sources
246
- # Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
246
+ # Alternate Content Source ViewSet for File
247
247
  # @param [Hash] opts the optional parameters
248
248
  # @option opts [Integer] :limit Number of results to return per page.
249
249
  # @option opts [String] :name Filter results where name matches value
@@ -536,7 +536,7 @@ module PulpFileClient
536
536
  end
537
537
 
538
538
  # Inspect a file alternate content source
539
- # Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
539
+ # Alternate Content Source ViewSet for File
540
540
  # @param file_file_alternate_content_source_href [String]
541
541
  # @param [Hash] opts the optional parameters
542
542
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -548,7 +548,7 @@ module PulpFileClient
548
548
  end
549
549
 
550
550
  # Inspect a file alternate content source
551
- # Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
551
+ # Alternate Content Source ViewSet for File
552
552
  # @param file_file_alternate_content_source_href [String]
553
553
  # @param [Hash] opts the optional parameters
554
554
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '3.65.0'
14
+ VERSION = '3.66.1'
15
15
  end
@@ -47,7 +47,7 @@ describe 'AcsFileApi' do
47
47
 
48
48
  # unit tests for create
49
49
  # Create a file alternate content source
50
- # Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
50
+ # Alternate Content Source ViewSet for File
51
51
  # @param file_file_alternate_content_source
52
52
  # @param [Hash] opts the optional parameters
53
53
  # @return [FileFileAlternateContentSourceResponse]
@@ -71,7 +71,7 @@ describe 'AcsFileApi' do
71
71
 
72
72
  # unit tests for list
73
73
  # List file alternate content sources
74
- # Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
74
+ # Alternate Content Source ViewSet for File
75
75
  # @param [Hash] opts the optional parameters
76
76
  # @option opts [Integer] :limit Number of results to return per page.
77
77
  # @option opts [String] :name Filter results where name matches value
@@ -141,7 +141,7 @@ describe 'AcsFileApi' do
141
141
 
142
142
  # unit tests for read
143
143
  # Inspect a file alternate content source
144
- # Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
144
+ # Alternate Content Source ViewSet for File
145
145
  # @param file_file_alternate_content_source_href
146
146
  # @param [Hash] opts the optional parameters
147
147
  # @option opts [Array<String>] :fields A list of fields to include in the response.
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.65.0
4
+ version: 3.66.1
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-10-08 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -255,52 +255,52 @@ specification_version: 4
255
255
  summary: Pulp 3 API Ruby Gem
256
256
  test_files:
257
257
  - spec/api/remotes_file_api_spec.rb
258
- - spec/api/content_files_api_spec.rb
259
258
  - spec/api/distributions_file_api_spec.rb
260
259
  - spec/api/acs_file_api_spec.rb
261
- - spec/api/repositories_file_api_spec.rb
262
260
  - spec/api/repositories_file_versions_api_spec.rb
263
261
  - spec/api/publications_file_api_spec.rb
262
+ - spec/api/repositories_file_api_spec.rb
263
+ - spec/api/content_files_api_spec.rb
264
264
  - spec/api_client_spec.rb
265
265
  - spec/configuration_spec.rb
266
+ - spec/models/repository_version_response_spec.rb
267
+ - spec/models/patchedfile_file_remote_spec.rb
268
+ - spec/models/repository_add_remove_content_spec.rb
266
269
  - spec/models/patchedfile_file_alternate_content_source_spec.rb
267
- - spec/models/repository_sync_url_spec.rb
268
270
  - 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
272
- - spec/models/patchedfile_file_repository_spec.rb
271
+ - spec/models/set_label_response_spec.rb
272
+ - spec/models/file_file_remote_response_spec.rb
273
273
  - spec/models/paginatedfile_file_remote_response_list_spec.rb
274
- - spec/models/nested_role_response_spec.rb
275
- - spec/models/file_file_publication_response_spec.rb
276
- - spec/models/repository_add_remove_content_spec.rb
277
274
  - spec/models/paginated_repository_version_response_list_spec.rb
278
- - spec/models/repository_version_response_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
283
- - spec/models/file_file_content_response_spec.rb
284
- - spec/models/file_file_publication_spec.rb
285
- - spec/models/paginatedfile_file_content_response_list_spec.rb
286
- - spec/models/set_label_spec.rb
275
+ - spec/models/file_file_publication_response_spec.rb
276
+ - spec/models/file_file_repository_response_spec.rb
277
+ - spec/models/file_file_distribution_spec.rb
278
+ - spec/models/object_roles_response_spec.rb
279
+ - spec/models/task_group_operation_response_spec.rb
287
280
  - spec/models/policy_enum_spec.rb
281
+ - spec/models/unset_label_response_spec.rb
282
+ - spec/models/repository_sync_url_spec.rb
283
+ - spec/models/file_file_remote_spec.rb
284
+ - spec/models/nested_role_response_spec.rb
285
+ - spec/models/async_operation_response_spec.rb
288
286
  - spec/models/file_file_content_spec.rb
289
- - spec/models/object_roles_response_spec.rb
287
+ - spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
288
+ - spec/models/file_file_content_response_spec.rb
289
+ - spec/models/file_file_alternate_content_source_spec.rb
290
+ - spec/models/file_file_alternate_content_source_response_spec.rb
291
+ - spec/models/content_summary_response_spec.rb
290
292
  - spec/models/paginatedfile_file_publication_response_list_spec.rb
291
293
  - 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
296
294
  - spec/models/file_file_repository_spec.rb
297
295
  - 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
301
- - spec/models/task_group_operation_response_spec.rb
302
- - spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
296
+ - spec/models/file_file_remote_response_hidden_fields_spec.rb
297
+ - spec/models/my_permissions_response_spec.rb
298
+ - spec/models/patchedfile_file_repository_spec.rb
303
299
  - spec/models/file_file_distribution_response_spec.rb
304
- - spec/models/file_file_remote_spec.rb
305
- - spec/models/file_file_distribution_spec.rb
300
+ - spec/models/repair_spec.rb
301
+ - spec/models/set_label_spec.rb
302
+ - spec/models/paginatedfile_file_content_response_list_spec.rb
303
+ - spec/models/nested_role_spec.rb
304
+ - spec/models/patchedfile_file_distribution_spec.rb
305
+ - spec/models/file_file_publication_spec.rb
306
306
  - spec/spec_helper.rb