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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 170c6631a1c85a99d9b06c9338c8b968e3e610f71a4134b80f41ebfd66fe1768
4
- data.tar.gz: 7c10466c55f0bef50f123b48328d2b522141c6d5c7513e2d4806b8d9642dfdb0
3
+ metadata.gz: 07bb336c1042b0137f85abb508e72013763d579a2617be59e5da129c2c0da8d5
4
+ data.tar.gz: 678a8548fb6e93acdf1c202bb6eb79b9981c8e47c03d7898981a3d0fa369e87f
5
5
  SHA512:
6
- metadata.gz: 3a7adda987d76d83333b1f3a0c8b7519e4601c3dc44853734056d5c80cbee1272bd8097e363817ff8191ddb6ecaa2834a25257c884c72951d9fe4571848f2234
7
- data.tar.gz: 60710bbbb2ffd29786fb5ff9a30619faeb08a7019c339c24bbdd05057f1d949c40a754ede8304cdc76566962f35f26e6b01249e433b50927f321b8b527bffa30
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
- # tvdbAiring = TheTVDB (Aired),
144
- # tvdbDvd = TheTVDB (DVD),
145
- # tvdbAbsolute = TheTVDB (Absolute)).
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
- # tvdbAiring = TheTVDB (Aired),
14
- # tvdbDvd = TheTVDB (DVD),
15
- # tvdbAbsolute = TheTVDB (Absolute)).
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
- TVDB_AIRING = new('tvdbAiring')
22
- TVDB_DVD = new('tvdbDvd')
23
- TVDB_ABSOLUTE = new('tvdbAbsolute')
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
- # tvdbAiring = TheTVDB (Aired),
144
- # tvdbDvd = TheTVDB (DVD),
145
- # tvdbAbsolute = TheTVDB (Absolute)).
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
- # tvdbAiring = TheTVDB (Aired),
144
- # tvdbDvd = TheTVDB (DVD),
145
- # tvdbAbsolute = TheTVDB (Absolute)).
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
- # tvdbAiring = TheTVDB (Aired),
14
- # tvdbDvd = TheTVDB (DVD),
15
- # tvdbAbsolute = TheTVDB (Absolute)).
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
- TVDB_AIRING = new('tvdbAiring')
22
- TVDB_DVD = new('tvdbDvd')
23
- TVDB_ABSOLUTE = new('tvdbAbsolute')
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
- # tvdbAiring = TheTVDB (Aired),
14
- # tvdbDvd = TheTVDB (DVD),
15
- # tvdbAbsolute = TheTVDB (Absolute)).
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
- TVDB_AIRING = new('tvdbAiring')
22
- TVDB_DVD = new('tvdbDvd')
23
- TVDB_ABSOLUTE = new('tvdbAbsolute')
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.0'
44
- @gen_version = '2.496.0'
45
- @user_agent = 'speakeasy-sdk/ruby 0.7.0 2.496.0 0.0.3 plex_ruby_sdk'
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.0
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-25 00:00:00.000000000 Z
11
+ date: 2025-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday