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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 702c39ef1d0c414d1554ea563c4e0a387c1719f6cb28cda0bf8672fe89d3af72
4
- data.tar.gz: 7f51cf1978b6255f951e00b68b8fe9087b533073ca5395b61e3b4eb51a465ea3
3
+ metadata.gz: b3f14543197973d45065c4e7aea2cfad6638db47aef748813d8577761e204c30
4
+ data.tar.gz: 229bc1d3539785f3adccff93f4de21da59eb744a4a6c63f6f90c41baf80c7ee8
5
5
  SHA512:
6
- metadata.gz: 05de9e225d9698895fbceb9f8b86fb09da9348955ec1d0d1c7c5fb11dcb4652166d6d9ab2457e4ecc57d43b8836134bbe14b07d53d4a912c5167e6f2ee64d712
7
- data.tar.gz: 7f92a2cb7e05e1d95a833cf55d3788e59c8613e76a49074b1de4ae88bc0bc78f8159c67489af4911e948fcce5ba1ff71b309a1720542b909ac25aa6f72d333c1
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.103.4
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.103.4.gem
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.103.4.gem` to install the development dependencies)
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.103.4'
37
+ gem 'pulp_file_client', '~> 3.104.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -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 | Repository Version referenced by HREF/PRN
137
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
138
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
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** | Repository Version referenced by HREF/PRN | [optional] |
187
- | **repository_version_added** | **String** | Repository Version referenced by HREF/PRN | [optional] |
188
- | **repository_version_removed** | **String** | Repository Version referenced by HREF/PRN | [optional] |
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&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
191
191
  | **exclude_fields** | [**Array&lt;String&gt;**](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: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String | Filter results where repository matches value
291
- repository__in: ['inner_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
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&lt;String&gt;**](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** | Filter results where repository matches value | [optional] |
352
- | **repository__in** | [**Array&lt;String&gt;**](String.md) | Filter results where repository is in a comma-separated list of values | [optional] |
351
+ | **repository** | **String** | | [optional] |
352
+ | **repository__in** | [**Array&lt;String&gt;**](String.md) | | [optional] |
353
353
  | **with_content** | **String** | Filter distributions based on the content served by them | [optional] |
354
354
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
355
355
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
@@ -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: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String | Repository Version referenced by HREF/PRN
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&lt;String&gt;**](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** | Repository Version referenced by HREF/PRN | [optional] |
336
+ | **repository_version** | **String** | | [optional] |
337
337
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
338
338
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
339
339
 
@@ -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: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String | Foreign Key referenced by HREF
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&lt;String&gt;**](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** | Foreign Key referenced by HREF | [optional] |
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 Repository Version referenced by HREF/PRN
138
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
139
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
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 Repository Version referenced by HREF/PRN
164
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
165
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
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 Filter results where repository matches value
263
- # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
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 Filter results where repository matches value
300
- # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
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 Repository Version referenced by HREF/PRN
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 Repository Version referenced by HREF/PRN
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 Foreign Key referenced by HREF
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 Foreign Key referenced by HREF
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
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '3.103.4'
14
+ VERSION = '3.104.0'
15
15
  end
@@ -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 Repository Version referenced by HREF/PRN
71
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
72
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
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 Filter results where repository matches value
103
- # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
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 Repository Version referenced by HREF/PRN
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 Foreign Key referenced by HREF
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.103.4
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-18 00:00:00.000000000 Z
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/acs_file_api_spec.rb
276
- - spec/models/file_file_alternate_content_source_response_spec.rb
277
- - spec/models/nested_role_spec.rb
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/file_file_remote_spec.rb
293
- - spec/models/content_summary_response_spec.rb
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/file_file_repository_spec.rb
296
- - spec/models/file_file_publication_response_spec.rb
297
- - spec/models/file_file_remote_response_spec.rb
298
- - spec/models/file_file_content_response_spec.rb
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/patchedfile_file_distribution_spec.rb
303
- - spec/models/remote_network_config_response_spec.rb
304
- - spec/models/unset_label_spec.rb
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/paginated_repository_version_response_list_spec.rb
307
- - spec/models/file_content_upload_response_spec.rb
308
- - spec/models/paginatedfile_file_content_response_list_spec.rb
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/paginatedfile_file_repository_response_list_spec.rb
312
- - spec/models/policy_enum_spec.rb
313
- - spec/models/task_group_operation_response_spec.rb
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/repository_sync_url_spec.rb
316
- - spec/models/repository_add_remove_content_spec.rb
317
- - spec/models/async_operation_response_spec.rb
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