pulp_file_client 3.103.4 → 3.104.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 +4 -4
- data/README.md +4 -4
- data/docs/ContentFilesApi.md +6 -6
- data/docs/DistributionsFileApi.md +4 -4
- data/docs/PublicationsFileApi.md +2 -2
- data/docs/RepositoriesFileApi.md +2 -2
- data/lib/pulp_file_client/api/content_files_api.rb +6 -6
- data/lib/pulp_file_client/api/distributions_file_api.rb +4 -4
- data/lib/pulp_file_client/api/publications_file_api.rb +2 -2
- data/lib/pulp_file_client/api/repositories_file_api.rb +2 -2
- data/lib/pulp_file_client/version.rb +1 -1
- data/spec/api/content_files_api_spec.rb +3 -3
- data/spec/api/distributions_file_api_spec.rb +2 -2
- data/spec/api/publications_file_api_spec.rb +1 -1
- data/spec/api/repositories_file_api_spec.rb +1 -1
- metadata +40 -40
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3f14543197973d45065c4e7aea2cfad6638db47aef748813d8577761e204c30
|
|
4
|
+
data.tar.gz: 229bc1d3539785f3adccff93f4de21da59eb744a4a6c63f6f90c41baf80c7ee8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63247d283ace0d1a6322b42b9adbdc830546f5aee937252adc155add22275b0042d5a77bdeae5c173740c6bd8738d937e7335a0885e0b1b378f17aa254b29c74
|
|
7
|
+
data.tar.gz: 64c4c75862c8ce1619517f43175c5d2bcc5831fc2bffc337aca9d5ab7c6c488a1135eedef14f44ecb33920548ce7102bdf12120432fe8cb32e1bb5dfb924e426
|
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.104.0
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulp_file_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_file_client-3.
|
|
28
|
+
gem install ./pulp_file_client-3.104.0.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_file_client-3.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_file_client-3.104.0.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulp_file_client', '~> 3.
|
|
37
|
+
gem 'pulp_file_client', '~> 3.104.0'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
data/docs/ContentFilesApi.md
CHANGED
|
@@ -133,9 +133,9 @@ opts = {
|
|
|
133
133
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
134
134
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
135
135
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
|
136
|
-
repository_version: 'repository_version_example', # String |
|
|
137
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
138
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
136
|
+
repository_version: 'repository_version_example', # String |
|
|
137
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
138
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
139
139
|
sha256: 'sha256_example', # String |
|
|
140
140
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
141
141
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -183,9 +183,9 @@ end
|
|
|
183
183
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
184
184
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
185
185
|
| **relative_path** | **String** | Filter results where relative_path matches value | [optional] |
|
|
186
|
-
| **repository_version** | **String** |
|
|
187
|
-
| **repository_version_added** | **String** |
|
|
188
|
-
| **repository_version_removed** | **String** |
|
|
186
|
+
| **repository_version** | **String** | | [optional] |
|
|
187
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
188
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
189
189
|
| **sha256** | **String** | | [optional] |
|
|
190
190
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
191
191
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
@@ -287,8 +287,8 @@ opts = {
|
|
|
287
287
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
288
288
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
289
289
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
290
|
-
repository: '
|
|
291
|
-
repository__in: ['inner_example'], # Array<String> |
|
|
290
|
+
repository: 'repository_example', # String |
|
|
291
|
+
repository__in: ['inner_example'], # Array<String> |
|
|
292
292
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
293
293
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
294
294
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -348,8 +348,8 @@ end
|
|
|
348
348
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
349
349
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
350
350
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
351
|
-
| **repository** | **String** |
|
|
352
|
-
| **repository__in** | [**Array<String>**](String.md) |
|
|
351
|
+
| **repository** | **String** | | [optional] |
|
|
352
|
+
| **repository__in** | [**Array<String>**](String.md) | | [optional] |
|
|
353
353
|
| **with_content** | **String** | Filter distributions based on the content served by them | [optional] |
|
|
354
354
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
355
355
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
data/docs/PublicationsFileApi.md
CHANGED
|
@@ -278,7 +278,7 @@ opts = {
|
|
|
278
278
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
279
279
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
280
280
|
repository: 'repository_example', # String | Repository referenced by HREF/PRN
|
|
281
|
-
repository_version: '
|
|
281
|
+
repository_version: 'repository_version_example', # String |
|
|
282
282
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
283
283
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
284
284
|
}
|
|
@@ -333,7 +333,7 @@ end
|
|
|
333
333
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
334
334
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
335
335
|
| **repository** | **String** | Repository referenced by HREF/PRN | [optional] |
|
|
336
|
-
| **repository_version** | **String** |
|
|
336
|
+
| **repository_version** | **String** | | [optional] |
|
|
337
337
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
338
338
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
339
339
|
|
data/docs/RepositoriesFileApi.md
CHANGED
|
@@ -285,7 +285,7 @@ opts = {
|
|
|
285
285
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
286
286
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
287
287
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
288
|
-
remote: '
|
|
288
|
+
remote: 'remote_example', # String |
|
|
289
289
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
290
290
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
291
291
|
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -349,7 +349,7 @@ end
|
|
|
349
349
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
350
350
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
351
351
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
352
|
-
| **remote** | **String** |
|
|
352
|
+
| **remote** | **String** | | [optional] |
|
|
353
353
|
| **retain_repo_versions** | **Integer** | Filter results where retain_repo_versions matches value | [optional] |
|
|
354
354
|
| **retain_repo_versions__gt** | **Integer** | Filter results where retain_repo_versions is greater than value | [optional] |
|
|
355
355
|
| **retain_repo_versions__gte** | **Integer** | Filter results where retain_repo_versions is greater than or equal to value | [optional] |
|
|
@@ -134,9 +134,9 @@ module PulpFileClient
|
|
|
134
134
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
135
135
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
136
136
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
137
|
-
# @option opts [String] :repository_version
|
|
138
|
-
# @option opts [String] :repository_version_added
|
|
139
|
-
# @option opts [String] :repository_version_removed
|
|
137
|
+
# @option opts [String] :repository_version
|
|
138
|
+
# @option opts [String] :repository_version_added
|
|
139
|
+
# @option opts [String] :repository_version_removed
|
|
140
140
|
# @option opts [String] :sha256
|
|
141
141
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
142
142
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -160,9 +160,9 @@ module PulpFileClient
|
|
|
160
160
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
161
161
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
162
162
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
163
|
-
# @option opts [String] :repository_version
|
|
164
|
-
# @option opts [String] :repository_version_added
|
|
165
|
-
# @option opts [String] :repository_version_removed
|
|
163
|
+
# @option opts [String] :repository_version
|
|
164
|
+
# @option opts [String] :repository_version_added
|
|
165
|
+
# @option opts [String] :repository_version_removed
|
|
166
166
|
# @option opts [String] :sha256
|
|
167
167
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
168
168
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -259,8 +259,8 @@ module PulpFileClient
|
|
|
259
259
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
260
260
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
261
261
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
262
|
-
# @option opts [String] :repository
|
|
263
|
-
# @option opts [Array<String>] :repository__in
|
|
262
|
+
# @option opts [String] :repository
|
|
263
|
+
# @option opts [Array<String>] :repository__in
|
|
264
264
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
265
265
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
266
266
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -296,8 +296,8 @@ module PulpFileClient
|
|
|
296
296
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
297
297
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
298
298
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
299
|
-
# @option opts [String] :repository
|
|
300
|
-
# @option opts [Array<String>] :repository__in
|
|
299
|
+
# @option opts [String] :repository
|
|
300
|
+
# @option opts [Array<String>] :repository__in
|
|
301
301
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
302
302
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
303
303
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -253,7 +253,7 @@ module PulpFileClient
|
|
|
253
253
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
254
254
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
255
255
|
# @option opts [String] :repository Repository referenced by HREF/PRN
|
|
256
|
-
# @option opts [String] :repository_version
|
|
256
|
+
# @option opts [String] :repository_version
|
|
257
257
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
258
258
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
259
259
|
# @return [PaginatedfileFilePublicationResponseList]
|
|
@@ -284,7 +284,7 @@ module PulpFileClient
|
|
|
284
284
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
285
285
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
286
286
|
# @option opts [String] :repository Repository referenced by HREF/PRN
|
|
287
|
-
# @option opts [String] :repository_version
|
|
287
|
+
# @option opts [String] :repository_version
|
|
288
288
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
289
289
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
290
290
|
# @return [Array<(PaginatedfileFilePublicationResponseList, Integer, Hash)>] PaginatedfileFilePublicationResponseList data, response status code and response headers
|
|
@@ -255,7 +255,7 @@ module PulpFileClient
|
|
|
255
255
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
256
256
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
257
257
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
258
|
-
# @option opts [String] :remote
|
|
258
|
+
# @option opts [String] :remote
|
|
259
259
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
260
260
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
261
261
|
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -295,7 +295,7 @@ module PulpFileClient
|
|
|
295
295
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
296
296
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
297
297
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
298
|
-
# @option opts [String] :remote
|
|
298
|
+
# @option opts [String] :remote
|
|
299
299
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
300
300
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
301
301
|
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -67,9 +67,9 @@ describe 'ContentFilesApi' do
|
|
|
67
67
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
68
68
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
69
69
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
70
|
-
# @option opts [String] :repository_version
|
|
71
|
-
# @option opts [String] :repository_version_added
|
|
72
|
-
# @option opts [String] :repository_version_removed
|
|
70
|
+
# @option opts [String] :repository_version
|
|
71
|
+
# @option opts [String] :repository_version_added
|
|
72
|
+
# @option opts [String] :repository_version_removed
|
|
73
73
|
# @option opts [String] :sha256
|
|
74
74
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
75
75
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -99,8 +99,8 @@ describe 'DistributionsFileApi' do
|
|
|
99
99
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
100
100
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
101
101
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
102
|
-
# @option opts [String] :repository
|
|
103
|
-
# @option opts [Array<String>] :repository__in
|
|
102
|
+
# @option opts [String] :repository
|
|
103
|
+
# @option opts [Array<String>] :repository__in
|
|
104
104
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
105
105
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
106
106
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -95,7 +95,7 @@ describe 'PublicationsFileApi' do
|
|
|
95
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
96
96
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
97
97
|
# @option opts [String] :repository Repository referenced by HREF/PRN
|
|
98
|
-
# @option opts [String] :repository_version
|
|
98
|
+
# @option opts [String] :repository_version
|
|
99
99
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
100
100
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
101
101
|
# @return [PaginatedfileFilePublicationResponseList]
|
|
@@ -95,7 +95,7 @@ describe 'RepositoriesFileApi' do
|
|
|
95
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
96
96
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
97
97
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
98
|
-
# @option opts [String] :remote
|
|
98
|
+
# @option opts [String] :remote
|
|
99
99
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
100
100
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
101
101
|
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to 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.
|
|
4
|
+
version: 3.104.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: 2026-02-
|
|
11
|
+
date: 2026-02-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -266,53 +266,53 @@ signing_key:
|
|
|
266
266
|
specification_version: 4
|
|
267
267
|
summary: Pulp 3 API Ruby Gem
|
|
268
268
|
test_files:
|
|
269
|
+
- spec/api/repositories_file_versions_api_spec.rb
|
|
270
|
+
- spec/api/acs_file_api_spec.rb
|
|
271
|
+
- spec/api/content_files_api_spec.rb
|
|
269
272
|
- spec/api/repositories_file_api_spec.rb
|
|
270
273
|
- spec/api/distributions_file_api_spec.rb
|
|
271
|
-
- spec/api/publications_file_api_spec.rb
|
|
272
|
-
- spec/api/content_files_api_spec.rb
|
|
273
|
-
- spec/api/repositories_file_versions_api_spec.rb
|
|
274
274
|
- spec/api/remotes_file_api_spec.rb
|
|
275
|
-
- spec/api/
|
|
276
|
-
- spec/models/
|
|
277
|
-
- spec/models/
|
|
278
|
-
- spec/models/patchedfile_file_alternate_content_source_spec.rb
|
|
279
|
-
- spec/models/set_label_spec.rb
|
|
280
|
-
- spec/models/file_file_distribution_spec.rb
|
|
281
|
-
- spec/models/file_file_alternate_content_source_spec.rb
|
|
282
|
-
- spec/models/paginatedfile_file_distribution_response_list_spec.rb
|
|
283
|
-
- spec/models/remote_network_config_spec.rb
|
|
284
|
-
- spec/models/my_permissions_response_spec.rb
|
|
285
|
-
- spec/models/paginatedfile_file_remote_response_list_spec.rb
|
|
286
|
-
- spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
|
|
287
|
-
- spec/models/file_file_repository_response_spec.rb
|
|
288
|
-
- spec/models/file_file_remote_response_hidden_fields_inner_spec.rb
|
|
289
|
-
- spec/models/unset_label_response_spec.rb
|
|
290
|
-
- spec/models/paginatedfile_file_publication_response_list_spec.rb
|
|
275
|
+
- spec/api/publications_file_api_spec.rb
|
|
276
|
+
- spec/models/file_file_publication_spec.rb
|
|
277
|
+
- spec/models/file_file_repository_spec.rb
|
|
291
278
|
- spec/models/file_file_distribution_response_spec.rb
|
|
292
|
-
- spec/models/
|
|
293
|
-
- spec/models/
|
|
279
|
+
- spec/models/unset_label_response_spec.rb
|
|
280
|
+
- spec/models/patchedfile_file_distribution_spec.rb
|
|
294
281
|
- spec/models/repository_version_response_spec.rb
|
|
295
|
-
- spec/models/
|
|
296
|
-
- spec/models/
|
|
297
|
-
- spec/models/
|
|
298
|
-
- spec/models/
|
|
299
|
-
- spec/models/file_file_publication_spec.rb
|
|
282
|
+
- spec/models/file_file_alternate_content_source_spec.rb
|
|
283
|
+
- spec/models/set_label_spec.rb
|
|
284
|
+
- spec/models/file_file_remote_response_hidden_fields_inner_spec.rb
|
|
285
|
+
- spec/models/my_permissions_response_spec.rb
|
|
300
286
|
- spec/models/patchedfile_file_remote_spec.rb
|
|
287
|
+
- spec/models/paginatedfile_file_remote_response_list_spec.rb
|
|
288
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
301
289
|
- spec/models/repair_spec.rb
|
|
302
|
-
- spec/models/
|
|
303
|
-
- spec/models/
|
|
304
|
-
- spec/models/
|
|
290
|
+
- spec/models/async_operation_response_spec.rb
|
|
291
|
+
- spec/models/repository_add_remove_content_spec.rb
|
|
292
|
+
- spec/models/nested_role_spec.rb
|
|
293
|
+
- spec/models/file_file_remote_spec.rb
|
|
294
|
+
- spec/models/task_group_operation_response_spec.rb
|
|
295
|
+
- spec/models/repository_sync_url_spec.rb
|
|
305
296
|
- spec/models/set_label_response_spec.rb
|
|
306
|
-
- spec/models/
|
|
307
|
-
- spec/models/
|
|
308
|
-
- spec/models/
|
|
297
|
+
- spec/models/unset_label_spec.rb
|
|
298
|
+
- spec/models/policy_enum_spec.rb
|
|
299
|
+
- spec/models/remote_network_config_spec.rb
|
|
300
|
+
- spec/models/paginatedfile_file_publication_response_list_spec.rb
|
|
301
|
+
- spec/models/patchedfile_file_alternate_content_source_spec.rb
|
|
302
|
+
- spec/models/file_file_content_response_spec.rb
|
|
303
|
+
- spec/models/paginatedfile_file_repository_response_list_spec.rb
|
|
309
304
|
- spec/models/object_roles_response_spec.rb
|
|
305
|
+
- spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
|
|
310
306
|
- spec/models/nested_role_response_spec.rb
|
|
311
|
-
- spec/models/
|
|
312
|
-
- spec/models/
|
|
313
|
-
- spec/models/
|
|
307
|
+
- spec/models/file_file_alternate_content_source_response_spec.rb
|
|
308
|
+
- spec/models/content_summary_response_spec.rb
|
|
309
|
+
- spec/models/file_content_upload_response_spec.rb
|
|
310
|
+
- spec/models/file_file_distribution_spec.rb
|
|
311
|
+
- spec/models/paginatedfile_file_distribution_response_list_spec.rb
|
|
314
312
|
- spec/models/patchedfile_file_repository_spec.rb
|
|
315
|
-
- spec/models/
|
|
316
|
-
- spec/models/
|
|
317
|
-
- spec/models/
|
|
313
|
+
- spec/models/paginatedfile_file_content_response_list_spec.rb
|
|
314
|
+
- spec/models/remote_network_config_response_spec.rb
|
|
315
|
+
- spec/models/file_file_repository_response_spec.rb
|
|
316
|
+
- spec/models/file_file_publication_response_spec.rb
|
|
317
|
+
- spec/models/file_file_remote_response_spec.rb
|
|
318
318
|
- spec/spec_helper.rb
|