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.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/docs/CreateVideoBody.md +6 -0
  4. data/docs/Encoding.md +9 -9
  5. data/docs/Profile.md +1 -0
  6. data/docs/Video.md +3 -3
  7. data/lib/telestream_cloud_flip.rb +2 -2
  8. data/lib/telestream_cloud_flip/api/flip_api.rb +2 -2
  9. data/lib/telestream_cloud_flip/api_client.rb +2 -2
  10. data/lib/telestream_cloud_flip/api_error.rb +2 -2
  11. data/lib/telestream_cloud_flip/configuration.rb +2 -2
  12. data/lib/telestream_cloud_flip/models/canceled_response.rb +2 -2
  13. data/lib/telestream_cloud_flip/models/cloud_notification_settings.rb +2 -2
  14. data/lib/telestream_cloud_flip/models/cloud_notification_settings_events.rb +2 -2
  15. data/lib/telestream_cloud_flip/models/copy_profile_body.rb +2 -2
  16. data/lib/telestream_cloud_flip/models/count_response.rb +2 -2
  17. data/lib/telestream_cloud_flip/models/create_encoding_body.rb +2 -2
  18. data/lib/telestream_cloud_flip/models/create_video_body.rb +67 -6
  19. data/lib/telestream_cloud_flip/models/deleted_response.rb +2 -2
  20. data/lib/telestream_cloud_flip/models/encoding.rb +11 -11
  21. data/lib/telestream_cloud_flip/models/encoding_signed_url.rb +2 -2
  22. data/lib/telestream_cloud_flip/models/encoding_signed_urls.rb +2 -2
  23. data/lib/telestream_cloud_flip/models/error.rb +2 -2
  24. data/lib/telestream_cloud_flip/models/extra_file.rb +2 -2
  25. data/lib/telestream_cloud_flip/models/factory.rb +2 -2
  26. data/lib/telestream_cloud_flip/models/factory_body.rb +2 -2
  27. data/lib/telestream_cloud_flip/models/factory_body_storage_credential_attributes.rb +2 -2
  28. data/lib/telestream_cloud_flip/models/factory_sync.rb +2 -2
  29. data/lib/telestream_cloud_flip/models/factory_sync_body.rb +2 -2
  30. data/lib/telestream_cloud_flip/models/paginated_encodings_collection.rb +2 -2
  31. data/lib/telestream_cloud_flip/models/paginated_factory_collection.rb +2 -2
  32. data/lib/telestream_cloud_flip/models/paginated_profiles_collection.rb +2 -2
  33. data/lib/telestream_cloud_flip/models/paginated_video_collection.rb +2 -2
  34. data/lib/telestream_cloud_flip/models/paginated_workflows_collection.rb +2 -2
  35. data/lib/telestream_cloud_flip/models/profile.rb +13 -15
  36. data/lib/telestream_cloud_flip/models/profile_body.rb +2 -2
  37. data/lib/telestream_cloud_flip/models/resubmit_video_body.rb +2 -2
  38. data/lib/telestream_cloud_flip/models/retried_response.rb +2 -2
  39. data/lib/telestream_cloud_flip/models/signed_video_url.rb +2 -2
  40. data/lib/telestream_cloud_flip/models/update_encoding_body.rb +2 -2
  41. data/lib/telestream_cloud_flip/models/upload_session.rb +2 -2
  42. data/lib/telestream_cloud_flip/models/video.rb +5 -5
  43. data/lib/telestream_cloud_flip/models/video_metadata.rb +2 -2
  44. data/lib/telestream_cloud_flip/models/video_upload_body.rb +2 -2
  45. data/lib/telestream_cloud_flip/uploader.rb +12 -0
  46. data/lib/telestream_cloud_flip/version.rb +3 -3
  47. data/spec/api/flip_api_spec.rb +2 -2
  48. data/spec/api_client_spec.rb +2 -2
  49. data/spec/configuration_spec.rb +2 -2
  50. data/spec/models/canceled_response_spec.rb +2 -2
  51. data/spec/models/cloud_notification_settings_events_spec.rb +2 -2
  52. data/spec/models/cloud_notification_settings_spec.rb +2 -2
  53. data/spec/models/copy_profile_body_spec.rb +2 -2
  54. data/spec/models/count_response_spec.rb +2 -2
  55. data/spec/models/create_encoding_body_spec.rb +2 -2
  56. data/spec/models/create_video_body_spec.rb +38 -2
  57. data/spec/models/deleted_response_spec.rb +2 -2
  58. data/spec/models/encoding_signed_url_spec.rb +2 -2
  59. data/spec/models/encoding_signed_urls_spec.rb +2 -2
  60. data/spec/models/encoding_spec.rb +2 -2
  61. data/spec/models/error_spec.rb +2 -2
  62. data/spec/models/extra_file_spec.rb +2 -2
  63. data/spec/models/factory_body_spec.rb +2 -2
  64. data/spec/models/factory_body_storage_credential_attributes_spec.rb +2 -2
  65. data/spec/models/factory_spec.rb +2 -2
  66. data/spec/models/factory_sync_body_spec.rb +2 -2
  67. data/spec/models/factory_sync_spec.rb +2 -2
  68. data/spec/models/paginated_encodings_collection_spec.rb +2 -2
  69. data/spec/models/paginated_factory_collection_spec.rb +2 -2
  70. data/spec/models/paginated_profiles_collection_spec.rb +2 -2
  71. data/spec/models/paginated_video_collection_spec.rb +2 -2
  72. data/spec/models/paginated_workflows_collection_spec.rb +2 -2
  73. data/spec/models/profile_body_spec.rb +2 -2
  74. data/spec/models/profile_spec.rb +8 -6
  75. data/spec/models/resubmit_video_body_spec.rb +2 -2
  76. data/spec/models/retried_response_spec.rb +2 -2
  77. data/spec/models/signed_video_url_spec.rb +2 -2
  78. data/spec/models/update_encoding_body_spec.rb +2 -2
  79. data/spec/models/upload_session_spec.rb +2 -2
  80. data/spec/models/video_metadata_spec.rb +2 -2
  81. data/spec/models/video_spec.rb +2 -2
  82. data/spec/models/video_upload_body_spec.rb +2 -2
  83. data/spec/spec_helper.rb +2 -2
  84. data/telestream_cloud_flip.gemspec +2 -2
  85. metadata +28 -28
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95853ff716c2f4e6b82b9911123c536fe1f21060
4
- data.tar.gz: cf7f9cfab031ec209703edf7b2092d3da7c085dd
3
+ metadata.gz: 13bfa07c911d60ec3387baa23272cd12ea94a2b5
4
+ data.tar.gz: 07d32d7a1d8ab6c2579c4f5c4970087b54ff60e4
5
5
  SHA512:
