telestream_cloud_flip 2.0.0 → 2.0.1
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 +1 -1
- data/docs/CreateVideoBody.md +6 -0
- data/docs/Encoding.md +9 -9
- data/docs/Profile.md +1 -0
- data/docs/Video.md +3 -3
- data/lib/telestream_cloud_flip.rb +2 -2
- data/lib/telestream_cloud_flip/api/flip_api.rb +2 -2
- data/lib/telestream_cloud_flip/api_client.rb +2 -2
- data/lib/telestream_cloud_flip/api_error.rb +2 -2
- data/lib/telestream_cloud_flip/configuration.rb +2 -2
- data/lib/telestream_cloud_flip/models/canceled_response.rb +2 -2
- data/lib/telestream_cloud_flip/models/cloud_notification_settings.rb +2 -2
- data/lib/telestream_cloud_flip/models/cloud_notification_settings_events.rb +2 -2
- data/lib/telestream_cloud_flip/models/copy_profile_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/count_response.rb +2 -2
- data/lib/telestream_cloud_flip/models/create_encoding_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/create_video_body.rb +67 -6
- data/lib/telestream_cloud_flip/models/deleted_response.rb +2 -2
- data/lib/telestream_cloud_flip/models/encoding.rb +11 -11
- data/lib/telestream_cloud_flip/models/encoding_signed_url.rb +2 -2
- data/lib/telestream_cloud_flip/models/encoding_signed_urls.rb +2 -2
- data/lib/telestream_cloud_flip/models/error.rb +2 -2
- data/lib/telestream_cloud_flip/models/extra_file.rb +2 -2
- data/lib/telestream_cloud_flip/models/factory.rb +2 -2
- data/lib/telestream_cloud_flip/models/factory_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/factory_body_storage_credential_attributes.rb +2 -2
- data/lib/telestream_cloud_flip/models/factory_sync.rb +2 -2
- data/lib/telestream_cloud_flip/models/factory_sync_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/paginated_encodings_collection.rb +2 -2
- data/lib/telestream_cloud_flip/models/paginated_factory_collection.rb +2 -2
- data/lib/telestream_cloud_flip/models/paginated_profiles_collection.rb +2 -2
- data/lib/telestream_cloud_flip/models/paginated_video_collection.rb +2 -2
- data/lib/telestream_cloud_flip/models/paginated_workflows_collection.rb +2 -2
- data/lib/telestream_cloud_flip/models/profile.rb +13 -15
- data/lib/telestream_cloud_flip/models/profile_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/resubmit_video_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/retried_response.rb +2 -2
- data/lib/telestream_cloud_flip/models/signed_video_url.rb +2 -2
- data/lib/telestream_cloud_flip/models/update_encoding_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/upload_session.rb +2 -2
- data/lib/telestream_cloud_flip/models/video.rb +5 -5
- data/lib/telestream_cloud_flip/models/video_metadata.rb +2 -2
- data/lib/telestream_cloud_flip/models/video_upload_body.rb +2 -2
- data/lib/telestream_cloud_flip/uploader.rb +12 -0
- data/lib/telestream_cloud_flip/version.rb +3 -3
- data/spec/api/flip_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/canceled_response_spec.rb +2 -2
- data/spec/models/cloud_notification_settings_events_spec.rb +2 -2
- data/spec/models/cloud_notification_settings_spec.rb +2 -2
- data/spec/models/copy_profile_body_spec.rb +2 -2
- data/spec/models/count_response_spec.rb +2 -2
- data/spec/models/create_encoding_body_spec.rb +2 -2
- data/spec/models/create_video_body_spec.rb +38 -2
- data/spec/models/deleted_response_spec.rb +2 -2
- data/spec/models/encoding_signed_url_spec.rb +2 -2
- data/spec/models/encoding_signed_urls_spec.rb +2 -2
- data/spec/models/encoding_spec.rb +2 -2
- data/spec/models/error_spec.rb +2 -2
- data/spec/models/extra_file_spec.rb +2 -2
- data/spec/models/factory_body_spec.rb +2 -2
- data/spec/models/factory_body_storage_credential_attributes_spec.rb +2 -2
- data/spec/models/factory_spec.rb +2 -2
- data/spec/models/factory_sync_body_spec.rb +2 -2
- data/spec/models/factory_sync_spec.rb +2 -2
- data/spec/models/paginated_encodings_collection_spec.rb +2 -2
- data/spec/models/paginated_factory_collection_spec.rb +2 -2
- data/spec/models/paginated_profiles_collection_spec.rb +2 -2
- data/spec/models/paginated_video_collection_spec.rb +2 -2
- data/spec/models/paginated_workflows_collection_spec.rb +2 -2
- data/spec/models/profile_body_spec.rb +2 -2
- data/spec/models/profile_spec.rb +8 -6
- data/spec/models/resubmit_video_body_spec.rb +2 -2
- data/spec/models/retried_response_spec.rb +2 -2
- data/spec/models/signed_video_url_spec.rb +2 -2
- data/spec/models/update_encoding_body_spec.rb +2 -2
- data/spec/models/upload_session_spec.rb +2 -2
- data/spec/models/video_metadata_spec.rb +2 -2
- data/spec/models/video_spec.rb +2 -2
- data/spec/models/video_upload_body_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- data/telestream_cloud_flip.gemspec +2 -2
- metadata +28 -28
data/spec/api_client_spec.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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/configuration_spec.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
|
@@ -62,5 +62,41 @@ describe 'CreateVideoBody' do
|
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
|
+
describe 'test attribute "extra_files"' 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
|
+
describe 'test attribute "extra_variables"' do
|
72
|
+
it 'should work' do
|
73
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
describe 'test attribute "path_format"' do
|
78
|
+
it 'should work' do
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
|
+
end
|
81
|
+
end
|
82
|
+
|
83
|
+
describe 'test attribute "clip_end"' do
|
84
|
+
it 'should work' do
|
85
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
describe 'test attribute "clip_length"' do
|
90
|
+
it 'should work' do
|
91
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
describe 'test attribute "clip_offset"' do
|
96
|
+
it 'should work' do
|
97
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
65
101
|
end
|
66
102
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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/error_spec.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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/factory_spec.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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/profile_spec.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
|
@@ -172,6 +172,12 @@ describe 'Profile' do
|
|
172
172
|
end
|
173
173
|
end
|
174
174
|
|
175
|
+
describe 'test attribute "clip_end"' do
|
176
|
+
it 'should work' do
|
177
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
178
|
+
end
|
179
|
+
end
|
180
|
+
|
175
181
|
describe 'test attribute "clip_length"' do
|
176
182
|
it 'should work' do
|
177
183
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -449,10 +455,6 @@ describe 'Profile' do
|
|
449
455
|
describe 'test attribute "preset_name"' do
|
450
456
|
it 'should work' do
|
451
457
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
452
|
-
#validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["aac", "avc.intra", "dash.variant", "dash.variant.audio", "dash.variant.webvtt", "dash.variant.ttml", "dash.variant.playlist", "dash.variant.nvenc", "dash.muxer", "dash.muxer.audio", "dnxhd", "h264", "h264.baseline", "h264.nvenc.telestream.mov", "h264.nvenc", "h265", "h265.4K", "hls.muxer", "hls.muxer.audio", "hls.variant", "hls.variant.audio", "hls.variant.playlist", "hls.variant.nvenc", "hls.variant.webvtt", "hss", "hss.variant", "hss.variant.audio", "hss.variant.playlist", "imx", "jpeg", "m4a", "mp3", "mpeg2", "mpegps", "mpegts.h264", "png", "prores422", "quick_one_thumbnail", "thumbnail", "webm.vp8", "webm.vp9", "xdcam"])
|
453
|
-
#validator.allowable_values.each do |value|
|
454
|
-
# expect { @instance.preset_name = value }.not_to raise_error
|
455
|
-
#end
|
456
458
|
end
|
457
459
|
end
|
458
460
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
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
|
|