telestream_cloud_qc 2.0.0 → 2.0.4
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 +48 -1
- data/docs/Alert.md +2 -2
- data/docs/Container.md +1 -1
- data/docs/InlineResponse200.md +9 -0
- data/docs/InlineResponse422.md +8 -0
- data/docs/Job.md +10 -0
- data/docs/JobData.md +1 -0
- data/docs/JobDetails.md +2 -0
- data/docs/JobDetailsResult.md +1 -0
- data/docs/Project.md +1 -1
- data/docs/QcApi.md +129 -26
- data/docs/Summary.md +13 -0
- data/docs/SynchronizationEvent.md +10 -0
- data/docs/Template.md +12 -0
- data/docs/VideoStream.md +1 -1
- data/lib/telestream_cloud_qc.rb +7 -2
- data/lib/telestream_cloud_qc/api/qc_api.rb +119 -15
- data/lib/telestream_cloud_qc/api_client.rb +2 -2
- data/lib/telestream_cloud_qc/api_error.rb +2 -2
- data/lib/telestream_cloud_qc/configuration.rb +3 -3
- data/lib/telestream_cloud_qc/models/alert.rb +4 -4
- data/lib/telestream_cloud_qc/models/audio_stream.rb +2 -2
- data/lib/telestream_cloud_qc/models/container.rb +3 -3
- data/lib/telestream_cloud_qc/models/data.rb +2 -2
- data/lib/telestream_cloud_qc/models/data_1.rb +2 -2
- data/lib/telestream_cloud_qc/models/extra_file.rb +2 -2
- data/lib/telestream_cloud_qc/models/inline_response_200.rb +197 -0
- data/lib/telestream_cloud_qc/models/inline_response_422.rb +188 -0
- data/lib/telestream_cloud_qc/models/job.rb +95 -5
- data/lib/telestream_cloud_qc/models/job_data.rb +16 -6
- data/lib/telestream_cloud_qc/models/job_details.rb +26 -6
- data/lib/telestream_cloud_qc/models/job_details_result.rb +17 -6
- data/lib/telestream_cloud_qc/models/jobs_collection.rb +2 -2
- data/lib/telestream_cloud_qc/models/media.rb +2 -2
- data/lib/telestream_cloud_qc/models/options.rb +2 -2
- data/lib/telestream_cloud_qc/models/project.rb +6 -4
- data/lib/telestream_cloud_qc/models/proxy.rb +2 -2
- data/lib/telestream_cloud_qc/models/summary.rb +236 -0
- data/lib/telestream_cloud_qc/models/synchronization_event.rb +206 -0
- data/lib/telestream_cloud_qc/models/template.rb +228 -0
- data/lib/telestream_cloud_qc/models/upload_session.rb +2 -2
- data/lib/telestream_cloud_qc/models/video_stream.rb +3 -3
- data/lib/telestream_cloud_qc/models/video_upload_body.rb +2 -2
- data/lib/telestream_cloud_qc/uploader.rb +12 -0
- data/lib/telestream_cloud_qc/version.rb +3 -3
- data/spec/api/qc_api_spec.rb +26 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/alert_spec.rb +2 -2
- data/spec/models/audio_stream_spec.rb +2 -2
- data/spec/models/container_spec.rb +2 -2
- data/spec/models/data_1_spec.rb +2 -2
- data/spec/models/data_spec.rb +2 -2
- data/spec/models/extra_file_spec.rb +2 -2
- data/spec/models/inline_response_200_spec.rb +48 -0
- data/spec/models/inline_response_422_spec.rb +42 -0
- data/spec/models/job_data_spec.rb +8 -2
- data/spec/models/job_details_result_spec.rb +8 -2
- data/spec/models/job_details_spec.rb +14 -2
- data/spec/models/job_spec.rb +63 -3
- data/spec/models/jobs_collection_spec.rb +2 -2
- data/spec/models/media_spec.rb +2 -2
- data/spec/models/options_spec.rb +2 -2
- data/spec/models/project_spec.rb +2 -2
- data/spec/models/proxy_spec.rb +2 -2
- data/spec/models/summary_spec.rb +72 -0
- data/spec/models/synchronization_event_spec.rb +54 -0
- data/spec/models/template_spec.rb +66 -0
- data/spec/models/upload_session_spec.rb +2 -2
- data/spec/models/video_stream_spec.rb +2 -2
- data/spec/models/video_upload_body_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- data/telestream_cloud_qc.gemspec +2 -2
- metadata +35 -15
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#QC API
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.0.
|
6
|
+
OpenAPI spec version: 2.0.3
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
data/spec/models/media_spec.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#QC API
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.0.
|
6
|
+
OpenAPI spec version: 2.0.3
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
data/spec/models/options_spec.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#QC API
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.0.
|
6
|
+
OpenAPI spec version: 2.0.3
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
data/spec/models/project_spec.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#QC API
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.0.
|
6
|
+
OpenAPI spec version: 2.0.3
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
data/spec/models/proxy_spec.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#QC API
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.0.
|
6
|
+
OpenAPI spec version: 2.0.3
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -0,0 +1,72 @@
|
|
1
|
+
=begin
|
2
|
+
#Qc API
|
3
|
+
|
4
|
+
#QC API
|
5
|
+
|
6
|
+
OpenAPI spec version: 2.0.3
|
7
|
+
Contact: cloudsupport@telestream.net
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for TelestreamCloud::Qc::Summary
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'Summary' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = TelestreamCloud::Qc::Summary.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of Summary' do
|
31
|
+
it 'should create an instance of Summary' do
|
32
|
+
expect(@instance).to be_instance_of(TelestreamCloud::Qc::Summary)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "num_sync_events"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "avsync_analysis"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "avsync_inference"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe 'test attribute "confidence"' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
describe 'test attribute "skew"' do
|
60
|
+
it 'should work' do
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
describe 'test attribute "total_length"' do
|
66
|
+
it 'should work' do
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
71
|
+
end
|
72
|
+
|
@@ -0,0 +1,54 @@
|
|
1
|
+
=begin
|
2
|
+
#Qc API
|
3
|
+
|
4
|
+
#QC API
|
5
|
+
|
6
|
+
OpenAPI spec version: 2.0.3
|
7
|
+
Contact: cloudsupport@telestream.net
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for TelestreamCloud::Qc::SynchronizationEvent
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'SynchronizationEvent' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = TelestreamCloud::Qc::SynchronizationEvent.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of SynchronizationEvent' do
|
31
|
+
it 'should create an instance of SynchronizationEvent' do
|
32
|
+
expect(@instance).to be_instance_of(TelestreamCloud::Qc::SynchronizationEvent)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "timestamp"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "skew"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "result"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
end
|
54
|
+
|
@@ -0,0 +1,66 @@
|
|
1
|
+
=begin
|
2
|
+
#Qc API
|
3
|
+
|
4
|
+
#QC API
|
5
|
+
|
6
|
+
OpenAPI spec version: 2.0.3
|
7
|
+
Contact: cloudsupport@telestream.net
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for TelestreamCloud::Qc::Template
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'Template' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = TelestreamCloud::Qc::Template.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of Template' do
|
31
|
+
it 'should create an instance of Template' do
|
32
|
+
expect(@instance).to be_instance_of(TelestreamCloud::Qc::Template)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "name"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "type"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "description"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe 'test attribute "produces"' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
describe 'test attribute "takes"' do
|
60
|
+
it 'should work' do
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
end
|
66
|
+
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#QC API
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.0.
|
6
|
+
OpenAPI spec version: 2.0.3
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#QC API
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.0.
|
6
|
+
OpenAPI spec version: 2.0.3
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#QC API
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.0.
|
6
|
+
OpenAPI spec version: 2.0.3
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
data/spec/spec_helper.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#QC API
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.0.
|
6
|
+
OpenAPI spec version: 2.0.3
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
data/telestream_cloud_qc.gemspec
CHANGED
@@ -5,10 +5,10 @@
|
|
5
5
|
|
6
6
|
#QC API
|
7
7
|
|
8
|
-
OpenAPI spec version: 2.0.
|
8
|
+
OpenAPI spec version: 2.0.3
|
9
9
|
Contact: cloudsupport@telestream.net
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
11
|
-
Swagger Codegen version: 2.3.
|
11
|
+
Swagger Codegen version: 2.3.1
|
12
12
|
|
13
13
|
=end
|
14
14
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: telestream_cloud_qc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Telestream Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -226,6 +226,8 @@ files:
|
|
226
226
|
- docs/Data.md
|
227
227
|
- docs/Data1.md
|
228
228
|
- docs/ExtraFile.md
|
229
|
+
- docs/InlineResponse200.md
|
230
|
+
- docs/InlineResponse422.md
|
229
231
|
- docs/Job.md
|
230
232
|
- docs/JobData.md
|
231
233
|
- docs/JobDetails.md
|
@@ -236,6 +238,9 @@ files:
|
|
236
238
|
- docs/Project.md
|
237
239
|
- docs/Proxy.md
|
238
240
|
- docs/QcApi.md
|
241
|
+
- docs/Summary.md
|
242
|
+
- docs/SynchronizationEvent.md
|
243
|
+
- docs/Template.md
|
239
244
|
- docs/UploadSession.md
|
240
245
|
- docs/VideoStream.md
|
241
246
|
- docs/VideoUploadBody.md
|
@@ -251,6 +256,8 @@ files:
|
|
251
256
|
- lib/telestream_cloud_qc/models/data.rb
|
252
257
|
- lib/telestream_cloud_qc/models/data_1.rb
|
253
258
|
- lib/telestream_cloud_qc/models/extra_file.rb
|
259
|
+
- lib/telestream_cloud_qc/models/inline_response_200.rb
|
260
|
+
- lib/telestream_cloud_qc/models/inline_response_422.rb
|
254
261
|
- lib/telestream_cloud_qc/models/job.rb
|
255
262
|
- lib/telestream_cloud_qc/models/job_data.rb
|
256
263
|
- lib/telestream_cloud_qc/models/job_details.rb
|
@@ -260,6 +267,9 @@ files:
|
|
260
267
|
- lib/telestream_cloud_qc/models/options.rb
|
261
268
|
- lib/telestream_cloud_qc/models/project.rb
|
262
269
|
- lib/telestream_cloud_qc/models/proxy.rb
|
270
|
+
- lib/telestream_cloud_qc/models/summary.rb
|
271
|
+
- lib/telestream_cloud_qc/models/synchronization_event.rb
|
272
|
+
- lib/telestream_cloud_qc/models/template.rb
|
263
273
|
- lib/telestream_cloud_qc/models/upload_session.rb
|
264
274
|
- lib/telestream_cloud_qc/models/video_stream.rb
|
265
275
|
- lib/telestream_cloud_qc/models/video_upload_body.rb
|
@@ -274,6 +284,8 @@ files:
|
|
274
284
|
- spec/models/data_1_spec.rb
|
275
285
|
- spec/models/data_spec.rb
|
276
286
|
- spec/models/extra_file_spec.rb
|
287
|
+
- spec/models/inline_response_200_spec.rb
|
288
|
+
- spec/models/inline_response_422_spec.rb
|
277
289
|
- spec/models/job_data_spec.rb
|
278
290
|
- spec/models/job_details_result_spec.rb
|
279
291
|
- spec/models/job_details_spec.rb
|
@@ -283,6 +295,9 @@ files:
|
|
283
295
|
- spec/models/options_spec.rb
|
284
296
|
- spec/models/project_spec.rb
|
285
297
|
- spec/models/proxy_spec.rb
|
298
|
+
- spec/models/summary_spec.rb
|
299
|
+
- spec/models/synchronization_event_spec.rb
|
300
|
+
- spec/models/template_spec.rb
|
286
301
|
- spec/models/upload_session_spec.rb
|
287
302
|
- spec/models/video_stream_spec.rb
|
288
303
|
- spec/models/video_upload_body_spec.rb
|
@@ -315,22 +330,27 @@ test_files:
|
|
315
330
|
- spec/api/qc_api_spec.rb
|
316
331
|
- spec/api_client_spec.rb
|
317
332
|
- spec/configuration_spec.rb
|
333
|
+
- spec/models/summary_spec.rb
|
334
|
+
- spec/models/extra_file_spec.rb
|
318
335
|
- spec/models/alert_spec.rb
|
319
|
-
- spec/models/
|
320
|
-
- spec/models/
|
336
|
+
- spec/models/upload_session_spec.rb
|
337
|
+
- spec/models/media_spec.rb
|
338
|
+
- spec/models/project_spec.rb
|
339
|
+
- spec/models/video_upload_body_spec.rb
|
340
|
+
- spec/models/video_stream_spec.rb
|
341
|
+
- spec/models/options_spec.rb
|
342
|
+
- spec/models/inline_response_422_spec.rb
|
343
|
+
- spec/models/job_spec.rb
|
344
|
+
- spec/models/proxy_spec.rb
|
321
345
|
- spec/models/data_1_spec.rb
|
322
346
|
- spec/models/data_spec.rb
|
323
|
-
- spec/models/extra_file_spec.rb
|
324
|
-
- spec/models/job_data_spec.rb
|
325
|
-
- spec/models/job_details_result_spec.rb
|
326
347
|
- spec/models/job_details_spec.rb
|
327
|
-
- spec/models/
|
348
|
+
- spec/models/inline_response_200_spec.rb
|
349
|
+
- spec/models/template_spec.rb
|
350
|
+
- spec/models/synchronization_event_spec.rb
|
351
|
+
- spec/models/audio_stream_spec.rb
|
352
|
+
- spec/models/job_data_spec.rb
|
328
353
|
- spec/models/jobs_collection_spec.rb
|
329
|
-
- spec/models/
|
330
|
-
- spec/models/
|
331
|
-
- spec/models/project_spec.rb
|
332
|
-
- spec/models/proxy_spec.rb
|
333
|
-
- spec/models/upload_session_spec.rb
|
334
|
-
- spec/models/video_stream_spec.rb
|
335
|
-
- spec/models/video_upload_body_spec.rb
|
354
|
+
- spec/models/container_spec.rb
|
355
|
+
- spec/models/job_details_result_spec.rb
|
336
356
|
- spec/spec_helper.rb
|