Skip to content

Commit f2914d3

Browse files
authored
5.1.0 (#93)
* 5.1.0 * update gemfile.lock * update
1 parent 8930806 commit f2914d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3077
-86
lines changed

.openapi-generator/FILES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ Gemfile
55
README.md
66
Rakefile
77
docs/AbridgedVideoView.md
8+
docs/Annotation.md
9+
docs/AnnotationInput.md
10+
docs/AnnotationResponse.md
11+
docs/AnnotationsApi.md
812
docs/Asset.md
913
docs/AssetErrors.md
1014
docs/AssetGeneratedSubtitleSettings.md
1115
docs/AssetMaster.md
1216
docs/AssetMetadata.md
1317
docs/AssetNonStandardInputReasons.md
18+
docs/AssetProgress.md
1419
docs/AssetRecordingTimes.md
1520
docs/AssetResponse.md
1621
docs/AssetStaticRenditions.md
@@ -80,6 +85,7 @@ docs/InputTrack.md
8085
docs/Insight.md
8186
docs/LaunchWebInputResponse.md
8287
docs/ListAllMetricValuesResponse.md
88+
docs/ListAnnotationsResponse.md
8389
docs/ListAssetsResponse.md
8490
docs/ListBreakdownValuesResponse.md
8591
docs/ListBreakdownValuesResponseMeta.md
@@ -111,6 +117,7 @@ docs/ListWebInputsResponse.md
111117
docs/LiveStream.md
112118
docs/LiveStreamEmbeddedSubtitleSettings.md
113119
docs/LiveStreamGeneratedSubtitleSettings.md
120+
docs/LiveStreamMetadata.md
114121
docs/LiveStreamResponse.md
115122
docs/LiveStreamStatus.md
116123
docs/LiveStreamsApi.md
@@ -179,6 +186,7 @@ docs/WebInput.md
179186
docs/WebInputResponse.md
180187
docs/WebInputsApi.md
181188
lib/mux_ruby.rb
189+
lib/mux_ruby/api/annotations_api.rb
182190
lib/mux_ruby/api/assets_api.rb
183191
lib/mux_ruby/api/delivery_usage_api.rb
184192
lib/mux_ruby/api/dimensions_api.rb
@@ -204,12 +212,16 @@ lib/mux_ruby/api_error.rb
204212
lib/mux_ruby/configuration.rb
205213
lib/mux_ruby/configuration.rb
206214
lib/mux_ruby/models/abridged_video_view.rb
215+
lib/mux_ruby/models/annotation.rb
216+
lib/mux_ruby/models/annotation_input.rb
217+
lib/mux_ruby/models/annotation_response.rb
207218
lib/mux_ruby/models/asset.rb
208219
lib/mux_ruby/models/asset_errors.rb
209220
lib/mux_ruby/models/asset_generated_subtitle_settings.rb
210221
lib/mux_ruby/models/asset_master.rb
211222
lib/mux_ruby/models/asset_metadata.rb
212223
lib/mux_ruby/models/asset_non_standard_input_reasons.rb
224+
lib/mux_ruby/models/asset_progress.rb
213225
lib/mux_ruby/models/asset_recording_times.rb
214226
lib/mux_ruby/models/asset_response.rb
215227
lib/mux_ruby/models/asset_static_renditions.rb
@@ -270,6 +282,7 @@ lib/mux_ruby/models/input_track.rb
270282
lib/mux_ruby/models/insight.rb
271283
lib/mux_ruby/models/launch_web_input_response.rb
272284
lib/mux_ruby/models/list_all_metric_values_response.rb
285+
lib/mux_ruby/models/list_annotations_response.rb
273286
lib/mux_ruby/models/list_assets_response.rb
274287
lib/mux_ruby/models/list_breakdown_values_response.rb
275288
lib/mux_ruby/models/list_breakdown_values_response_meta.rb
@@ -301,6 +314,7 @@ lib/mux_ruby/models/list_web_inputs_response.rb
301314
lib/mux_ruby/models/live_stream.rb
302315
lib/mux_ruby/models/live_stream_embedded_subtitle_settings.rb
303316
lib/mux_ruby/models/live_stream_generated_subtitle_settings.rb
317+
lib/mux_ruby/models/live_stream_metadata.rb
304318
lib/mux_ruby/models/live_stream_response.rb
305319
lib/mux_ruby/models/live_stream_status.rb
306320
lib/mux_ruby/models/metric.rb

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
mux_ruby (5.0.1)
4+
mux_ruby (5.1.0)
55
typhoeus (~> 1.0, >= 1.0.1)
66

77
GEM

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Not familiar with Mux? Check out https://mux.com/ for more information.
2323
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
2424

2525
- API version: v1
26-
- Package version: 5.0.1
26+
- Package version: 5.1.0
2727
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
2828
For more information, please visit [https://docs.mux.com](https://docs.mux.com)
2929

@@ -40,16 +40,16 @@ gem build mux_ruby.gemspec
4040
Then either install the gem locally:
4141

4242
```shell
43-
gem install ./mux_ruby-5.0.1.gem
43+
gem install ./mux_ruby-5.1.0.gem
4444
```
4545

46-
(for development, run `gem install --dev ./mux_ruby-5.0.1.gem` to install the development dependencies)
46+
(for development, run `gem install --dev ./mux_ruby-5.1.0.gem` to install the development dependencies)
4747

4848
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
4949

5050
Finally add this to the Gemfile:
5151

52-
gem 'mux_ruby', '~> 5.0.1'
52+
gem 'mux_ruby', '~> 5.1.0'
5353

5454
### Install from Git
5555

docs/Annotation.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# MuxRuby::Annotation
2+
3+
## Properties
4+
5+
| Name | Type | Description | Notes |
6+
| ---- | ---- | ----------- | ----- |
7+
| **id** | **String** | Unique identifier for the annotation | [optional] |
8+
| **note** | **String** | The annotation note content | [optional] |
9+
| **date** | **Time** | Datetime when the annotation applies | [optional] |
10+
| **sub_property_id** | **String** | Customer-defined sub-property identifier | [optional] |
11+
12+
## Example
13+
14+
```ruby
15+
require 'mux_ruby'
16+
17+
instance = MuxRuby::Annotation.new(
18+
id: null,
19+
note: null,
20+
date: null,
21+
sub_property_id: null
22+
)
23+
```
24+

docs/AnnotationInput.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# MuxRuby::AnnotationInput
2+
3+
## Properties
4+
5+
| Name | Type | Description | Notes |
6+
| ---- | ---- | ----------- | ----- |
7+
| **note** | **String** | The annotation note content | [optional] |
8+
| **date** | **Integer** | Datetime when the annotation applies (Unix timestamp) | [optional] |
9+
| **sub_property_id** | **String** | Customer-defined sub-property identifier | [optional] |
10+
11+
## Example
12+
13+
```ruby
14+
require 'mux_ruby'
15+
16+
instance = MuxRuby::AnnotationInput.new(
17+
note: null,
18+
date: null,
19+
sub_property_id: null
20+
)
21+
```
22+

docs/AnnotationResponse.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# MuxRuby::AnnotationResponse
2+
3+
## Properties
4+
5+
| Name | Type | Description | Notes |
6+
| ---- | ---- | ----------- | ----- |
7+
| **data** | [**Annotation**](Annotation.md) | | [optional] |
8+
9+
## Example
10+
11+
```ruby
12+
require 'mux_ruby'
13+
14+
instance = MuxRuby::AnnotationResponse.new(
15+
data: null
16+
)
17+
```
18+

0 commit comments

Comments
 (0)