pulp_file_client 3.65.0 → 3.67.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AcsFileApi.md +3 -3
- data/lib/pulp_file_client/api/acs_file_api.rb +6 -6
- data/lib/pulp_file_client/version.rb +1 -1
- data/spec/api/acs_file_api_spec.rb +3 -3
- metadata +33 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 595fa6c91adf26db25ba7152e50a8384711574e6df3fa31cd3a878ade992b3d3
|
4
|
+
data.tar.gz: 373eabc672cec6e89293d89a1e02d5a565dd692d5b0b311823f6d89da3910ec8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94e7ba811f747c2ee5fe7699f2a457f77741dfe50c9a03afb061f147b660bdff092ce5804d1628193f15f60450b7bd7feead1f5ed222a0adaf1ce363675645b8
|
7
|
+
data.tar.gz: a7c8a7bfa66a9eaa2d297b60ecce57e7109556c429918289d6becfacb522469e8eead2cd25ac8b5c6bde9625da424de5723515e409251a7d933e173ac5b42b3c
|
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.
|
10
|
+
- Package version: 3.67.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.
|
27
|
+
gem install ./pulp_file_client-3.67.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_file_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulp_file_client-3.67.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.
|
36
|
+
gem 'pulp_file_client', '~> 3.67.0'
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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.
|
@@ -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
|
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
|
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
|
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.
|
4
|
+
version: 3.67.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-
|
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/
|
270
|
-
- spec/models/
|
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/
|
279
|
-
- spec/models/
|
280
|
-
- spec/models/
|
281
|
-
- spec/models/
|
282
|
-
- spec/models/
|
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/
|
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/
|
299
|
-
- spec/models/
|
300
|
-
- spec/models/
|
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/
|
305
|
-
- spec/models/
|
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
|