6
- metadata.gz: 0bf6f3ae138e5f44ac05e2ebb7079bf6eac7c6168d089a057874c15185c753fed1f00a67bd78350149a4414c7c4b8ecbee42265b155a1689a7ae7fa8a8106cd4
7
- data.tar.gz: 965d43fac20540f095ffab5d5d4819b2285ec76e9bb8573067b8876b99e5467932cab35465f66fa5abad25f60fb9ba55679ea35e90daa59ab67b4ac6b02ebc10
6
+ metadata.gz: 763ab22b16e7654db82013eb1319e8439ef2619d32f253ddd8990b8fe2f268c667c4ada121303fd99730d7bef07ae285ef3757fd8c0876d343b74ffb62144e42
7
+ data.tar.gz: 6921a99408b216341dffa33a03113374a108869b21d3cb3a141e6fbc2fcb947521178d4cbb360d3ffb83bc6e9fdbe20b33e8100545003aaeddd2adefd58a7783
data/README.md CHANGED
@@ -6,7 +6,7 @@ This library provides a low-level interface to the REST API of Telestream Cloud,
6
6
  ### Initialize client
7
7
 
8
8
  ```ruby
9
- require 'telestream_cloud'
9
+ require 'telestream_cloud/flip'
10
10
 
11
11
  TelestreamCloud::Flip.configure do |config|
12
12
  config.api_key['X-Api-Key'] = '[API KEY]'
@@ -8,5 +8,11 @@ Name | Type | Description | Notes
8
8
  **payload** | **String** | Arbitrary string stored along the Video object. | [optional]
9
9
  **pipeline** | **String** | String-encoded JSON describing profiles pipeline. | [optional]
10
10
  **subtitle_files** | **Array<String>** | A list of urls pointing to remote subtitle files. | [optional]
11
+ **extra_files** | **Hash<String, Array<String>>** | | [optional]
12
+ **extra_variables** | **Hash<String, String>** | | [optional]
13
+ **path_format** | **String** | | [optional]
14
+ **clip_end** | **String** | Clip ends at a specific time. | [optional]
15
+ **clip_length** | **String** | A clip’s duration. | [optional]
16
+ **clip_offset** | **String** | Clip starts at a specific offset. | [optional]
11
17
 
12
18
 
@@ -7,20 +7,20 @@ Name | Type | Description | Notes
7
7
  **audio_bitrate** | **Integer** | Audio bitrate (in bits/s). | [optional]
8
8
  **audio_channels** | **Integer** | A number of audio channels. | [optional]
9
9
  **audio_codec** | **String** | A codec that is used to encode audio streams. | [optional]
10
- **audio_sample_rate** | **String** | A number of samples of audio carried per second. | [optional]
10
+ **audio_sample_rate** | **Integer** | A number of samples of audio carried per second. | [optional]
11
11
  **created_at** | **String** | A date and time when the Encoding has been created. | [optional]
12
- **duration** | **String** | | [optional]
13
- **encoding_progress** | **String** | | [optional]
14
- **encoding_time** | **String** | | [optional]
12
+ **duration** | **Integer** | | [optional]
13
+ **encoding_progress** | **Integer** | | [optional]
14
+ **encoding_time** | **Integer** | | [optional]
15
15
  **error_class** | **String** | A class of an error that has occurred during the encoding process. It is present only if the encoding status is equal to `fail`. | [optional]
16
16
  **error_message** | **String** | A message that explains why the encoding process has resulted in an error. It is present only if the encoding status is equal to `fail`. | [optional]
17
17
  **external_id** | **String** | | [optional]
18
18
  **extname** | **String** | Extension of the output file. | [optional]
19
- **file_size** | **String** | A size of the output file. | [optional]
19
+ **file_size** | **Integer** | A size of the output file. | [optional]
20
20
  **files** | **Array<String>** | An array of output file names. | [optional]
21
- **fps** | **String** | Number of frames per second. | [optional]
22
- **height** | **String** | Height of the output video. | [optional]
23
- **width** | **String** | Width of the output video. | [optional]
21
+ **fps** | **Float** | Number of frames per second. | [optional]
22
+ **height** | **Integer** | Height of the output video. | [optional]
23
+ **width** | **Integer** | Width of the output video. | [optional]
24
24
  **logfile_url** | **String** | An URL pointing to a logfile. | [optional]
25
25
  **mime_type** | **String** | A mime type of the encoded file. | [optional]
26
26
  **parent_encoding_id** | **String** | | [optional]
@@ -31,7 +31,7 @@ Name | Type | Description | Notes
31
31
  **started_encoding_at** | **String** | A date and time when the encoding process has been started | [optional]
32
32
  **status** | **String** | Determines at what stage the encoding process is at the moment. | [optional]
33
33
  **updated_at** | **String** | A date and time when a Encoding has been updated last time. | [optional]
34
- **video_bitrate** | **String** | video bitrate (in bits/s) | [optional]
34
+ **video_bitrate** | **Integer** | video bitrate (in bits/s) | [optional]
35
35
  **video_codec** | **String** | A codec that is used to encode video streams. | [optional]
36
36
  **video_id** | **String** | An id of a related Video object | [optional]
37
37
 
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
23
23
  **buffer_size_in_packets** | **String** | todo | [optional]
24
24
  **bumpers** | **String** | | [optional]
25
25
  **byte_range_requests** | **BOOLEAN** | | [optional]
26
+ **clip_end** | **String** | Clip ends at a specific time. | [optional]
26
27
  **clip_length** | **String** | A clip’s duration. | [optional]
27
28
  **clip_offset** | **String** | Clip starts at a specific offset. | [optional]
28
29
  **closed_captions** | **String** | One of add (adds captions as a separate streams) or burn (burns captions on video stream using the first subtitle file). By default it is not set. | [optional]
@@ -15,9 +15,9 @@ Name | Type | Description | Notes
15
15
  **error_message** | **String** | A message that explains why the encoding process has resulted in an error. It is present only if the encoding status is equal to `fail`. | [optional]
16
16
  **extname** | **String** | Extension of the source file. | [optional]
17
17
  **file_size** | **Integer** | A size of the source file. | [optional]
18
- **fps** | **String** | Number of frames per second. | [optional]
19
- **height** | **String** | Height of the output video. | [optional]
20
- **width** | **String** | Width of the output video. | [optional]
18
+ **fps** | **Float** | Number of frames per second. | [optional]
19
+ **height** | **Integer** | Height of the output video. | [optional]
20
+ **width** | **Integer** | Width of the output video. | [optional]
21
21
  **mime_type** | **String** | A mime type of the source file. | [optional]
22
22
  **original_filename** | **String** | A name of the source file. | [optional]
23
23
  **path** | **String** | | [optional]
@@ -6,10 +6,10 @@ end
6
6
 
7
7
  #Description
8
8
 
9
- OpenAPI spec version: 3.1.0
9
+ OpenAPI spec version: 2.0.1
10
10
  Contact: cloudsupport@telestream.net
11
11
  Generated by: https://github.com/swagger-api/swagger-codegen.git
12
- Swagger Codegen version: 2.3.0
12
+ Swagger Codegen version: 2.3.1
13
13
 
14
14
  =end
15
15
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Description
5
5
 
6
- OpenAPI spec version: 3.1.0
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.0
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: 3.1.0
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.0
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: 3.1.0
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.0
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: 3.1.0
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.0
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: 3.1.0
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.0
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: 3.1.0
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.0
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: 3.1.0
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.0
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: 3.1.0
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.0
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: 3.1.0
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.0
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: 3.1.0
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.0
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: 3.1.0
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.0
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -30,6 +30,21 @@ module TelestreamCloud::Flip
30
30
  # A list of urls pointing to remote subtitle files.
31
31
  attr_accessor :subtitle_files
32
32
 
33
+ attr_accessor :extra_files
34
+
35
+ attr_accessor :extra_variables
36
+
37
+ attr_accessor :path_format
38
+
39
+ # Clip ends at a specific time.
40
+ attr_accessor :clip_end
41
+
42
+ # A clip’s duration.
43
+ attr_accessor :clip_length
44
+
45
+ # Clip starts at a specific offset.
46
+ attr_accessor :clip_offset
47
+
33
48
 
34
49
  # Attribute mapping from ruby-style variable name to JSON key.
35
50
  def self.attribute_map
@@ -38,7 +53,13 @@ module TelestreamCloud::Flip
38
53
  :'profiles' => :'profiles',
39
54
  :'payload' => :'payload',
40
55
  :'pipeline' => :'pipeline',
41
- :'subtitle_files' => :'subtitle_files'
56
+ :'subtitle_files' => :'subtitle_files',
57
+ :'extra_files' => :'extra_files',
58
+ :'extra_variables' => :'extra_variables',
59
+ :'path_format' => :'path_format',
60
+ :'clip_end' => :'clip_end',
61
+ :'clip_length' => :'clip_length',
62
+ :'clip_offset' => :'clip_offset'
42
63
  }
43
64
  end
44
65
 
@@ -49,7 +70,13 @@ module TelestreamCloud::Flip
49
70
  :'profiles' => :'String',
50
71
  :'payload' => :'String',
51
72
  :'pipeline' => :'String',
52
- :'subtitle_files' => :'Array<String>'
73
+ :'subtitle_files' => :'Array<String>',
74
+ :'extra_files' => :'Hash<String, Array<String>>',
75
+ :'extra_variables' => :'Hash<String, String>',
76
+ :'path_format' => :'String',
77
+ :'clip_end' => :'String',
78
+ :'clip_length' => :'String',
79
+ :'clip_offset' => :'String'
53
80
  }
54
81
  end
55
82
 
@@ -83,6 +110,34 @@ module TelestreamCloud::Flip
83
110
  end
84
111
  end
85
112
 
113
+ if attributes.has_key?(:'extra_files')
114
+ if (value = attributes[:'extra_files']).is_a?(Hash)
115
+ self.extra_files = value
116
+ end
117
+ end
118
+
119
+ if attributes.has_key?(:'extra_variables')
120
+ if (value = attributes[:'extra_variables']).is_a?(Hash)
121
+ self.extra_variables = value
122
+ end
123
+ end
124
+
125
+ if attributes.has_key?(:'path_format')
126
+ self.path_format = attributes[:'path_format']
127
+ end
128
+
129
+ if attributes.has_key?(:'clip_end')
130
+ self.clip_end = attributes[:'clip_end']
131
+ end
132
+
133
+ if attributes.has_key?(:'clip_length')
134
+ self.clip_length = attributes[:'clip_length']
135
+ end
136
+
137
+ if attributes.has_key?(:'clip_offset')
138
+ self.clip_offset = attributes[:'clip_offset']
139
+ end
140
+
86
141
  end
87
142
 
88
143
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -107,7 +162,13 @@ module TelestreamCloud::Flip
107
162
  profiles == o.profiles &&
108
163
  payload == o.payload &&
109
164
  pipeline == o.pipeline &&
110
- subtitle_files == o.subtitle_files
165
+ subtitle_files == o.subtitle_files &&
166
+ extra_files == o.extra_files &&
167
+ extra_variables == o.extra_variables &&
168
+ path_format == o.path_format &&
169
+ clip_end == o.clip_end &&
170
+ clip_length == o.clip_length &&
171
+ clip_offset == o.clip_offset
111
172
  end
112
173
 
113
174
  # @see the `==` method
@@ -119,7 +180,7 @@ module TelestreamCloud::Flip
119
180
  # Calculates hash code according to all attributes.
120
181
  # @return [Fixnum] Hash code
121
182
  def hash
122
- [source_url, profiles, payload, pipeline, subtitle_files].hash
183
+ [source_url, profiles, payload, pipeline, subtitle_files, extra_files, extra_variables, path_format, clip_end, clip_length, clip_offset].hash
123
184
  end
124
185
 
125
186
  # Builds the object from hash
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Description
5
5
 
6
- OpenAPI spec version: 3.1.0
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.0
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: 3.1.0
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.0
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -146,20 +146,20 @@ module TelestreamCloud::Flip
146
146
  :'audio_bitrate' => :'Integer',
147
147
  :'audio_channels' => :'Integer',
148
148
  :'audio_codec' => :'String',
149
- :'audio_sample_rate' => :'String',
149
+ :'audio_sample_rate' => :'Integer',
150
150
  :'created_at' => :'String',
151
- :'duration' => :'String',
152
- :'encoding_progress' => :'String',
153
- :'encoding_time' => :'String',
151
+ :'duration' => :'Integer',
152
+ :'encoding_progress' => :'Integer',
153
+ :'encoding_time' => :'Integer',
154
154
  :'error_class' => :'String',
155
155
  :'error_message' => :'String',
156
156
  :'external_id' => :'String',
157
157
  :'extname' => :'String',
158
- :'file_size' => :'String',
158
+ :'file_size' => :'Integer',
159
159
  :'files' => :'Array<String>',
160
- :'fps' => :'String',
161
- :'height' => :'String',
162
- :'width' => :'String',
160
+ :'fps' => :'Float',
161
+ :'height' => :'Integer',
162
+ :'width' => :'Integer',
163
163
  :'logfile_url' => :'String',
164
164
  :'mime_type' => :'String',
165
165
  :'parent_encoding_id' => :'String',
@@ -170,7 +170,7 @@ module TelestreamCloud::Flip
170
170
  :'started_encoding_at' => :'String',
171
171
  :'status' => :'String',
172
172
  :'updated_at' => :'String',
173
- :'video_bitrate' => :'String',
173
+ :'video_bitrate' => :'Integer',
174
174
  :'video_codec' => :'String',
175
175
  :'video_id' => :'String'
176
176
  }
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Description
5
5
 
6
- OpenAPI spec version: 3.1.0
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.0
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12