plex_ruby_sdk 0.4.0 → 0.4.2
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/lib/plex_ruby_sdk/authentication.rb +4 -2
- data/lib/plex_ruby_sdk/hubs.rb +35 -0
- data/lib/plex_ruby_sdk/library.rb +9 -14
- data/lib/plex_ruby_sdk/models/operations/action.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/activedirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/collection.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/defaultdirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/feature.rb +16 -4
- data/lib/plex_ruby_sdk/models/operations/field.rb +7 -7
- data/lib/plex_ruby_sdk/models/operations/fieldtype.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/flattenseasons.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_directory.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_field.rb +33 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_fieldtype.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_mediacontainer.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/get_library_details_operator.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_sort.rb +39 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_type.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/get_library_items_activedirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_collection.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_defaultdirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_flattenseasons.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_hasthumbnail.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_image.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_activedirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_defaultdirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_field.rb +33 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_fieldtype.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_filter.rb +36 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_operator.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_200_type.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_type.rb +42 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_sort.rb +47 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_type.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_media.rb +28 -16
- data/lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb +27 -8
- data/lib/plex_ruby_sdk/models/operations/get_library_items_mediaguid.rb +26 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_meta.rb +28 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb +78 -22
- data/lib/plex_ruby_sdk/models/operations/get_library_items_metadatarating.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_part.rb +28 -9
- data/lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_includemeta.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb +26 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_request.rb +10 -10
- data/lib/plex_ruby_sdk/models/operations/get_library_items_role.rb +18 -3
- data/lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_sort.rb +12 -4
- data/lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb +135 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb +33 -0
- data/lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_part.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_stream.rb +117 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_activedirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_defaultdirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_field.rb +33 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_filter.rb +36 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_response_type.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_type.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_image.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_unauthorized.rb → get_recently_added_library_badrequest.rb} +2 -2
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_country.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_director.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_filter.rb +36 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_genre.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_errors.rb → get_recently_added_library_library_errors.rb} +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_media.rb +69 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_mediacontainer.rb +49 -0
- data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_metadata.rb → get_recently_added_library_metadata.rb} +8 -8
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_part.rb +51 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_request.rb +55 -0
- data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_response.rb → get_recently_added_library_response.rb} +5 -5
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_responsebody.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_role.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_type.rb +42 -0
- data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_badrequest.rb → get_recently_added_library_unauthorized.rb} +4 -4
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_writer.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb +43 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb +252 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_operator.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_request.rb +55 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_response.rb +33 -0
- data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_responsebody.rb → get_recently_added_responsebody.rb} +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_sort.rb +47 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_type.rb +42 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_queryparam_type.rb +26 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_request.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/getpin_request.rb +8 -2
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_queryparam_type.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_userplexaccount.rb +5 -2
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_queryparam_type.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/hasthumbnail.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/media.rb +26 -20
- data/lib/plex_ruby_sdk/models/operations/meta.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/metadatarating.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/operator.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/optimizedforstreaming.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/part.rb +25 -15
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb +45 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userplexaccount.rb +5 -2
- data/lib/plex_ruby_sdk/models/operations/queryparam_includemeta.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/queryparam_type.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/role.rb +18 -3
- data/lib/plex_ruby_sdk/models/operations/showordering.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/sort.rb +19 -11
- data/lib/plex_ruby_sdk/models/operations/stream.rb +58 -40
- data/lib/plex_ruby_sdk/models/operations/type.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/ultrablurcolors.rb +33 -0
- data/lib/plex_ruby_sdk/models/operations.rb +100 -32
- data/lib/plex_ruby_sdk/sdkconfiguration.rb +3 -3
- metadata +79 -11
- data/lib/plex_ruby_sdk/models/operations/getrecentlyadded_mediacontainer.rb +0 -42
- data/lib/plex_ruby_sdk/models/operations/getrecentlyadded_request.rb +0 -33
- /data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_library_errors.rb → get_recently_added_library_errors.rb} +0 -0
@@ -11,80 +11,98 @@ module PlexRubySDK
|
|
11
11
|
class Stream < ::PlexRubySDK::Utils::FieldAugmented
|
12
12
|
extend T::Sig
|
13
13
|
|
14
|
-
|
14
|
+
# Codec used by the stream
|
15
|
+
field :codec, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('codec') } }
|
16
|
+
|
17
|
+
field :id, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('id') } }
|
18
|
+
# The index of the stream
|
19
|
+
field :index, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('index') } }
|
20
|
+
# Type of stream (1 = video, 2 = audio, 3 = subtitle)
|
21
|
+
field :stream_type, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('streamType') } }
|
22
|
+
# The audio channel layout
|
23
|
+
field :audio_channel_layout, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('audioChannelLayout') } }
|
24
|
+
# The bit depth of the video stream
|
15
25
|
field :bit_depth, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('bitDepth') } }
|
16
|
-
|
26
|
+
# The bitrate of the stream in kbps
|
17
27
|
field :bitrate, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('bitrate') } }
|
18
|
-
|
28
|
+
# Indicates if the subtitle stream can auto-sync
|
29
|
+
field :can_auto_sync, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('canAutoSync') } }
|
30
|
+
# Number of audio channels (for audio streams)
|
19
31
|
field :channels, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('channels') } }
|
20
|
-
|
32
|
+
# The chroma location of the video stream
|
21
33
|
field :chroma_location, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('chromaLocation') } }
|
22
|
-
|
34
|
+
# The chroma subsampling format
|
23
35
|
field :chroma_subsampling, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('chromaSubsampling') } }
|
24
36
|
|
25
|
-
field :
|
26
|
-
|
37
|
+
field :closed_captions, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('closedCaptions') } }
|
38
|
+
# The coded height of the video stream
|
27
39
|
field :coded_height, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('codedHeight') } }
|
28
|
-
|
40
|
+
# The coded width of the video stream
|
29
41
|
field :coded_width, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('codedWidth') } }
|
30
|
-
|
42
|
+
# The color primaries of the video stream
|
31
43
|
field :color_primaries, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('colorPrimaries') } }
|
32
|
-
|
44
|
+
# The color range of the video stream
|
33
45
|
field :color_range, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('colorRange') } }
|
34
|
-
|
46
|
+
# The color space of the video stream
|
35
47
|
field :color_space, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('colorSpace') } }
|
36
|
-
|
48
|
+
# The transfer characteristics (TRC) of the video stream
|
37
49
|
field :color_trc, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('colorTrc') } }
|
38
|
-
|
50
|
+
# Indicates if this is the default stream
|
39
51
|
field :default, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('default') } }
|
40
|
-
|
52
|
+
# Display title of the stream
|
41
53
|
field :display_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('displayTitle') } }
|
42
54
|
|
55
|
+
field :embedded_in_video, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('embeddedInVideo') } }
|
56
|
+
# Extended display title of the stream
|
43
57
|
field :extended_display_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('extendedDisplayTitle') } }
|
44
|
-
|
45
|
-
field :frame_rate, T.nilable(::
|
46
|
-
|
58
|
+
# The frame rate of the video stream
|
59
|
+
field :frame_rate, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('frameRate') } }
|
60
|
+
# Indicates if the stream has a scaling matrix
|
47
61
|
field :has_scaling_matrix, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('hasScalingMatrix') } }
|
48
62
|
|
63
|
+
field :hearing_impaired, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('hearingImpaired') } }
|
64
|
+
# The height of the video stream
|
49
65
|
field :height, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('height') } }
|
50
|
-
|
51
|
-
field :id, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('id') } }
|
52
|
-
|
53
|
-
field :index, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('index') } }
|
54
|
-
|
66
|
+
# The language of the stream (for audio/subtitle streams)
|
55
67
|
field :language, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('language') } }
|
56
|
-
|
68
|
+
# Language code of the stream
|
57
69
|
field :language_code, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('languageCode') } }
|
58
|
-
|
70
|
+
# Language tag of the stream
|
59
71
|
field :language_tag, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('languageTag') } }
|
60
|
-
|
72
|
+
# The level of the video codec
|
61
73
|
field :level, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('level') } }
|
62
|
-
|
74
|
+
# The profile of the video codec
|
63
75
|
field :profile, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('profile') } }
|
64
|
-
|
76
|
+
# Number of reference frames
|
65
77
|
field :ref_frames, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('refFrames') } }
|
66
|
-
|
78
|
+
# Sampling rate of the audio stream in Hz
|
67
79
|
field :sampling_rate, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('samplingRate') } }
|
68
|
-
|
80
|
+
# The scan type (progressive or interlaced)
|
69
81
|
field :scan_type, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('scanType') } }
|
70
|
-
|
82
|
+
# Indicates if the stream is selected
|
71
83
|
field :selected, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('selected') } }
|
72
|
-
|
84
|
+
# The identifier of the video stream
|
73
85
|
field :stream_identifier, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('streamIdentifier') } }
|
74
|
-
|
75
|
-
field :
|
76
|
-
|
86
|
+
# Title of the subtitle track (for subtitle streams)
|
87
|
+
field :title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('title') } }
|
88
|
+
# The width of the video stream
|
77
89
|
field :width, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('width') } }
|
78
90
|
|
79
91
|
|
80
|
-
sig { params(bit_depth: T.nilable(::Integer), bitrate: T.nilable(::Integer), channels: T.nilable(::Integer), chroma_location: T.nilable(::String), chroma_subsampling: T.nilable(::String),
|
81
|
-
def initialize(bit_depth: nil, bitrate: nil, channels: nil, chroma_location: nil, chroma_subsampling: nil,
|
92
|
+
sig { params(codec: ::String, id: ::Integer, index: ::Integer, stream_type: ::Integer, audio_channel_layout: T.nilable(::String), bit_depth: T.nilable(::Integer), bitrate: T.nilable(::Integer), can_auto_sync: T.nilable(T::Boolean), channels: T.nilable(::Integer), chroma_location: T.nilable(::String), chroma_subsampling: T.nilable(::String), closed_captions: T.nilable(T::Boolean), coded_height: T.nilable(::Integer), coded_width: T.nilable(::Integer), color_primaries: T.nilable(::String), color_range: T.nilable(::String), color_space: T.nilable(::String), color_trc: T.nilable(::String), default: T.nilable(T::Boolean), display_title: T.nilable(::String), embedded_in_video: T.nilable(::String), extended_display_title: T.nilable(::String), frame_rate: T.nilable(::Float), has_scaling_matrix: T.nilable(T::Boolean), hearing_impaired: T.nilable(T::Boolean), height: T.nilable(::Integer), language: T.nilable(::String), language_code: T.nilable(::String), language_tag: T.nilable(::String), level: T.nilable(::Integer), profile: T.nilable(::String), ref_frames: T.nilable(::Integer), sampling_rate: T.nilable(::Integer), scan_type: T.nilable(::String), selected: T.nilable(T::Boolean), stream_identifier: T.nilable(::String), title: T.nilable(::String), width: T.nilable(::Integer)).void }
|
93
|
+
def initialize(codec: nil, id: nil, index: nil, stream_type: nil, audio_channel_layout: nil, bit_depth: nil, bitrate: nil, can_auto_sync: nil, channels: nil, chroma_location: nil, chroma_subsampling: nil, closed_captions: nil, coded_height: nil, coded_width: nil, color_primaries: nil, color_range: nil, color_space: nil, color_trc: nil, default: nil, display_title: nil, embedded_in_video: nil, extended_display_title: nil, frame_rate: nil, has_scaling_matrix: nil, hearing_impaired: nil, height: nil, language: nil, language_code: nil, language_tag: nil, level: nil, profile: nil, ref_frames: nil, sampling_rate: nil, scan_type: nil, selected: nil, stream_identifier: nil, title: nil, width: nil)
|
94
|
+
@codec = codec
|
95
|
+
@id = id
|
96
|
+
@index = index
|
97
|
+
@stream_type = stream_type
|
98
|
+
@audio_channel_layout = audio_channel_layout
|
82
99
|
@bit_depth = bit_depth
|
83
100
|
@bitrate = bitrate
|
101
|
+
@can_auto_sync = can_auto_sync
|
84
102
|
@channels = channels
|
85
103
|
@chroma_location = chroma_location
|
86
104
|
@chroma_subsampling = chroma_subsampling
|
87
|
-
@
|
105
|
+
@closed_captions = closed_captions
|
88
106
|
@coded_height = coded_height
|
89
107
|
@coded_width = coded_width
|
90
108
|
@color_primaries = color_primaries
|
@@ -93,12 +111,12 @@ module PlexRubySDK
|
|
93
111
|
@color_trc = color_trc
|
94
112
|
@default = default
|
95
113
|
@display_title = display_title
|
114
|
+
@embedded_in_video = embedded_in_video
|
96
115
|
@extended_display_title = extended_display_title
|
97
116
|
@frame_rate = frame_rate
|
98
117
|
@has_scaling_matrix = has_scaling_matrix
|
118
|
+
@hearing_impaired = hearing_impaired
|
99
119
|
@height = height
|
100
|
-
@id = id
|
101
|
-
@index = index
|
102
120
|
@language = language
|
103
121
|
@language_code = language_code
|
104
122
|
@language_tag = language_tag
|
@@ -109,7 +127,7 @@ module PlexRubySDK
|
|
109
127
|
@scan_type = scan_type
|
110
128
|
@selected = selected
|
111
129
|
@stream_identifier = stream_identifier
|
112
|
-
@
|
130
|
+
@title = title
|
113
131
|
@width = width
|
114
132
|
end
|
115
133
|
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module PlexRubySDK
|
8
|
+
module Operations
|
9
|
+
|
10
|
+
|
11
|
+
class UltraBlurColors < ::PlexRubySDK::Utils::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
|
15
|
+
field :bottom_left, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('bottomLeft') } }
|
16
|
+
|
17
|
+
field :bottom_right, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('bottomRight') } }
|
18
|
+
|
19
|
+
field :top_left, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('topLeft') } }
|
20
|
+
|
21
|
+
field :top_right, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('topRight') } }
|
22
|
+
|
23
|
+
|
24
|
+
sig { params(bottom_left: ::String, bottom_right: ::String, top_left: ::String, top_right: ::String).void }
|
25
|
+
def initialize(bottom_left: nil, bottom_right: nil, top_left: nil, top_right: nil)
|
26
|
+
@bottom_left = bottom_left
|
27
|
+
@bottom_right = bottom_right
|
28
|
+
@top_left = top_left
|
29
|
+
@top_right = top_right
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
@@ -63,6 +63,7 @@ module PlexRubySDK
|
|
63
63
|
autoload :GetMediaProvidersBadRequest, 'plex_ruby_sdk/models/operations/get_media_providers_badrequest.rb'
|
64
64
|
autoload :Pivot, 'plex_ruby_sdk/models/operations/pivot.rb'
|
65
65
|
autoload :GetMediaProvidersDirectory, 'plex_ruby_sdk/models/operations/get_media_providers_directory.rb'
|
66
|
+
autoload :Action, 'plex_ruby_sdk/models/operations/action.rb'
|
66
67
|
autoload :Feature, 'plex_ruby_sdk/models/operations/feature.rb'
|
67
68
|
autoload :MediaProvider, 'plex_ruby_sdk/models/operations/mediaprovider.rb'
|
68
69
|
autoload :GetMediaProvidersMediaContainer, 'plex_ruby_sdk/models/operations/get_media_providers_mediacontainer.rb'
|
@@ -230,6 +231,41 @@ module PlexRubySDK
|
|
230
231
|
autoload :GetGlobalHubsMediaContainer, 'plex_ruby_sdk/models/operations/getglobalhubs_mediacontainer.rb'
|
231
232
|
autoload :GetGlobalHubsResponseBody, 'plex_ruby_sdk/models/operations/getglobalhubs_responsebody.rb'
|
232
233
|
autoload :GetGlobalHubsResponse, 'plex_ruby_sdk/models/operations/getglobalhubs_response.rb'
|
234
|
+
autoload :Type, 'plex_ruby_sdk/models/operations/type.rb'
|
235
|
+
autoload :IncludeMeta, 'plex_ruby_sdk/models/operations/includemeta.rb'
|
236
|
+
autoload :GetRecentlyAddedRequest, 'plex_ruby_sdk/models/operations/get_recently_added_request.rb'
|
237
|
+
autoload :GetRecentlyAddedFilter, 'plex_ruby_sdk/models/operations/get_recently_added_filter.rb'
|
238
|
+
autoload :GetRecentlyAddedActiveDirection, 'plex_ruby_sdk/models/operations/get_recently_added_activedirection.rb'
|
239
|
+
autoload :GetRecentlyAddedDefaultDirection, 'plex_ruby_sdk/models/operations/get_recently_added_defaultdirection.rb'
|
240
|
+
autoload :GetRecentlyAddedSort, 'plex_ruby_sdk/models/operations/get_recently_added_sort.rb'
|
241
|
+
autoload :GetRecentlyAddedField, 'plex_ruby_sdk/models/operations/get_recently_added_field.rb'
|
242
|
+
autoload :GetRecentlyAddedType, 'plex_ruby_sdk/models/operations/get_recently_added_type.rb'
|
243
|
+
autoload :GetRecentlyAddedOperator, 'plex_ruby_sdk/models/operations/get_recently_added_operator.rb'
|
244
|
+
autoload :GetRecentlyAddedFieldType, 'plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb'
|
245
|
+
autoload :Meta, 'plex_ruby_sdk/models/operations/meta.rb'
|
246
|
+
autoload :GetRecentlyAddedHubsType, 'plex_ruby_sdk/models/operations/get_recently_added_hubs_type.rb'
|
247
|
+
autoload :FlattenSeasons, 'plex_ruby_sdk/models/operations/flattenseasons.rb'
|
248
|
+
autoload :ShowOrdering, 'plex_ruby_sdk/models/operations/showordering.rb'
|
249
|
+
autoload :OptimizedForStreaming, 'plex_ruby_sdk/models/operations/optimizedforstreaming.rb'
|
250
|
+
autoload :HasThumbnail, 'plex_ruby_sdk/models/operations/hasthumbnail.rb'
|
251
|
+
autoload :Stream, 'plex_ruby_sdk/models/operations/stream.rb'
|
252
|
+
autoload :Part, 'plex_ruby_sdk/models/operations/part.rb'
|
253
|
+
autoload :Media, 'plex_ruby_sdk/models/operations/media.rb'
|
254
|
+
autoload :Genre, 'plex_ruby_sdk/models/operations/genre.rb'
|
255
|
+
autoload :Country, 'plex_ruby_sdk/models/operations/country.rb'
|
256
|
+
autoload :Director, 'plex_ruby_sdk/models/operations/director.rb'
|
257
|
+
autoload :Writer, 'plex_ruby_sdk/models/operations/writer.rb'
|
258
|
+
autoload :Collection, 'plex_ruby_sdk/models/operations/collection.rb'
|
259
|
+
autoload :Role, 'plex_ruby_sdk/models/operations/role.rb'
|
260
|
+
autoload :MediaGuid, 'plex_ruby_sdk/models/operations/mediaguid.rb'
|
261
|
+
autoload :UltraBlurColors, 'plex_ruby_sdk/models/operations/ultrablurcolors.rb'
|
262
|
+
autoload :MetaDataRating, 'plex_ruby_sdk/models/operations/metadatarating.rb'
|
263
|
+
autoload :GetRecentlyAddedHubsResponseType, 'plex_ruby_sdk/models/operations/get_recently_added_hubs_response_type.rb'
|
264
|
+
autoload :GetRecentlyAddedImage, 'plex_ruby_sdk/models/operations/get_recently_added_image.rb'
|
265
|
+
autoload :GetRecentlyAddedMetadata, 'plex_ruby_sdk/models/operations/get_recently_added_metadata.rb'
|
266
|
+
autoload :GetRecentlyAddedMediaContainer, 'plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb'
|
267
|
+
autoload :GetRecentlyAddedResponseBody, 'plex_ruby_sdk/models/operations/get_recently_added_responsebody.rb'
|
268
|
+
autoload :GetRecentlyAddedResponse, 'plex_ruby_sdk/models/operations/get_recently_added_response.rb'
|
233
269
|
autoload :QueryParamOnlyTransient, 'plex_ruby_sdk/models/operations/queryparam_onlytransient.rb'
|
234
270
|
autoload :GetLibraryHubsRequest, 'plex_ruby_sdk/models/operations/getlibraryhubs_request.rb'
|
235
271
|
autoload :GetLibraryHubsHubsErrors, 'plex_ruby_sdk/models/operations/getlibraryhubs_hubs_errors.rb'
|
@@ -283,22 +319,32 @@ module PlexRubySDK
|
|
283
319
|
autoload :GetFileHashErrors, 'plex_ruby_sdk/models/operations/getfilehash_errors.rb'
|
284
320
|
autoload :GetFileHashBadRequest, 'plex_ruby_sdk/models/operations/getfilehash_badrequest.rb'
|
285
321
|
autoload :GetFileHashResponse, 'plex_ruby_sdk/models/operations/getfilehash_response.rb'
|
286
|
-
autoload :
|
287
|
-
autoload :
|
288
|
-
autoload :
|
289
|
-
autoload :
|
290
|
-
autoload :
|
291
|
-
autoload :
|
292
|
-
autoload :
|
293
|
-
autoload :
|
294
|
-
autoload :
|
295
|
-
autoload :
|
296
|
-
autoload :
|
297
|
-
autoload :
|
298
|
-
autoload :
|
299
|
-
autoload :
|
300
|
-
autoload :
|
301
|
-
autoload :
|
322
|
+
autoload :QueryParamType, 'plex_ruby_sdk/models/operations/queryparam_type.rb'
|
323
|
+
autoload :QueryParamIncludeMeta, 'plex_ruby_sdk/models/operations/queryparam_includemeta.rb'
|
324
|
+
autoload :GetRecentlyAddedLibraryRequest, 'plex_ruby_sdk/models/operations/get_recently_added_library_request.rb'
|
325
|
+
autoload :GetRecentlyAddedLibraryLibraryErrors, 'plex_ruby_sdk/models/operations/get_recently_added_library_library_errors.rb'
|
326
|
+
autoload :GetRecentlyAddedLibraryUnauthorized, 'plex_ruby_sdk/models/operations/get_recently_added_library_unauthorized.rb'
|
327
|
+
autoload :GetRecentlyAddedLibraryErrors, 'plex_ruby_sdk/models/operations/get_recently_added_library_errors.rb'
|
328
|
+
autoload :GetRecentlyAddedLibraryBadRequest, 'plex_ruby_sdk/models/operations/get_recently_added_library_badrequest.rb'
|
329
|
+
autoload :GetRecentlyAddedLibraryFilter, 'plex_ruby_sdk/models/operations/get_recently_added_library_filter.rb'
|
330
|
+
autoload :ActiveDirection, 'plex_ruby_sdk/models/operations/activedirection.rb'
|
331
|
+
autoload :DefaultDirection, 'plex_ruby_sdk/models/operations/defaultdirection.rb'
|
332
|
+
autoload :Sort, 'plex_ruby_sdk/models/operations/sort.rb'
|
333
|
+
autoload :Field, 'plex_ruby_sdk/models/operations/field.rb'
|
334
|
+
autoload :GetRecentlyAddedLibraryType, 'plex_ruby_sdk/models/operations/get_recently_added_library_type.rb'
|
335
|
+
autoload :Operator, 'plex_ruby_sdk/models/operations/operator.rb'
|
336
|
+
autoload :FieldType, 'plex_ruby_sdk/models/operations/fieldtype.rb'
|
337
|
+
autoload :GetRecentlyAddedLibraryPart, 'plex_ruby_sdk/models/operations/get_recently_added_library_part.rb'
|
338
|
+
autoload :GetRecentlyAddedLibraryMedia, 'plex_ruby_sdk/models/operations/get_recently_added_library_media.rb'
|
339
|
+
autoload :GetRecentlyAddedLibraryGenre, 'plex_ruby_sdk/models/operations/get_recently_added_library_genre.rb'
|
340
|
+
autoload :GetRecentlyAddedLibraryDirector, 'plex_ruby_sdk/models/operations/get_recently_added_library_director.rb'
|
341
|
+
autoload :GetRecentlyAddedLibraryWriter, 'plex_ruby_sdk/models/operations/get_recently_added_library_writer.rb'
|
342
|
+
autoload :GetRecentlyAddedLibraryCountry, 'plex_ruby_sdk/models/operations/get_recently_added_library_country.rb'
|
343
|
+
autoload :GetRecentlyAddedLibraryRole, 'plex_ruby_sdk/models/operations/get_recently_added_library_role.rb'
|
344
|
+
autoload :GetRecentlyAddedLibraryMetadata, 'plex_ruby_sdk/models/operations/get_recently_added_library_metadata.rb'
|
345
|
+
autoload :GetRecentlyAddedLibraryMediaContainer, 'plex_ruby_sdk/models/operations/get_recently_added_library_mediacontainer.rb'
|
346
|
+
autoload :GetRecentlyAddedLibraryResponseBody, 'plex_ruby_sdk/models/operations/get_recently_added_library_responsebody.rb'
|
347
|
+
autoload :GetRecentlyAddedLibraryResponse, 'plex_ruby_sdk/models/operations/get_recently_added_library_response.rb'
|
302
348
|
autoload :GetAllLibrariesLibraryErrors, 'plex_ruby_sdk/models/operations/get_all_libraries_library_errors.rb'
|
303
349
|
autoload :GetAllLibrariesUnauthorized, 'plex_ruby_sdk/models/operations/get_all_libraries_unauthorized.rb'
|
304
350
|
autoload :GetAllLibrariesErrors, 'plex_ruby_sdk/models/operations/get_all_libraries_errors.rb'
|
@@ -316,11 +362,11 @@ module PlexRubySDK
|
|
316
362
|
autoload :GetLibraryDetailsBadRequest, 'plex_ruby_sdk/models/operations/get_library_details_badrequest.rb'
|
317
363
|
autoload :GetLibraryDetailsDirectory, 'plex_ruby_sdk/models/operations/get_library_details_directory.rb'
|
318
364
|
autoload :GetLibraryDetailsFilter, 'plex_ruby_sdk/models/operations/get_library_details_filter.rb'
|
319
|
-
autoload :
|
320
|
-
autoload :
|
365
|
+
autoload :GetLibraryDetailsSort, 'plex_ruby_sdk/models/operations/get_library_details_sort.rb'
|
366
|
+
autoload :GetLibraryDetailsField, 'plex_ruby_sdk/models/operations/get_library_details_field.rb'
|
321
367
|
autoload :GetLibraryDetailsType, 'plex_ruby_sdk/models/operations/get_library_details_type.rb'
|
322
|
-
autoload :
|
323
|
-
autoload :
|
368
|
+
autoload :GetLibraryDetailsOperator, 'plex_ruby_sdk/models/operations/get_library_details_operator.rb'
|
369
|
+
autoload :GetLibraryDetailsFieldType, 'plex_ruby_sdk/models/operations/get_library_details_fieldtype.rb'
|
324
370
|
autoload :GetLibraryDetailsMediaContainer, 'plex_ruby_sdk/models/operations/get_library_details_mediacontainer.rb'
|
325
371
|
autoload :GetLibraryDetailsResponseBody, 'plex_ruby_sdk/models/operations/get_library_details_responsebody.rb'
|
326
372
|
autoload :GetLibraryDetailsResponse, 'plex_ruby_sdk/models/operations/get_library_details_response.rb'
|
@@ -332,29 +378,50 @@ module PlexRubySDK
|
|
332
378
|
autoload :DeleteLibraryResponse, 'plex_ruby_sdk/models/operations/deletelibrary_response.rb'
|
333
379
|
autoload :Tag, 'plex_ruby_sdk/models/operations/tag.rb'
|
334
380
|
autoload :IncludeGuids, 'plex_ruby_sdk/models/operations/includeguids.rb'
|
335
|
-
autoload :
|
336
|
-
autoload :
|
381
|
+
autoload :GetLibraryItemsQueryParamType, 'plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb'
|
382
|
+
autoload :GetLibraryItemsQueryParamIncludeMeta, 'plex_ruby_sdk/models/operations/get_library_items_queryparam_includemeta.rb'
|
337
383
|
autoload :GetLibraryItemsRequest, 'plex_ruby_sdk/models/operations/get_library_items_request.rb'
|
338
384
|
autoload :GetLibraryItemsLibraryErrors, 'plex_ruby_sdk/models/operations/get_library_items_library_errors.rb'
|
339
385
|
autoload :GetLibraryItemsUnauthorized, 'plex_ruby_sdk/models/operations/get_library_items_unauthorized.rb'
|
340
386
|
autoload :GetLibraryItemsErrors, 'plex_ruby_sdk/models/operations/get_library_items_errors.rb'
|
341
387
|
autoload :GetLibraryItemsBadRequest, 'plex_ruby_sdk/models/operations/get_library_items_badrequest.rb'
|
388
|
+
autoload :GetLibraryItemsFilter, 'plex_ruby_sdk/models/operations/get_library_items_filter.rb'
|
389
|
+
autoload :GetLibraryItemsActiveDirection, 'plex_ruby_sdk/models/operations/get_library_items_activedirection.rb'
|
390
|
+
autoload :GetLibraryItemsDefaultDirection, 'plex_ruby_sdk/models/operations/get_library_items_defaultdirection.rb'
|
391
|
+
autoload :GetLibraryItemsSort, 'plex_ruby_sdk/models/operations/get_library_items_sort.rb'
|
392
|
+
autoload :GetLibraryItemsField, 'plex_ruby_sdk/models/operations/get_library_items_field.rb'
|
393
|
+
autoload :GetLibraryItemsType, 'plex_ruby_sdk/models/operations/get_library_items_type.rb'
|
394
|
+
autoload :GetLibraryItemsOperator, 'plex_ruby_sdk/models/operations/get_library_items_operator.rb'
|
395
|
+
autoload :GetLibraryItemsFieldType, 'plex_ruby_sdk/models/operations/get_library_items_fieldtype.rb'
|
396
|
+
autoload :GetLibraryItemsLibraryType, 'plex_ruby_sdk/models/operations/get_library_items_library_type.rb'
|
397
|
+
autoload :GetLibraryItemsFlattenSeasons, 'plex_ruby_sdk/models/operations/get_library_items_flattenseasons.rb'
|
398
|
+
autoload :GetLibraryItemsShowOrdering, 'plex_ruby_sdk/models/operations/get_library_items_showordering.rb'
|
399
|
+
autoload :GetLibraryItemsOptimizedForStreaming, 'plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb'
|
400
|
+
autoload :GetLibraryItemsHasThumbnail, 'plex_ruby_sdk/models/operations/get_library_items_hasthumbnail.rb'
|
401
|
+
autoload :GetLibraryItemsStream, 'plex_ruby_sdk/models/operations/get_library_items_stream.rb'
|
342
402
|
autoload :GetLibraryItemsPart, 'plex_ruby_sdk/models/operations/get_library_items_part.rb'
|
343
403
|
autoload :GetLibraryItemsMedia, 'plex_ruby_sdk/models/operations/get_library_items_media.rb'
|
344
404
|
autoload :GetLibraryItemsGenre, 'plex_ruby_sdk/models/operations/get_library_items_genre.rb'
|
345
405
|
autoload :GetLibraryItemsCountry, 'plex_ruby_sdk/models/operations/get_library_items_country.rb'
|
346
406
|
autoload :GetLibraryItemsDirector, 'plex_ruby_sdk/models/operations/get_library_items_director.rb'
|
347
407
|
autoload :GetLibraryItemsWriter, 'plex_ruby_sdk/models/operations/get_library_items_writer.rb'
|
408
|
+
autoload :GetLibraryItemsCollection, 'plex_ruby_sdk/models/operations/get_library_items_collection.rb'
|
348
409
|
autoload :GetLibraryItemsRole, 'plex_ruby_sdk/models/operations/get_library_items_role.rb'
|
349
|
-
autoload :
|
410
|
+
autoload :GetLibraryItemsMediaGuid, 'plex_ruby_sdk/models/operations/get_library_items_mediaguid.rb'
|
411
|
+
autoload :GetLibraryItemsUltraBlurColors, 'plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb'
|
412
|
+
autoload :GetLibraryItemsMetaDataRating, 'plex_ruby_sdk/models/operations/get_library_items_metadatarating.rb'
|
413
|
+
autoload :GetLibraryItemsLibraryResponse200Type, 'plex_ruby_sdk/models/operations/get_library_items_library_response_200_type.rb'
|
414
|
+
autoload :GetLibraryItemsImage, 'plex_ruby_sdk/models/operations/get_library_items_image.rb'
|
350
415
|
autoload :GetLibraryItemsMetadata, 'plex_ruby_sdk/models/operations/get_library_items_metadata.rb'
|
351
|
-
autoload :
|
352
|
-
autoload :
|
353
|
-
autoload :
|
354
|
-
autoload :
|
355
|
-
autoload :
|
356
|
-
autoload :
|
357
|
-
autoload :
|
416
|
+
autoload :GetLibraryItemsLibraryFilter, 'plex_ruby_sdk/models/operations/get_library_items_library_filter.rb'
|
417
|
+
autoload :GetLibraryItemsLibraryActiveDirection, 'plex_ruby_sdk/models/operations/get_library_items_library_activedirection.rb'
|
418
|
+
autoload :GetLibraryItemsLibraryDefaultDirection, 'plex_ruby_sdk/models/operations/get_library_items_library_defaultdirection.rb'
|
419
|
+
autoload :GetLibraryItemsLibrarySort, 'plex_ruby_sdk/models/operations/get_library_items_library_sort.rb'
|
420
|
+
autoload :GetLibraryItemsLibraryField, 'plex_ruby_sdk/models/operations/get_library_items_library_field.rb'
|
421
|
+
autoload :GetLibraryItemsLibraryResponseType, 'plex_ruby_sdk/models/operations/get_library_items_library_response_type.rb'
|
422
|
+
autoload :GetLibraryItemsLibraryOperator, 'plex_ruby_sdk/models/operations/get_library_items_library_operator.rb'
|
423
|
+
autoload :GetLibraryItemsLibraryFieldType, 'plex_ruby_sdk/models/operations/get_library_items_library_fieldtype.rb'
|
424
|
+
autoload :GetLibraryItemsMeta, 'plex_ruby_sdk/models/operations/get_library_items_meta.rb'
|
358
425
|
autoload :GetLibraryItemsMediaContainer, 'plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb'
|
359
426
|
autoload :GetLibraryItemsResponseBody, 'plex_ruby_sdk/models/operations/get_library_items_responsebody.rb'
|
360
427
|
autoload :GetLibraryItemsResponse, 'plex_ruby_sdk/models/operations/get_library_items_response.rb'
|
@@ -365,7 +432,7 @@ module PlexRubySDK
|
|
365
432
|
autoload :GetRefreshLibraryMetadataErrors, 'plex_ruby_sdk/models/operations/get_refresh_library_metadata_errors.rb'
|
366
433
|
autoload :GetRefreshLibraryMetadataBadRequest, 'plex_ruby_sdk/models/operations/get_refresh_library_metadata_badrequest.rb'
|
367
434
|
autoload :GetRefreshLibraryMetadataResponse, 'plex_ruby_sdk/models/operations/get_refresh_library_metadata_response.rb'
|
368
|
-
autoload :
|
435
|
+
autoload :GetSearchLibraryQueryParamType, 'plex_ruby_sdk/models/operations/get_search_library_queryparam_type.rb'
|
369
436
|
autoload :GetSearchLibraryRequest, 'plex_ruby_sdk/models/operations/get_search_library_request.rb'
|
370
437
|
autoload :GetSearchLibraryLibraryErrors, 'plex_ruby_sdk/models/operations/get_search_library_library_errors.rb'
|
371
438
|
autoload :GetSearchLibraryUnauthorized, 'plex_ruby_sdk/models/operations/get_search_library_unauthorized.rb'
|
@@ -380,7 +447,7 @@ module PlexRubySDK
|
|
380
447
|
autoload :GetMetaDataByRatingKeyUnauthorized, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_unauthorized.rb'
|
381
448
|
autoload :GetMetaDataByRatingKeyErrors, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_errors.rb'
|
382
449
|
autoload :GetMetaDataByRatingKeyBadRequest, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_badrequest.rb'
|
383
|
-
autoload :
|
450
|
+
autoload :GetMetaDataByRatingKeyStream, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_stream.rb'
|
384
451
|
autoload :GetMetaDataByRatingKeyPart, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_part.rb'
|
385
452
|
autoload :GetMetaDataByRatingKeyMedia, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_media.rb'
|
386
453
|
autoload :GetMetaDataByRatingKeyGenre, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_genre.rb'
|
@@ -580,6 +647,7 @@ module PlexRubySDK
|
|
580
647
|
autoload :GetTokenDetailsUserPlexAccount, 'plex_ruby_sdk/models/operations/gettokendetails_userplexaccount.rb'
|
581
648
|
autoload :GetTokenDetailsResponse, 'plex_ruby_sdk/models/operations/gettokendetails_response.rb'
|
582
649
|
autoload :PostUsersSignInDataRequestBody, 'plex_ruby_sdk/models/operations/post_users_sign_in_data_requestbody.rb'
|
650
|
+
autoload :PostUsersSignInDataRequest, 'plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb'
|
583
651
|
autoload :PostUsersSignInDataAuthenticationErrors, 'plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_errors.rb'
|
584
652
|
autoload :PostUsersSignInDataUnauthorized, 'plex_ruby_sdk/models/operations/post_users_sign_in_data_unauthorized.rb'
|
585
653
|
autoload :PostUsersSignInDataErrors, 'plex_ruby_sdk/models/operations/post_users_sign_in_data_errors.rb'
|
@@ -42,9 +42,9 @@ module PlexRubySDK
|
|
42
42
|
@globals = globals.nil? ? {} : globals
|
43
43
|
@language = 'ruby'
|
44
44
|
@openapi_doc_version = '0.0.3'
|
45
|
-
@sdk_version = '0.4.
|
46
|
-
@gen_version = '2.
|
47
|
-
@user_agent = 'speakeasy-sdk/ruby 0.4.
|
45
|
+
@sdk_version = '0.4.2'
|
46
|
+
@gen_version = '2.422.22'
|
47
|
+
@user_agent = 'speakeasy-sdk/ruby 0.4.2 2.422.22 0.0.3 plex_ruby_sdk'
|
48
48
|
end
|
49
49
|
|
50
50
|
sig { returns([String, T::Hash[Symbol, String]]) }
|