pulp_file_client 1.6.0.dev01610511215 → 1.6.0.dev01610943491

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_file_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1ca7bc8dc3071ffcbd579ebf32de6f768d44e85b72ab937412ee3bb0f316167
4
- data.tar.gz: 4411cc7963bbb81e7ee17546e9b0341c734c791259c065d65698ec8e96aff7eb
3
+ metadata.gz: '0798ce0f5af51d27c00ea63d346023baab8524edf90237d0af72fb5a722488e5'
4
+ data.tar.gz: 320bbb108bc292c6f7b695cb55f2ad4f97aeb672567fca1b5b52acdb8d20a586
5
5
  SHA512:
6
- metadata.gz: cb655850655acdcb64bb06e40ce8ad946fe08d3266cb08b200c6cd780a865cd19ff77327f8378ec98fdea06182c9c1f7d0a0578fdaf52ca5dedfff42f57a87a4
7
- data.tar.gz: 157b49dd5b979fa3e2c53c87338c18119b5d9a9641e7b8b7318fa5ee05f4c3c95011fa70885b77377a29eb63847cb17a7dabab91e542f02794ec5d041fb8a629
6
+ metadata.gz: 367d31104bf3763aa23f11db06b393cf1d7f6cfd925156bb7dea67e1b1226ca6ef1263e2693e7999524b6fb550fad291e8f1f3d792ba46d7d766e5d8d854724a
7
+ data.tar.gz: bf6ebcc483fac114cb8a161de49bbf1f260864fba6184592104d3cff94bb832aabbd8417058f9c76453596f2de325f3dbac1bad665d8de963ae346d9412afd67
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: 1.6.0.dev01610511215
10
+ - Package version: 1.6.0.dev01610943491
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-1.6.0.dev01610511215.gem
27
+ gem install ./pulp_file_client-1.6.0.dev01610943491.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-1.6.0.dev01610511215.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-1.6.0.dev01610943491.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', '~> 1.6.0.dev01610511215'
36
+ gem 'pulp_file_client', '~> 1.6.0.dev01610943491'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -147,7 +147,10 @@ opts = {
147
147
  base_path__in: 'base_path__in_example', # String | base_path__in
148
148
  limit: 56, # Integer | Number of results to return per page.
149
149
  name: 'name_example', # String | name
150
+ name__contains: 'name__contains_example', # String | name__contains
151
+ name__icontains: 'name__icontains_example', # String | name__icontains
150
152
  name__in: 'name__in_example', # String | name__in
153
+ name__startswith: 'name__startswith_example', # String | name__startswith
151
154
  offset: 56, # Integer | The initial index from which to return the results.
152
155
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
153
156
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -174,7 +177,10 @@ Name | Type | Description | Notes
174
177
  **base_path__in** | **String**| base_path__in | [optional]
175
178
  **limit** | **Integer**| Number of results to return per page. | [optional]
176
179
  **name** | **String**| name | [optional]
180
+ **name__contains** | **String**| name__contains | [optional]
181
+ **name__icontains** | **String**| name__icontains | [optional]
177
182
  **name__in** | **String**| name__in | [optional]
183
+ **name__startswith** | **String**| name__startswith | [optional]
178
184
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
179
185
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
180
186
  **fields** | **String**| A list of fields to include in the response. | [optional]
@@ -142,7 +142,10 @@ api_instance = PulpFileClient::ExportersFilesystemApi.new
142
142
  opts = {
143
143
  limit: 56, # Integer | Number of results to return per page.
144
144
  name: 'name_example', # String | name
145
+ name__contains: 'name__contains_example', # String | name__contains
146
+ name__icontains: 'name__icontains_example', # String | name__icontains
145
147
  name__in: 'name__in_example', # String | name__in
148
+ name__startswith: 'name__startswith_example', # String | name__startswith
146
149
  offset: 56, # Integer | The initial index from which to return the results.
147
150
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
148
151
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -165,7 +168,10 @@ Name | Type | Description | Notes
165
168
  ------------- | ------------- | ------------- | -------------
166
169
  **limit** | **Integer**| Number of results to return per page. | [optional]
167
170
  **name** | **String**| name | [optional]
171
+ **name__contains** | **String**| name__contains | [optional]
172
+ **name__icontains** | **String**| name__icontains | [optional]
168
173
  **name__in** | **String**| name__in | [optional]
174
+ **name__startswith** | **String**| name__startswith | [optional]
169
175
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
170
176
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
171
177
  **fields** | **String**| A list of fields to include in the response. | [optional]
@@ -143,7 +143,10 @@ api_instance = PulpFileClient::RemotesFileApi.new
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
145
145
  name: 'name_example', # String | name
146
+ name__contains: 'name__contains_example', # String | name__contains
147
+ name__icontains: 'name__icontains_example', # String | name__icontains
146
148
  name__in: 'name__in_example', # String | name__in
149
+ name__startswith: 'name__startswith_example', # String | name__startswith
147
150
  offset: 56, # Integer | The initial index from which to return the results.
148
151
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
149
152
  pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
@@ -172,7 +175,10 @@ Name | Type | Description | Notes
172
175
  ------------- | ------------- | ------------- | -------------
173
176
  **limit** | **Integer**| Number of results to return per page. | [optional]
174
177
  **name** | **String**| name | [optional]
178
+ **name__contains** | **String**| name__contains | [optional]
179
+ **name__icontains** | **String**| name__icontains | [optional]
175
180
  **name__in** | **String**| name__in | [optional]
181
+ **name__startswith** | **String**| name__startswith | [optional]
176
182
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
177
183
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
178
184
  **pulp_last_updated** | **String**| pulp_last_updated | [optional]
@@ -145,7 +145,10 @@ api_instance = PulpFileClient::RepositoriesFileApi.new
145
145
  opts = {
146
146
  limit: 56, # Integer | Number of results to return per page.
147
147
  name: 'name_example', # String | name
148
+ name__contains: 'name__contains_example', # String | name__contains
149
+ name__icontains: 'name__icontains_example', # String | name__icontains
148
150
  name__in: 'name__in_example', # String | name__in
151
+ name__startswith: 'name__startswith_example', # String | name__startswith
149
152
  offset: 56, # Integer | The initial index from which to return the results.
150
153
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
151
154
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -168,7 +171,10 @@ Name | Type | Description | Notes
168
171
  ------------- | ------------- | ------------- | -------------
169
172
  **limit** | **Integer**| Number of results to return per page. | [optional]
170
173
  **name** | **String**| name | [optional]
174
+ **name__contains** | **String**| name__contains | [optional]
175
+ **name__icontains** | **String**| name__icontains | [optional]
171
176
  **name__in** | **String**| name__in | [optional]
177
+ **name__startswith** | **String**| name__startswith | [optional]
172
178
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
173
179
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
174
180
  **fields** | **String**| A list of fields to include in the response. | [optional]
@@ -154,7 +154,10 @@ module PulpFileClient
154
154
  # @option opts [String] :base_path__in base_path__in
155
155
  # @option opts [Integer] :limit Number of results to return per page.
156
156
  # @option opts [String] :name name
157
+ # @option opts [String] :name__contains name__contains
158
+ # @option opts [String] :name__icontains name__icontains
157
159
  # @option opts [String] :name__in name__in
160
+ # @option opts [String] :name__startswith name__startswith
158
161
  # @option opts [Integer] :offset The initial index from which to return the results.
159
162
  # @option opts [String] :ordering Which field to use when ordering the results.
160
163
  # @option opts [String] :fields A list of fields to include in the response.
@@ -174,7 +177,10 @@ module PulpFileClient
174
177
  # @option opts [String] :base_path__in base_path__in
175
178
  # @option opts [Integer] :limit Number of results to return per page.
176
179
  # @option opts [String] :name name
180
+ # @option opts [String] :name__contains name__contains
181
+ # @option opts [String] :name__icontains name__icontains
177
182
  # @option opts [String] :name__in name__in
183
+ # @option opts [String] :name__startswith name__startswith
178
184
  # @option opts [Integer] :offset The initial index from which to return the results.
179
185
  # @option opts [String] :ordering Which field to use when ordering the results.
180
186
  # @option opts [String] :fields A list of fields to include in the response.
@@ -195,7 +201,10 @@ module PulpFileClient
195
201
  query_params[:'base_path__in'] = opts[:'base_path__in'] if !opts[:'base_path__in'].nil?
196
202
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
197
203
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
204
+ query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
205
+ query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
198
206
  query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
207
+ query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
199
208
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
200
209
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
201
210
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
@@ -148,7 +148,10 @@ module PulpFileClient
148
148
  # @param [Hash] opts the optional parameters
149
149
  # @option opts [Integer] :limit Number of results to return per page.
150
150
  # @option opts [String] :name name
151
+ # @option opts [String] :name__contains name__contains
152
+ # @option opts [String] :name__icontains name__icontains
151
153
  # @option opts [String] :name__in name__in
154
+ # @option opts [String] :name__startswith name__startswith
152
155
  # @option opts [Integer] :offset The initial index from which to return the results.
153
156
  # @option opts [String] :ordering Which field to use when ordering the results.
154
157
  # @option opts [String] :fields A list of fields to include in the response.
@@ -164,7 +167,10 @@ module PulpFileClient
164
167
  # @param [Hash] opts the optional parameters
165
168
  # @option opts [Integer] :limit Number of results to return per page.
166
169
  # @option opts [String] :name name
170
+ # @option opts [String] :name__contains name__contains
171
+ # @option opts [String] :name__icontains name__icontains
167
172
  # @option opts [String] :name__in name__in
173
+ # @option opts [String] :name__startswith name__startswith
168
174
  # @option opts [Integer] :offset The initial index from which to return the results.
169
175
  # @option opts [String] :ordering Which field to use when ordering the results.
170
176
  # @option opts [String] :fields A list of fields to include in the response.
@@ -181,7 +187,10 @@ module PulpFileClient
181
187
  query_params = opts[:query_params] || {}
182
188
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
183
189
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
190
+ query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
191
+ query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
184
192
  query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
193
+ query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
185
194
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
186
195
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
187
196
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
@@ -150,7 +150,10 @@ module PulpFileClient
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
152
  # @option opts [String] :name name
153
+ # @option opts [String] :name__contains name__contains
154
+ # @option opts [String] :name__icontains name__icontains
153
155
  # @option opts [String] :name__in name__in
156
+ # @option opts [String] :name__startswith name__startswith
154
157
  # @option opts [Integer] :offset The initial index from which to return the results.
155
158
  # @option opts [String] :ordering Which field to use when ordering the results.
156
159
  # @option opts [String] :pulp_last_updated pulp_last_updated
@@ -172,7 +175,10 @@ module PulpFileClient
172
175
  # @param [Hash] opts the optional parameters
173
176
  # @option opts [Integer] :limit Number of results to return per page.
174
177
  # @option opts [String] :name name
178
+ # @option opts [String] :name__contains name__contains
179
+ # @option opts [String] :name__icontains name__icontains
175
180
  # @option opts [String] :name__in name__in
181
+ # @option opts [String] :name__startswith name__startswith
176
182
  # @option opts [Integer] :offset The initial index from which to return the results.
177
183
  # @option opts [String] :ordering Which field to use when ordering the results.
178
184
  # @option opts [String] :pulp_last_updated pulp_last_updated
@@ -195,7 +201,10 @@ module PulpFileClient
195
201
  query_params = opts[:query_params] || {}
196
202
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
197
203
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
204
+ query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
205
+ query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
198
206
  query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
207
+ query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
199
208
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
200
209
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
201
210
  query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
@@ -150,7 +150,10 @@ module PulpFileClient
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
152
  # @option opts [String] :name name
153
+ # @option opts [String] :name__contains name__contains
154
+ # @option opts [String] :name__icontains name__icontains
153
155
  # @option opts [String] :name__in name__in
156
+ # @option opts [String] :name__startswith name__startswith
154
157
  # @option opts [Integer] :offset The initial index from which to return the results.
155
158
  # @option opts [String] :ordering Which field to use when ordering the results.
156
159
  # @option opts [String] :fields A list of fields to include in the response.
@@ -166,7 +169,10 @@ module PulpFileClient
166
169
  # @param [Hash] opts the optional parameters
167
170
  # @option opts [Integer] :limit Number of results to return per page.
168
171
  # @option opts [String] :name name
172
+ # @option opts [String] :name__contains name__contains
173
+ # @option opts [String] :name__icontains name__icontains
169
174
  # @option opts [String] :name__in name__in
175
+ # @option opts [String] :name__startswith name__startswith
170
176
  # @option opts [Integer] :offset The initial index from which to return the results.
171
177
  # @option opts [String] :ordering Which field to use when ordering the results.
172
178
  # @option opts [String] :fields A list of fields to include in the response.
@@ -183,7 +189,10 @@ module PulpFileClient
183
189
  query_params = opts[:query_params] || {}
184
190
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
185
191
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
192
+ query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
193
+ query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
186
194
  query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
195
+ query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
187
196
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
188
197
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
189
198
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '1.6.0.dev01610511215'
14
+ VERSION = '1.6.0.dev01610943491'
15
15
  end
@@ -66,7 +66,10 @@ describe 'DistributionsFileApi' do
66
66
  # @option opts [String] :base_path__in base_path__in
67
67
  # @option opts [Integer] :limit Number of results to return per page.
68
68
  # @option opts [String] :name name
69
+ # @option opts [String] :name__contains name__contains
70
+ # @option opts [String] :name__icontains name__icontains
69
71
  # @option opts [String] :name__in name__in
72
+ # @option opts [String] :name__startswith name__startswith
70
73
  # @option opts [Integer] :offset The initial index from which to return the results.
71
74
  # @option opts [String] :ordering Which field to use when ordering the results.
72
75
  # @option opts [String] :fields A list of fields to include in the response.
@@ -62,7 +62,10 @@ describe 'ExportersFilesystemApi' do
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
64
  # @option opts [String] :name name
65
+ # @option opts [String] :name__contains name__contains
66
+ # @option opts [String] :name__icontains name__icontains
65
67
  # @option opts [String] :name__in name__in
68
+ # @option opts [String] :name__startswith name__startswith
66
69
  # @option opts [Integer] :offset The initial index from which to return the results.
67
70
  # @option opts [String] :ordering Which field to use when ordering the results.
68
71
  # @option opts [String] :fields A list of fields to include in the response.
@@ -62,7 +62,10 @@ describe 'RemotesFileApi' do
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
64
  # @option opts [String] :name name
65
+ # @option opts [String] :name__contains name__contains
66
+ # @option opts [String] :name__icontains name__icontains
65
67
  # @option opts [String] :name__in name__in
68
+ # @option opts [String] :name__startswith name__startswith
66
69
  # @option opts [Integer] :offset The initial index from which to return the results.
67
70
  # @option opts [String] :ordering Which field to use when ordering the results.
68
71
  # @option opts [String] :pulp_last_updated pulp_last_updated
@@ -62,7 +62,10 @@ describe 'RepositoriesFileApi' do
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
64
  # @option opts [String] :name name
65
+ # @option opts [String] :name__contains name__contains
66
+ # @option opts [String] :name__icontains name__icontains
65
67
  # @option opts [String] :name__in name__in
68
+ # @option opts [String] :name__startswith name__startswith
66
69
  # @option opts [Integer] :offset The initial index from which to return the results.
67
70
  # @option opts [String] :ordering Which field to use when ordering the results.
68
71
  # @option opts [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: 1.6.0.dev01610511215
4
+ version: 1.6.0.dev01610943491
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-13 00:00:00.000000000 Z
11
+ date: 2021-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -234,48 +234,48 @@ signing_key:
234
234
  specification_version: 4
235
235
  summary: Pulp 3 API Ruby Gem
236
236
  test_files:
237
- - spec/api/exporters_file_exports_api_spec.rb
238
- - spec/api/publications_file_api_spec.rb
239
- - spec/api/remotes_file_api_spec.rb
237
+ - spec/api/repositories_file_api_spec.rb
238
+ - spec/api/exporters_filesystem_api_spec.rb
240
239
  - spec/api/repositories_file_versions_api_spec.rb
241
240
  - spec/api/content_files_api_spec.rb
241
+ - spec/api/exporters_file_exports_api_spec.rb
242
+ - spec/api/publications_file_api_spec.rb
242
243
  - spec/api/distributions_file_api_spec.rb
243
- - spec/api/exporters_filesystem_api_spec.rb
244
- - spec/api/repositories_file_api_spec.rb
244
+ - spec/api/remotes_file_api_spec.rb
245
245
  - spec/api_client_spec.rb
246
246
  - spec/configuration_spec.rb
247
- - spec/models/content_summary_spec.rb
248
- - spec/models/file_file_remote_response_spec.rb
249
- - spec/models/patchedfile_file_filesystem_exporter_spec.rb
247
+ - spec/models/paginatedfile_file_remote_response_list_spec.rb
248
+ - spec/models/paginatedfile_file_distribution_response_list_spec.rb
249
+ - spec/models/file_file_filesystem_exporter_spec.rb
250
+ - spec/models/file_file_publication_spec.rb
251
+ - spec/models/file_file_remote_spec.rb
250
252
  - spec/models/file_file_distribution_spec.rb
251
- - spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb
252
- - spec/models/paginatedfile_file_publication_response_list_spec.rb
253
- - spec/models/paginatedfile_file_content_response_list_spec.rb
253
+ - spec/models/paginated_repository_version_response_list_spec.rb
254
254
  - spec/models/file_file_content_spec.rb
255
- - spec/models/file_file_publication_spec.rb
256
- - spec/models/repository_version_spec.rb
257
- - spec/models/file_file_repository_response_spec.rb
255
+ - spec/models/paginatedfile_file_publication_response_list_spec.rb
256
+ - spec/models/patchedfile_file_filesystem_exporter_spec.rb
257
+ - spec/models/policy_enum_spec.rb
258
+ - spec/models/patchedfile_file_remote_spec.rb
259
+ - spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb
260
+ - spec/models/repository_add_remove_content_spec.rb
258
261
  - spec/models/content_summary_response_spec.rb
259
- - spec/models/paginated_export_response_list_spec.rb
260
- - spec/models/export_response_spec.rb
261
- - spec/models/paginatedfile_file_remote_response_list_spec.rb
262
- - spec/models/file_file_publication_response_spec.rb
263
- - spec/models/file_file_remote_spec.rb
264
- - spec/models/file_file_distribution_response_spec.rb
262
+ - spec/models/patchedfile_file_repository_spec.rb
263
+ - spec/models/repository_version_spec.rb
265
264
  - spec/models/file_file_filesystem_exporter_response_spec.rb
265
+ - spec/models/publication_export_spec.rb
266
+ - spec/models/content_summary_spec.rb
267
+ - spec/models/patchedfile_file_distribution_spec.rb
266
268
  - spec/models/repository_version_response_spec.rb
267
- - spec/models/file_file_repository_spec.rb
268
- - spec/models/patchedfile_file_remote_spec.rb
269
+ - spec/models/paginatedfile_file_content_response_list_spec.rb
270
+ - spec/models/file_file_remote_response_spec.rb
271
+ - spec/models/export_response_spec.rb
272
+ - spec/models/paginatedfile_file_repository_response_list_spec.rb
269
273
  - spec/models/repository_sync_url_spec.rb
270
- - spec/models/file_file_content_response_spec.rb
271
- - spec/models/file_file_filesystem_exporter_spec.rb
272
- - spec/models/patchedfile_file_distribution_spec.rb
273
274
  - spec/models/async_operation_response_spec.rb
274
- - spec/models/policy_enum_spec.rb
275
- - spec/models/paginatedfile_file_repository_response_list_spec.rb
276
- - spec/models/paginatedfile_file_distribution_response_list_spec.rb
277
- - spec/models/publication_export_spec.rb
278
- - spec/models/patchedfile_file_repository_spec.rb
279
- - spec/models/repository_add_remove_content_spec.rb
280
- - spec/models/paginated_repository_version_response_list_spec.rb
275
+ - spec/models/file_file_content_response_spec.rb
276
+ - spec/models/file_file_repository_response_spec.rb
277
+ - spec/models/file_file_distribution_response_spec.rb
278
+ - spec/models/file_file_publication_response_spec.rb
279
+ - spec/models/file_file_repository_spec.rb
280
+ - spec/models/paginated_export_response_list_spec.rb
281
281
  - spec/spec_helper.rb