plex_ruby_sdk 0.7.0 → 0.7.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/lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb +4 -4
- data/lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb +7 -7
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb +4 -4
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadata.rb +4 -4
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_showordering.rb +7 -7
- data/lib/plex_ruby_sdk/models/operations/showordering.rb +7 -7
- data/lib/plex_ruby_sdk/sdkconfiguration.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07bb336c1042b0137f85abb508e72013763d579a2617be59e5da129c2c0da8d5
|
4
|
+
data.tar.gz: 678a8548fb6e93acdf1c202bb6eb79b9981c8e47c03d7898981a3d0fa369e87f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c083670e2101d0df29adf63ef60b948ff4214c29eb35485e51ed2d84b2e3a7fc527f9f6e439f3ced48fe61c3e63cd91e46999198c57c43a164cfb654763ec888
|
7
|
+
data.tar.gz: e05a90fe2509020b55b965b88353cff90c0d8f6ebdc9391bcf5258dcece013ee74ee752e82b916e4c780108719c2427910c31d67ed0b6f7182deb1da0fea7b7c
|
@@ -137,12 +137,12 @@ module PlexRubySDK
|
|
137
137
|
field :role, T.nilable(T::Array[::PlexRubySDK::Operations::GetLibraryItemsRole]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Role') } }
|
138
138
|
|
139
139
|
field :season_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('seasonCount') } }
|
140
|
-
# Setting that indicates the episode ordering for the show
|
140
|
+
# Setting that indicates the episode ordering for the show.
|
141
141
|
# None = Library default,
|
142
142
|
# tmdbAiring = The Movie Database (Aired),
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
143
|
+
# aired = TheTVDB (Aired),
|
144
|
+
# dvd = TheTVDB (DVD),
|
145
|
+
# absolute = TheTVDB (Absolute)).
|
146
146
|
#
|
147
147
|
field :show_ordering, T.nilable(::PlexRubySDK::Operations::GetLibraryItemsShowOrdering), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('showOrdering'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::GetLibraryItemsShowOrdering, true) } }
|
148
148
|
|
@@ -7,20 +7,20 @@
|
|
7
7
|
module PlexRubySDK
|
8
8
|
module Operations
|
9
9
|
|
10
|
-
# GetLibraryItemsShowOrdering - Setting that indicates the episode ordering for the show
|
10
|
+
# GetLibraryItemsShowOrdering - Setting that indicates the episode ordering for the show.
|
11
11
|
# None = Library default,
|
12
12
|
# tmdbAiring = The Movie Database (Aired),
|
13
|
-
#
|
14
|
-
#
|
15
|
-
#
|
13
|
+
# aired = TheTVDB (Aired),
|
14
|
+
# dvd = TheTVDB (DVD),
|
15
|
+
# absolute = TheTVDB (Absolute)).
|
16
16
|
#
|
17
17
|
class GetLibraryItemsShowOrdering < T::Enum
|
18
18
|
enums do
|
19
19
|
NONE = new('None')
|
20
20
|
TMDB_AIRING = new('tmdbAiring')
|
21
|
-
|
22
|
-
TVDB_DVD = new('
|
23
|
-
TVDB_ABSOLUTE = new('
|
21
|
+
TVDB_AIRED = new('aired')
|
22
|
+
TVDB_DVD = new('dvd')
|
23
|
+
TVDB_ABSOLUTE = new('absolute')
|
24
24
|
end
|
25
25
|
end
|
26
26
|
end
|
@@ -137,12 +137,12 @@ module PlexRubySDK
|
|
137
137
|
field :role, T.nilable(T::Array[::PlexRubySDK::Operations::Role]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Role') } }
|
138
138
|
|
139
139
|
field :season_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('seasonCount') } }
|
140
|
-
# Setting that indicates the episode ordering for the show
|
140
|
+
# Setting that indicates the episode ordering for the show.
|
141
141
|
# None = Library default,
|
142
142
|
# tmdbAiring = The Movie Database (Aired),
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
143
|
+
# aired = TheTVDB (Aired),
|
144
|
+
# dvd = TheTVDB (DVD),
|
145
|
+
# absolute = TheTVDB (Absolute)).
|
146
146
|
#
|
147
147
|
field :show_ordering, T.nilable(::PlexRubySDK::Operations::ShowOrdering), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('showOrdering'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::ShowOrdering, true) } }
|
148
148
|
|
@@ -137,12 +137,12 @@ module PlexRubySDK
|
|
137
137
|
field :role, T.nilable(T::Array[::PlexRubySDK::Operations::GetSearchAllLibrariesRole]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Role') } }
|
138
138
|
|
139
139
|
field :season_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('seasonCount') } }
|
140
|
-
# Setting that indicates the episode ordering for the show
|
140
|
+
# Setting that indicates the episode ordering for the show.
|
141
141
|
# None = Library default,
|
142
142
|
# tmdbAiring = The Movie Database (Aired),
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
143
|
+
# aired = TheTVDB (Aired),
|
144
|
+
# dvd = TheTVDB (DVD),
|
145
|
+
# absolute = TheTVDB (Absolute)).
|
146
146
|
#
|
147
147
|
field :show_ordering, T.nilable(::PlexRubySDK::Operations::GetSearchAllLibrariesShowOrdering), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('showOrdering'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::GetSearchAllLibrariesShowOrdering, true) } }
|
148
148
|
|
@@ -7,20 +7,20 @@
|
|
7
7
|
module PlexRubySDK
|
8
8
|
module Operations
|
9
9
|
|
10
|
-
# GetSearchAllLibrariesShowOrdering - Setting that indicates the episode ordering for the show
|
10
|
+
# GetSearchAllLibrariesShowOrdering - Setting that indicates the episode ordering for the show.
|
11
11
|
# None = Library default,
|
12
12
|
# tmdbAiring = The Movie Database (Aired),
|
13
|
-
#
|
14
|
-
#
|
15
|
-
#
|
13
|
+
# aired = TheTVDB (Aired),
|
14
|
+
# dvd = TheTVDB (DVD),
|
15
|
+
# absolute = TheTVDB (Absolute)).
|
16
16
|
#
|
17
17
|
class GetSearchAllLibrariesShowOrdering < T::Enum
|
18
18
|
enums do
|
19
19
|
NONE = new('None')
|
20
20
|
TMDB_AIRING = new('tmdbAiring')
|
21
|
-
|
22
|
-
TVDB_DVD = new('
|
23
|
-
TVDB_ABSOLUTE = new('
|
21
|
+
TVDB_AIRED = new('aired')
|
22
|
+
TVDB_DVD = new('dvd')
|
23
|
+
TVDB_ABSOLUTE = new('absolute')
|
24
24
|
end
|
25
25
|
end
|
26
26
|
end
|
@@ -7,20 +7,20 @@
|
|
7
7
|
module PlexRubySDK
|
8
8
|
module Operations
|
9
9
|
|
10
|
-
# ShowOrdering - Setting that indicates the episode ordering for the show
|
10
|
+
# ShowOrdering - Setting that indicates the episode ordering for the show.
|
11
11
|
# None = Library default,
|
12
12
|
# tmdbAiring = The Movie Database (Aired),
|
13
|
-
#
|
14
|
-
#
|
15
|
-
#
|
13
|
+
# aired = TheTVDB (Aired),
|
14
|
+
# dvd = TheTVDB (DVD),
|
15
|
+
# absolute = TheTVDB (Absolute)).
|
16
16
|
#
|
17
17
|
class ShowOrdering < T::Enum
|
18
18
|
enums do
|
19
19
|
NONE = new('None')
|
20
20
|
TMDB_AIRING = new('tmdbAiring')
|
21
|
-
|
22
|
-
TVDB_DVD = new('
|
23
|
-
TVDB_ABSOLUTE = new('
|
21
|
+
TVDB_AIRED = new('aired')
|
22
|
+
TVDB_DVD = new('dvd')
|
23
|
+
TVDB_ABSOLUTE = new('absolute')
|
24
24
|
end
|
25
25
|
end
|
26
26
|
end
|
@@ -40,9 +40,9 @@ module PlexRubySDK
|
|
40
40
|
@security = security
|
41
41
|
@language = 'ruby'
|
42
42
|
@openapi_doc_version = '0.0.3'
|
43
|
-
@sdk_version = '0.7.
|
44
|
-
@gen_version = '2.
|
45
|
-
@user_agent = 'speakeasy-sdk/ruby 0.7.
|
43
|
+
@sdk_version = '0.7.1'
|
44
|
+
@gen_version = '2.495.1'
|
45
|
+
@user_agent = 'speakeasy-sdk/ruby 0.7.1 2.495.1 0.0.3 plex_ruby_sdk'
|
46
46
|
end
|
47
47
|
|
48
48
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plex_ruby_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LukeHagar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|