pulp_file_client 1.6.0.dev01610424388 → 1.6.0.dev01610857142

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.

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: 511be9521d4145a47f653011c09e982279ef2f9b3c3c27668e2e922c43d675a0
4
- data.tar.gz: 332c5d350ee1651488b7833c5b2dd878abd6f86944b5dbba8250802579b5f73d
3
+ metadata.gz: f4319979fa40125d947973c3efda1d5fd107fed8682ed7df4c344ed21600f0ce
4
+ data.tar.gz: 07d57fada758dece7c993e89f821c61f86df087caa1f8e317b11004b575b743e
5
5
  SHA512:
6
- metadata.gz: 9902081d8a2029ad8d3024fbeda0523765ed55a243b37667258fa71a223f62b95b5260f1d5216d8bff9315973e0b13ed15984580dd2c4ea857e383b264ee7797
7
- data.tar.gz: 71910a88031a19557182269787ba14e5524bb2ec78d6c3eb4fc4142130959ba516e7f9ee2570b6418d647a5595db7610cb76a5febbdf8686bf84db4fbb548cc9
6
+ metadata.gz: d017b85198401d7e0444aea8d2e008e44a643fd3fb25120b9c92253aedcee94ea9b99c32db0e4057bcfbd5ee622968ee998a4d86d8ad068031c83a36adf6d884
7
+ data.tar.gz: 586163f29612202e3a6ab761a6a0b44d19db80106aac9e4eb54b09bbea373832e40ddcb2f0f93d27eee84cab20e8650b6a9fc5adda2931a39d25377119b5ae3e
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.dev01610424388
10
+ - Package version: 1.6.0.dev01610857142
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.dev01610424388.gem
27
+ gem install ./pulp_file_client-1.6.0.dev01610857142.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-1.6.0.dev01610424388.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-1.6.0.dev01610857142.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.dev01610424388'
36
+ gem 'pulp_file_client', '~> 1.6.0.dev01610857142'
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.dev01610424388'
14
+ VERSION = '1.6.0.dev01610857142'
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.dev01610424388
4
+ version: 1.6.0.dev01610857142
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-12 00:00:00.000000000 Z
11
+ date: 2021-01-17 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