plex_ruby_sdk 0.9.0 → 0.11.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 (1250) hide show
  1. checksums.yaml +4 -4
  2. data/lib/crystalline/metadata_fields.rb +5 -5
  3. data/lib/crystalline/utils.rb +2 -6
  4. data/lib/plex_ruby_sdk/activities.rb +118 -52
  5. data/lib/plex_ruby_sdk/authentication.rb +236 -104
  6. data/lib/plex_ruby_sdk/butler.rb +285 -127
  7. data/lib/plex_ruby_sdk/hubs.rb +165 -79
  8. data/lib/plex_ruby_sdk/library.rb +1139 -540
  9. data/lib/plex_ruby_sdk/log.rb +173 -81
  10. data/lib/plex_ruby_sdk/media.rb +303 -136
  11. data/lib/plex_ruby_sdk/models/errors/addplaylistcontents_badrequest.rb +37 -0
  12. data/lib/plex_ruby_sdk/models/errors/addplaylistcontents_errors.rb +41 -0
  13. data/lib/plex_ruby_sdk/models/errors/addplaylistcontents_playlists_errors.rb +41 -0
  14. data/lib/plex_ruby_sdk/models/errors/addplaylistcontents_unauthorized.rb +37 -0
  15. data/lib/plex_ruby_sdk/models/errors/apierror.rb +38 -0
  16. data/lib/plex_ruby_sdk/models/errors/applyupdates_badrequest.rb +37 -0
  17. data/lib/plex_ruby_sdk/models/errors/applyupdates_errors.rb +41 -0
  18. data/lib/plex_ruby_sdk/models/errors/applyupdates_unauthorized.rb +37 -0
  19. data/lib/plex_ruby_sdk/models/errors/applyupdates_updater_errors.rb +41 -0
  20. data/lib/plex_ruby_sdk/models/errors/cancelserveractivities_activities_errors.rb +41 -0
  21. data/lib/plex_ruby_sdk/models/errors/cancelserveractivities_badrequest.rb +37 -0
  22. data/lib/plex_ruby_sdk/models/errors/cancelserveractivities_errors.rb +41 -0
  23. data/lib/plex_ruby_sdk/models/errors/cancelserveractivities_unauthorized.rb +37 -0
  24. data/lib/plex_ruby_sdk/models/errors/checkforupdates_badrequest.rb +37 -0
  25. data/lib/plex_ruby_sdk/models/errors/checkforupdates_errors.rb +41 -0
  26. data/lib/plex_ruby_sdk/models/errors/checkforupdates_unauthorized.rb +37 -0
  27. data/lib/plex_ruby_sdk/models/errors/checkforupdates_updater_errors.rb +41 -0
  28. data/lib/plex_ruby_sdk/models/errors/clearplaylistcontents_badrequest.rb +37 -0
  29. data/lib/plex_ruby_sdk/models/errors/clearplaylistcontents_errors.rb +41 -0
  30. data/lib/plex_ruby_sdk/models/errors/clearplaylistcontents_playlists_errors.rb +41 -0
  31. data/lib/plex_ruby_sdk/models/errors/clearplaylistcontents_unauthorized.rb +37 -0
  32. data/lib/plex_ruby_sdk/models/errors/createplaylist_badrequest.rb +37 -0
  33. data/lib/plex_ruby_sdk/models/errors/createplaylist_errors.rb +41 -0
  34. data/lib/plex_ruby_sdk/models/errors/createplaylist_playlists_errors.rb +41 -0
  35. data/lib/plex_ruby_sdk/models/errors/createplaylist_unauthorized.rb +37 -0
  36. data/lib/plex_ruby_sdk/models/errors/deletelibrary_badrequest.rb +37 -0
  37. data/lib/plex_ruby_sdk/models/errors/deletelibrary_errors.rb +41 -0
  38. data/lib/plex_ruby_sdk/models/errors/deletelibrary_library_errors.rb +41 -0
  39. data/lib/plex_ruby_sdk/models/errors/deletelibrary_unauthorized.rb +37 -0
  40. data/lib/plex_ruby_sdk/models/errors/deleteplaylist_badrequest.rb +37 -0
  41. data/lib/plex_ruby_sdk/models/errors/deleteplaylist_errors.rb +41 -0
  42. data/lib/plex_ruby_sdk/models/errors/deleteplaylist_playlists_errors.rb +41 -0
  43. data/lib/plex_ruby_sdk/models/errors/deleteplaylist_unauthorized.rb +37 -0
  44. data/lib/plex_ruby_sdk/models/errors/enablepapertrail_badrequest.rb +37 -0
  45. data/lib/plex_ruby_sdk/models/errors/enablepapertrail_errors.rb +41 -0
  46. data/lib/plex_ruby_sdk/models/errors/enablepapertrail_log_errors.rb +41 -0
  47. data/lib/plex_ruby_sdk/models/errors/enablepapertrail_unauthorized.rb +37 -0
  48. data/lib/plex_ruby_sdk/models/errors/errors.rb +41 -0
  49. data/lib/plex_ruby_sdk/models/errors/get_actors_library_badrequest.rb +37 -0
  50. data/lib/plex_ruby_sdk/models/errors/get_actors_library_errors.rb +41 -0
  51. data/lib/plex_ruby_sdk/models/errors/get_actors_library_library_errors.rb +41 -0
  52. data/lib/plex_ruby_sdk/models/errors/get_actors_library_unauthorized.rb +37 -0
  53. data/lib/plex_ruby_sdk/models/errors/get_all_libraries_badrequest.rb +37 -0
  54. data/lib/plex_ruby_sdk/models/errors/get_all_libraries_errors.rb +41 -0
  55. data/lib/plex_ruby_sdk/models/errors/get_all_libraries_library_errors.rb +41 -0
  56. data/lib/plex_ruby_sdk/models/errors/get_all_libraries_unauthorized.rb +37 -0
  57. data/lib/plex_ruby_sdk/models/errors/get_all_media_library_badrequest.rb +37 -0
  58. data/lib/plex_ruby_sdk/models/errors/get_all_media_library_errors.rb +41 -0
  59. data/lib/plex_ruby_sdk/models/errors/get_all_media_library_library_errors.rb +41 -0
  60. data/lib/plex_ruby_sdk/models/errors/get_all_media_library_unauthorized.rb +37 -0
  61. data/lib/plex_ruby_sdk/models/errors/get_banner_image_badrequest.rb +37 -0
  62. data/lib/plex_ruby_sdk/models/errors/get_banner_image_errors.rb +41 -0
  63. data/lib/plex_ruby_sdk/models/errors/get_banner_image_media_errors.rb +41 -0
  64. data/lib/plex_ruby_sdk/models/errors/get_banner_image_unauthorized.rb +37 -0
  65. data/lib/plex_ruby_sdk/models/errors/get_countries_library_badrequest.rb +37 -0
  66. data/lib/plex_ruby_sdk/models/errors/get_countries_library_errors.rb +41 -0
  67. data/lib/plex_ruby_sdk/models/errors/get_countries_library_library_errors.rb +41 -0
  68. data/lib/plex_ruby_sdk/models/errors/get_countries_library_unauthorized.rb +37 -0
  69. data/lib/plex_ruby_sdk/models/errors/get_genres_library_badrequest.rb +37 -0
  70. data/lib/plex_ruby_sdk/models/errors/get_genres_library_errors.rb +41 -0
  71. data/lib/plex_ruby_sdk/models/errors/get_genres_library_library_errors.rb +41 -0
  72. data/lib/plex_ruby_sdk/models/errors/get_genres_library_unauthorized.rb +37 -0
  73. data/lib/plex_ruby_sdk/models/errors/get_library_details_badrequest.rb +37 -0
  74. data/lib/plex_ruby_sdk/models/errors/get_library_details_errors.rb +41 -0
  75. data/lib/plex_ruby_sdk/models/errors/get_library_details_library_errors.rb +41 -0
  76. data/lib/plex_ruby_sdk/models/errors/get_library_details_unauthorized.rb +37 -0
  77. data/lib/plex_ruby_sdk/models/errors/get_library_items_badrequest.rb +37 -0
  78. data/lib/plex_ruby_sdk/models/errors/get_library_items_errors.rb +41 -0
  79. data/lib/plex_ruby_sdk/models/errors/get_library_items_library_errors.rb +41 -0
  80. data/lib/plex_ruby_sdk/models/errors/get_library_items_unauthorized.rb +37 -0
  81. data/lib/plex_ruby_sdk/models/errors/get_media_meta_data_badrequest.rb +37 -0
  82. data/lib/plex_ruby_sdk/models/errors/get_media_meta_data_errors.rb +41 -0
  83. data/lib/plex_ruby_sdk/models/errors/get_media_meta_data_library_errors.rb +41 -0
  84. data/lib/plex_ruby_sdk/models/errors/get_media_meta_data_unauthorized.rb +37 -0
  85. data/lib/plex_ruby_sdk/models/errors/get_media_providers_badrequest.rb +37 -0
  86. data/lib/plex_ruby_sdk/models/errors/get_media_providers_errors.rb +41 -0
  87. data/lib/plex_ruby_sdk/models/errors/get_media_providers_server_errors.rb +41 -0
  88. data/lib/plex_ruby_sdk/models/errors/get_media_providers_unauthorized.rb +37 -0
  89. data/lib/plex_ruby_sdk/models/errors/get_recently_added_library_badrequest.rb +37 -0
  90. data/lib/plex_ruby_sdk/models/errors/get_recently_added_library_errors.rb +41 -0
  91. data/lib/plex_ruby_sdk/models/errors/get_recently_added_library_library_errors.rb +41 -0
  92. data/lib/plex_ruby_sdk/models/errors/get_recently_added_library_unauthorized.rb +37 -0
  93. data/lib/plex_ruby_sdk/models/errors/get_refresh_library_metadata_badrequest.rb +37 -0
  94. data/lib/plex_ruby_sdk/models/errors/get_refresh_library_metadata_errors.rb +41 -0
  95. data/lib/plex_ruby_sdk/models/errors/get_refresh_library_metadata_library_errors.rb +41 -0
  96. data/lib/plex_ruby_sdk/models/errors/get_refresh_library_metadata_unauthorized.rb +37 -0
  97. data/lib/plex_ruby_sdk/models/errors/get_search_all_libraries_badrequest.rb +37 -0
  98. data/lib/plex_ruby_sdk/models/errors/get_search_all_libraries_errors.rb +41 -0
  99. data/lib/plex_ruby_sdk/models/errors/get_search_all_libraries_library_errors.rb +41 -0
  100. data/lib/plex_ruby_sdk/models/errors/get_search_all_libraries_unauthorized.rb +37 -0
  101. data/lib/plex_ruby_sdk/models/errors/get_search_library_badrequest.rb +37 -0
  102. data/lib/plex_ruby_sdk/models/errors/get_search_library_errors.rb +41 -0
  103. data/lib/plex_ruby_sdk/models/errors/get_search_library_library_errors.rb +41 -0
  104. data/lib/plex_ruby_sdk/models/errors/get_search_library_unauthorized.rb +37 -0
  105. data/lib/plex_ruby_sdk/models/errors/get_server_identity_requesttimeout.rb +41 -0
  106. data/lib/plex_ruby_sdk/models/errors/get_server_resources_badrequest.rb +40 -0
  107. data/lib/plex_ruby_sdk/models/errors/get_server_resources_errors.rb +44 -0
  108. data/lib/plex_ruby_sdk/models/errors/get_server_resources_plex_errors.rb +44 -0
  109. data/lib/plex_ruby_sdk/models/errors/get_server_resources_unauthorized.rb +40 -0
  110. data/lib/plex_ruby_sdk/models/errors/get_thumb_image_badrequest.rb +37 -0
  111. data/lib/plex_ruby_sdk/models/errors/get_thumb_image_errors.rb +41 -0
  112. data/lib/plex_ruby_sdk/models/errors/get_thumb_image_media_errors.rb +41 -0
  113. data/lib/plex_ruby_sdk/models/errors/get_thumb_image_unauthorized.rb +37 -0
  114. data/lib/plex_ruby_sdk/models/errors/get_users_badrequest.rb +40 -0
  115. data/lib/plex_ruby_sdk/models/errors/get_users_errors.rb +44 -0
  116. data/lib/plex_ruby_sdk/models/errors/get_users_unauthorized.rb +40 -0
  117. data/lib/plex_ruby_sdk/models/errors/get_users_users_errors.rb +44 -0
  118. data/lib/plex_ruby_sdk/models/errors/get_watch_list_badrequest.rb +40 -0
  119. data/lib/plex_ruby_sdk/models/errors/get_watch_list_errors.rb +44 -0
  120. data/lib/plex_ruby_sdk/models/errors/get_watch_list_unauthorized.rb +40 -0
  121. data/lib/plex_ruby_sdk/models/errors/get_watch_list_watchlist_errors.rb +44 -0
  122. data/lib/plex_ruby_sdk/models/errors/getavailableclients_badrequest.rb +37 -0
  123. data/lib/plex_ruby_sdk/models/errors/getavailableclients_errors.rb +41 -0
  124. data/lib/plex_ruby_sdk/models/errors/getavailableclients_server_errors.rb +41 -0
  125. data/lib/plex_ruby_sdk/models/errors/getavailableclients_unauthorized.rb +37 -0
  126. data/lib/plex_ruby_sdk/models/errors/getbandwidthstatistics_badrequest.rb +37 -0
  127. data/lib/plex_ruby_sdk/models/errors/getbandwidthstatistics_errors.rb +41 -0
  128. data/lib/plex_ruby_sdk/models/errors/getbandwidthstatistics_statistics_errors.rb +41 -0
  129. data/lib/plex_ruby_sdk/models/errors/getbandwidthstatistics_unauthorized.rb +37 -0
  130. data/lib/plex_ruby_sdk/models/errors/getbutlertasks_badrequest.rb +37 -0
  131. data/lib/plex_ruby_sdk/models/errors/getbutlertasks_butler_errors.rb +41 -0
  132. data/lib/plex_ruby_sdk/models/errors/getbutlertasks_errors.rb +41 -0
  133. data/lib/plex_ruby_sdk/models/errors/getbutlertasks_unauthorized.rb +37 -0
  134. data/lib/plex_ruby_sdk/models/errors/getcompanionsdata_badrequest.rb +40 -0
  135. data/lib/plex_ruby_sdk/models/errors/getcompanionsdata_errors.rb +44 -0
  136. data/lib/plex_ruby_sdk/models/errors/getcompanionsdata_plex_errors.rb +44 -0
  137. data/lib/plex_ruby_sdk/models/errors/getcompanionsdata_unauthorized.rb +40 -0
  138. data/lib/plex_ruby_sdk/models/errors/getdevices_badrequest.rb +37 -0
  139. data/lib/plex_ruby_sdk/models/errors/getdevices_errors.rb +41 -0
  140. data/lib/plex_ruby_sdk/models/errors/getdevices_server_errors.rb +41 -0
  141. data/lib/plex_ruby_sdk/models/errors/getdevices_unauthorized.rb +37 -0
  142. data/lib/plex_ruby_sdk/models/errors/getfilehash_badrequest.rb +37 -0
  143. data/lib/plex_ruby_sdk/models/errors/getfilehash_errors.rb +41 -0
  144. data/lib/plex_ruby_sdk/models/errors/getfilehash_library_errors.rb +41 -0
  145. data/lib/plex_ruby_sdk/models/errors/getfilehash_unauthorized.rb +37 -0
  146. data/lib/plex_ruby_sdk/models/errors/getgeodata_badrequest.rb +40 -0
  147. data/lib/plex_ruby_sdk/models/errors/getgeodata_errors.rb +44 -0
  148. data/lib/plex_ruby_sdk/models/errors/getgeodata_plex_errors.rb +44 -0
  149. data/lib/plex_ruby_sdk/models/errors/getgeodata_unauthorized.rb +40 -0
  150. data/lib/plex_ruby_sdk/models/errors/getglobalhubs_badrequest.rb +37 -0
  151. data/lib/plex_ruby_sdk/models/errors/getglobalhubs_errors.rb +41 -0
  152. data/lib/plex_ruby_sdk/models/errors/getglobalhubs_hubs_errors.rb +41 -0
  153. data/lib/plex_ruby_sdk/models/errors/getglobalhubs_unauthorized.rb +37 -0
  154. data/lib/plex_ruby_sdk/models/errors/gethomedata_badrequest.rb +37 -0
  155. data/lib/plex_ruby_sdk/models/errors/gethomedata_errors.rb +41 -0
  156. data/lib/plex_ruby_sdk/models/errors/gethomedata_plex_errors.rb +41 -0
  157. data/lib/plex_ruby_sdk/models/errors/gethomedata_unauthorized.rb +37 -0
  158. data/lib/plex_ruby_sdk/models/errors/getlibraryhubs_badrequest.rb +37 -0
  159. data/lib/plex_ruby_sdk/models/errors/getlibraryhubs_errors.rb +41 -0
  160. data/lib/plex_ruby_sdk/models/errors/getlibraryhubs_hubs_errors.rb +41 -0
  161. data/lib/plex_ruby_sdk/models/errors/getlibraryhubs_unauthorized.rb +37 -0
  162. data/lib/plex_ruby_sdk/models/errors/getmetadatachildren_badrequest.rb +37 -0
  163. data/lib/plex_ruby_sdk/models/errors/getmetadatachildren_errors.rb +41 -0
  164. data/lib/plex_ruby_sdk/models/errors/getmetadatachildren_library_errors.rb +41 -0
  165. data/lib/plex_ruby_sdk/models/errors/getmetadatachildren_unauthorized.rb +37 -0
  166. data/lib/plex_ruby_sdk/models/errors/getmyplexaccount_badrequest.rb +37 -0
  167. data/lib/plex_ruby_sdk/models/errors/getmyplexaccount_errors.rb +41 -0
  168. data/lib/plex_ruby_sdk/models/errors/getmyplexaccount_server_errors.rb +41 -0
  169. data/lib/plex_ruby_sdk/models/errors/getmyplexaccount_unauthorized.rb +37 -0
  170. data/lib/plex_ruby_sdk/models/errors/getpin_badrequest.rb +40 -0
  171. data/lib/plex_ruby_sdk/models/errors/getpin_errors.rb +44 -0
  172. data/lib/plex_ruby_sdk/models/errors/getplaylist_badrequest.rb +37 -0
  173. data/lib/plex_ruby_sdk/models/errors/getplaylist_errors.rb +41 -0
  174. data/lib/plex_ruby_sdk/models/errors/getplaylist_playlists_errors.rb +41 -0
  175. data/lib/plex_ruby_sdk/models/errors/getplaylist_unauthorized.rb +37 -0
  176. data/lib/plex_ruby_sdk/models/errors/getplaylistcontents_badrequest.rb +37 -0
  177. data/lib/plex_ruby_sdk/models/errors/getplaylistcontents_errors.rb +41 -0
  178. data/lib/plex_ruby_sdk/models/errors/getplaylistcontents_playlists_errors.rb +41 -0
  179. data/lib/plex_ruby_sdk/models/errors/getplaylistcontents_unauthorized.rb +37 -0
  180. data/lib/plex_ruby_sdk/models/errors/getplaylists_badrequest.rb +37 -0
  181. data/lib/plex_ruby_sdk/models/errors/getplaylists_errors.rb +41 -0
  182. data/lib/plex_ruby_sdk/models/errors/getplaylists_playlists_errors.rb +41 -0
  183. data/lib/plex_ruby_sdk/models/errors/getplaylists_unauthorized.rb +37 -0
  184. data/lib/plex_ruby_sdk/models/errors/getresizedphoto_badrequest.rb +37 -0
  185. data/lib/plex_ruby_sdk/models/errors/getresizedphoto_errors.rb +41 -0
  186. data/lib/plex_ruby_sdk/models/errors/getresizedphoto_server_errors.rb +41 -0
  187. data/lib/plex_ruby_sdk/models/errors/getresizedphoto_unauthorized.rb +37 -0
  188. data/lib/plex_ruby_sdk/models/errors/getresourcesstatistics_badrequest.rb +37 -0
  189. data/lib/plex_ruby_sdk/models/errors/getresourcesstatistics_errors.rb +41 -0
  190. data/lib/plex_ruby_sdk/models/errors/getresourcesstatistics_statistics_errors.rb +41 -0
  191. data/lib/plex_ruby_sdk/models/errors/getresourcesstatistics_unauthorized.rb +37 -0
  192. data/lib/plex_ruby_sdk/models/errors/getsearchresults_badrequest.rb +37 -0
  193. data/lib/plex_ruby_sdk/models/errors/getsearchresults_errors.rb +41 -0
  194. data/lib/plex_ruby_sdk/models/errors/getsearchresults_search_errors.rb +41 -0
  195. data/lib/plex_ruby_sdk/models/errors/getsearchresults_unauthorized.rb +37 -0
  196. data/lib/plex_ruby_sdk/models/errors/getserveractivities_activities_errors.rb +41 -0
  197. data/lib/plex_ruby_sdk/models/errors/getserveractivities_badrequest.rb +37 -0
  198. data/lib/plex_ruby_sdk/models/errors/getserveractivities_errors.rb +41 -0
  199. data/lib/plex_ruby_sdk/models/errors/getserveractivities_unauthorized.rb +37 -0
  200. data/lib/plex_ruby_sdk/models/errors/getservercapabilities_badrequest.rb +37 -0
  201. data/lib/plex_ruby_sdk/models/errors/getservercapabilities_errors.rb +41 -0
  202. data/lib/plex_ruby_sdk/models/errors/getservercapabilities_unauthorized.rb +37 -0
  203. data/lib/plex_ruby_sdk/models/errors/getserverlist_badrequest.rb +37 -0
  204. data/lib/plex_ruby_sdk/models/errors/getserverlist_errors.rb +41 -0
  205. data/lib/plex_ruby_sdk/models/errors/getserverlist_server_errors.rb +41 -0
  206. data/lib/plex_ruby_sdk/models/errors/getserverlist_unauthorized.rb +37 -0
  207. data/lib/plex_ruby_sdk/models/errors/getserverpreferences_badrequest.rb +37 -0
  208. data/lib/plex_ruby_sdk/models/errors/getserverpreferences_errors.rb +41 -0
  209. data/lib/plex_ruby_sdk/models/errors/getserverpreferences_server_errors.rb +41 -0
  210. data/lib/plex_ruby_sdk/models/errors/getserverpreferences_unauthorized.rb +37 -0
  211. data/lib/plex_ruby_sdk/models/errors/getsessionhistory_badrequest.rb +37 -0
  212. data/lib/plex_ruby_sdk/models/errors/getsessionhistory_errors.rb +41 -0
  213. data/lib/plex_ruby_sdk/models/errors/getsessionhistory_sessions_errors.rb +41 -0
  214. data/lib/plex_ruby_sdk/models/errors/getsessionhistory_unauthorized.rb +37 -0
  215. data/lib/plex_ruby_sdk/models/errors/getsessions_badrequest.rb +37 -0
  216. data/lib/plex_ruby_sdk/models/errors/getsessions_errors.rb +41 -0
  217. data/lib/plex_ruby_sdk/models/errors/getsessions_sessions_errors.rb +41 -0
  218. data/lib/plex_ruby_sdk/models/errors/getsessions_unauthorized.rb +37 -0
  219. data/lib/plex_ruby_sdk/models/errors/getsourceconnectioninformation_authentication_errors.rb +41 -0
  220. data/lib/plex_ruby_sdk/models/errors/getsourceconnectioninformation_badrequest.rb +37 -0
  221. data/lib/plex_ruby_sdk/models/errors/getsourceconnectioninformation_errors.rb +41 -0
  222. data/lib/plex_ruby_sdk/models/errors/getsourceconnectioninformation_unauthorized.rb +37 -0
  223. data/lib/plex_ruby_sdk/models/errors/getstatistics_badrequest.rb +37 -0
  224. data/lib/plex_ruby_sdk/models/errors/getstatistics_errors.rb +41 -0
  225. data/lib/plex_ruby_sdk/models/errors/getstatistics_statistics_errors.rb +41 -0
  226. data/lib/plex_ruby_sdk/models/errors/getstatistics_unauthorized.rb +37 -0
  227. data/lib/plex_ruby_sdk/models/errors/gettimeline_badrequest.rb +37 -0
  228. data/lib/plex_ruby_sdk/models/errors/gettimeline_errors.rb +41 -0
  229. data/lib/plex_ruby_sdk/models/errors/gettimeline_unauthorized.rb +37 -0
  230. data/lib/plex_ruby_sdk/models/errors/gettimeline_video_errors.rb +41 -0
  231. data/lib/plex_ruby_sdk/models/errors/gettokenbypinid_badrequest.rb +40 -0
  232. data/lib/plex_ruby_sdk/models/errors/gettokenbypinid_errors.rb +44 -0
  233. data/lib/plex_ruby_sdk/models/errors/gettokenbypinid_plex_errors.rb +40 -0
  234. data/lib/plex_ruby_sdk/models/errors/gettokenbypinid_responsebody.rb +40 -0
  235. data/lib/plex_ruby_sdk/models/errors/gettokendetails_authentication_errors.rb +44 -0
  236. data/lib/plex_ruby_sdk/models/errors/gettokendetails_badrequest.rb +40 -0
  237. data/lib/plex_ruby_sdk/models/errors/gettokendetails_errors.rb +44 -0
  238. data/lib/plex_ruby_sdk/models/errors/gettokendetails_unauthorized.rb +40 -0
  239. data/lib/plex_ruby_sdk/models/errors/gettopwatchedcontent_badrequest.rb +37 -0
  240. data/lib/plex_ruby_sdk/models/errors/gettopwatchedcontent_errors.rb +41 -0
  241. data/lib/plex_ruby_sdk/models/errors/gettopwatchedcontent_library_errors.rb +41 -0
  242. data/lib/plex_ruby_sdk/models/errors/gettopwatchedcontent_unauthorized.rb +37 -0
  243. data/lib/plex_ruby_sdk/models/errors/gettranscodesessions_badrequest.rb +37 -0
  244. data/lib/plex_ruby_sdk/models/errors/gettranscodesessions_errors.rb +41 -0
  245. data/lib/plex_ruby_sdk/models/errors/gettranscodesessions_sessions_errors.rb +41 -0
  246. data/lib/plex_ruby_sdk/models/errors/gettranscodesessions_unauthorized.rb +37 -0
  247. data/lib/plex_ruby_sdk/models/errors/gettransienttoken_authentication_errors.rb +41 -0
  248. data/lib/plex_ruby_sdk/models/errors/gettransienttoken_badrequest.rb +37 -0
  249. data/lib/plex_ruby_sdk/models/errors/gettransienttoken_errors.rb +41 -0
  250. data/lib/plex_ruby_sdk/models/errors/gettransienttoken_unauthorized.rb +37 -0
  251. data/lib/plex_ruby_sdk/models/errors/getupdatestatus_badrequest.rb +37 -0
  252. data/lib/plex_ruby_sdk/models/errors/getupdatestatus_errors.rb +41 -0
  253. data/lib/plex_ruby_sdk/models/errors/getupdatestatus_unauthorized.rb +37 -0
  254. data/lib/plex_ruby_sdk/models/errors/getupdatestatus_updater_errors.rb +41 -0
  255. data/lib/plex_ruby_sdk/models/errors/getuserfriends_badrequest.rb +40 -0
  256. data/lib/plex_ruby_sdk/models/errors/getuserfriends_errors.rb +44 -0
  257. data/lib/plex_ruby_sdk/models/errors/getuserfriends_plex_errors.rb +44 -0
  258. data/lib/plex_ruby_sdk/models/errors/getuserfriends_unauthorized.rb +40 -0
  259. data/lib/plex_ruby_sdk/models/errors/logline_badrequest.rb +37 -0
  260. data/lib/plex_ruby_sdk/models/errors/logline_errors.rb +41 -0
  261. data/lib/plex_ruby_sdk/models/errors/logline_log_errors.rb +41 -0
  262. data/lib/plex_ruby_sdk/models/errors/logline_unauthorized.rb +37 -0
  263. data/lib/plex_ruby_sdk/models/errors/logmultiline_badrequest.rb +37 -0
  264. data/lib/plex_ruby_sdk/models/errors/logmultiline_errors.rb +41 -0
  265. data/lib/plex_ruby_sdk/models/errors/logmultiline_log_errors.rb +41 -0
  266. data/lib/plex_ruby_sdk/models/errors/logmultiline_unauthorized.rb +37 -0
  267. data/lib/plex_ruby_sdk/models/errors/markplayed_badrequest.rb +37 -0
  268. data/lib/plex_ruby_sdk/models/errors/markplayed_errors.rb +41 -0
  269. data/lib/plex_ruby_sdk/models/errors/markplayed_media_errors.rb +41 -0
  270. data/lib/plex_ruby_sdk/models/errors/markplayed_unauthorized.rb +37 -0
  271. data/lib/plex_ruby_sdk/models/errors/markunplayed_badrequest.rb +37 -0
  272. data/lib/plex_ruby_sdk/models/errors/markunplayed_errors.rb +41 -0
  273. data/lib/plex_ruby_sdk/models/errors/markunplayed_media_errors.rb +41 -0
  274. data/lib/plex_ruby_sdk/models/errors/markunplayed_unauthorized.rb +37 -0
  275. data/lib/plex_ruby_sdk/models/errors/performsearch_badrequest.rb +37 -0
  276. data/lib/plex_ruby_sdk/models/errors/performsearch_errors.rb +41 -0
  277. data/lib/plex_ruby_sdk/models/errors/performsearch_search_errors.rb +41 -0
  278. data/lib/plex_ruby_sdk/models/errors/performsearch_unauthorized.rb +37 -0
  279. data/lib/plex_ruby_sdk/models/errors/performvoicesearch_badrequest.rb +37 -0
  280. data/lib/plex_ruby_sdk/models/errors/performvoicesearch_errors.rb +41 -0
  281. data/lib/plex_ruby_sdk/models/errors/performvoicesearch_search_errors.rb +41 -0
  282. data/lib/plex_ruby_sdk/models/errors/performvoicesearch_unauthorized.rb +37 -0
  283. data/lib/plex_ruby_sdk/models/errors/post_users_sign_in_data_authentication_errors.rb +44 -0
  284. data/lib/plex_ruby_sdk/models/errors/post_users_sign_in_data_badrequest.rb +40 -0
  285. data/lib/plex_ruby_sdk/models/errors/post_users_sign_in_data_errors.rb +44 -0
  286. data/lib/plex_ruby_sdk/models/errors/post_users_sign_in_data_unauthorized.rb +40 -0
  287. data/lib/plex_ruby_sdk/models/errors/startalltasks_badrequest.rb +37 -0
  288. data/lib/plex_ruby_sdk/models/errors/startalltasks_butler_errors.rb +41 -0
  289. data/lib/plex_ruby_sdk/models/errors/startalltasks_errors.rb +41 -0
  290. data/lib/plex_ruby_sdk/models/errors/startalltasks_unauthorized.rb +37 -0
  291. data/lib/plex_ruby_sdk/models/errors/starttask_badrequest.rb +37 -0
  292. data/lib/plex_ruby_sdk/models/errors/starttask_butler_errors.rb +41 -0
  293. data/lib/plex_ruby_sdk/models/errors/starttask_errors.rb +41 -0
  294. data/lib/plex_ruby_sdk/models/errors/starttask_unauthorized.rb +37 -0
  295. data/lib/plex_ruby_sdk/models/errors/startuniversaltranscode_badrequest.rb +37 -0
  296. data/lib/plex_ruby_sdk/models/errors/startuniversaltranscode_errors.rb +41 -0
  297. data/lib/plex_ruby_sdk/models/errors/startuniversaltranscode_unauthorized.rb +37 -0
  298. data/lib/plex_ruby_sdk/models/errors/startuniversaltranscode_video_errors.rb +41 -0
  299. data/lib/plex_ruby_sdk/models/errors/stopalltasks_badrequest.rb +37 -0
  300. data/lib/plex_ruby_sdk/models/errors/stopalltasks_butler_errors.rb +41 -0
  301. data/lib/plex_ruby_sdk/models/errors/stopalltasks_errors.rb +41 -0
  302. data/lib/plex_ruby_sdk/models/errors/stopalltasks_unauthorized.rb +37 -0
  303. data/lib/plex_ruby_sdk/models/errors/stoptask_badrequest.rb +37 -0
  304. data/lib/plex_ruby_sdk/models/errors/stoptask_butler_errors.rb +41 -0
  305. data/lib/plex_ruby_sdk/models/errors/stoptask_errors.rb +41 -0
  306. data/lib/plex_ruby_sdk/models/errors/stoptask_unauthorized.rb +37 -0
  307. data/lib/plex_ruby_sdk/models/errors/stoptranscodesession_badrequest.rb +37 -0
  308. data/lib/plex_ruby_sdk/models/errors/stoptranscodesession_errors.rb +41 -0
  309. data/lib/plex_ruby_sdk/models/errors/stoptranscodesession_sessions_errors.rb +41 -0
  310. data/lib/plex_ruby_sdk/models/errors/stoptranscodesession_unauthorized.rb +37 -0
  311. data/lib/plex_ruby_sdk/models/errors/updateplaylist_badrequest.rb +37 -0
  312. data/lib/plex_ruby_sdk/models/errors/updateplaylist_errors.rb +41 -0
  313. data/lib/plex_ruby_sdk/models/errors/updateplaylist_playlists_errors.rb +41 -0
  314. data/lib/plex_ruby_sdk/models/errors/updateplaylist_unauthorized.rb +37 -0
  315. data/lib/plex_ruby_sdk/models/errors/updateplayprogress_badrequest.rb +37 -0
  316. data/lib/plex_ruby_sdk/models/errors/updateplayprogress_errors.rb +41 -0
  317. data/lib/plex_ruby_sdk/models/errors/updateplayprogress_media_errors.rb +41 -0
  318. data/lib/plex_ruby_sdk/models/errors/updateplayprogress_unauthorized.rb +37 -0
  319. data/lib/plex_ruby_sdk/models/errors/uploadplaylist_badrequest.rb +37 -0
  320. data/lib/plex_ruby_sdk/models/errors/uploadplaylist_errors.rb +41 -0
  321. data/lib/plex_ruby_sdk/models/errors/uploadplaylist_playlists_errors.rb +41 -0
  322. data/lib/plex_ruby_sdk/models/errors/uploadplaylist_unauthorized.rb +37 -0
  323. data/lib/plex_ruby_sdk/models/errors.rb +323 -0
  324. data/lib/plex_ruby_sdk/models/operations/account.rb +37 -34
  325. data/lib/plex_ruby_sdk/models/operations/action.rb +19 -16
  326. data/lib/plex_ruby_sdk/models/operations/activedirection.rb +10 -8
  327. data/lib/plex_ruby_sdk/models/operations/activity.rb +37 -34
  328. data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_mediacontainer.rb +25 -22
  329. data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_metadata.rb +52 -49
  330. data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_request.rb +30 -27
  331. data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_response.rb +34 -39
  332. data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_responsebody.rb +17 -14
  333. data/lib/plex_ruby_sdk/models/operations/alllibraries.rb +12 -10
  334. data/lib/plex_ruby_sdk/models/operations/allowcameraupload.rb +12 -10
  335. data/lib/plex_ruby_sdk/models/operations/allowchannels.rb +12 -10
  336. data/lib/plex_ruby_sdk/models/operations/allowsubtitleadmin.rb +12 -10
  337. data/lib/plex_ruby_sdk/models/operations/allowsync.rb +12 -10
  338. data/lib/plex_ruby_sdk/models/operations/allowtuners.rb +12 -10
  339. data/lib/plex_ruby_sdk/models/operations/applyupdates_request.rb +26 -23
  340. data/lib/plex_ruby_sdk/models/operations/applyupdates_response.rb +30 -35
  341. data/lib/plex_ruby_sdk/models/operations/autoselectsubtitle.rb +12 -10
  342. data/lib/plex_ruby_sdk/models/operations/billing.rb +22 -19
  343. data/lib/plex_ruby_sdk/models/operations/butlertask.rb +31 -28
  344. data/lib/plex_ruby_sdk/models/operations/butlertasks.rb +16 -13
  345. data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_request.rb +17 -14
  346. data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_response.rb +30 -35
  347. data/lib/plex_ruby_sdk/models/operations/checkforupdates_request.rb +17 -14
  348. data/lib/plex_ruby_sdk/models/operations/checkforupdates_response.rb +30 -35
  349. data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_request.rb +17 -14
  350. data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_response.rb +30 -35
  351. data/lib/plex_ruby_sdk/models/operations/collection.rb +17 -14
  352. data/lib/plex_ruby_sdk/models/operations/connections.rb +49 -46
  353. data/lib/plex_ruby_sdk/models/operations/context.rb +16 -13
  354. data/lib/plex_ruby_sdk/models/operations/country.rb +30 -27
  355. data/lib/plex_ruby_sdk/models/operations/createplaylist_mediacontainer.rb +19 -16
  356. data/lib/plex_ruby_sdk/models/operations/createplaylist_metadata.rb +61 -58
  357. data/lib/plex_ruby_sdk/models/operations/createplaylist_queryparam_type.rb +10 -8
  358. data/lib/plex_ruby_sdk/models/operations/createplaylist_request.rb +38 -35
  359. data/lib/plex_ruby_sdk/models/operations/createplaylist_response.rb +34 -39
  360. data/lib/plex_ruby_sdk/models/operations/createplaylist_responsebody.rb +17 -14
  361. data/lib/plex_ruby_sdk/models/operations/defaultdirection.rb +10 -8
  362. data/lib/plex_ruby_sdk/models/operations/defaultsubtitleaccessibility.rb +12 -10
  363. data/lib/plex_ruby_sdk/models/operations/defaultsubtitleforced.rb +12 -10
  364. data/lib/plex_ruby_sdk/models/operations/deletelibrary_request.rb +24 -21
  365. data/lib/plex_ruby_sdk/models/operations/deletelibrary_response.rb +30 -35
  366. data/lib/plex_ruby_sdk/models/operations/deleteplaylist_request.rb +17 -14
  367. data/lib/plex_ruby_sdk/models/operations/deleteplaylist_response.rb +30 -35
  368. data/lib/plex_ruby_sdk/models/operations/device.rb +28 -25
  369. data/lib/plex_ruby_sdk/models/operations/director.rb +17 -14
  370. data/lib/plex_ruby_sdk/models/operations/directory.rb +22 -19
  371. data/lib/plex_ruby_sdk/models/operations/download.rb +9 -7
  372. data/lib/plex_ruby_sdk/models/operations/enablecreditsmarkergeneration.rb +9 -7
  373. data/lib/plex_ruby_sdk/models/operations/enablepapertrail_response.rb +30 -35
  374. data/lib/plex_ruby_sdk/models/operations/episodesort.rb +10 -8
  375. data/lib/plex_ruby_sdk/models/operations/feature.rb +34 -31
  376. data/lib/plex_ruby_sdk/models/operations/field.rb +25 -22
  377. data/lib/plex_ruby_sdk/models/operations/fieldtype.rb +19 -16
  378. data/lib/plex_ruby_sdk/models/operations/filter.rb +13 -11
  379. data/lib/plex_ruby_sdk/models/operations/flattenseasons.rb +10 -8
  380. data/lib/plex_ruby_sdk/models/operations/force.rb +9 -7
  381. data/lib/plex_ruby_sdk/models/operations/friend.rb +62 -59
  382. data/lib/plex_ruby_sdk/models/operations/genre.rb +31 -28
  383. data/lib/plex_ruby_sdk/models/operations/geodata.rb +61 -58
  384. data/lib/plex_ruby_sdk/models/operations/get_actors_library_directory.rb +34 -31
  385. data/lib/plex_ruby_sdk/models/operations/get_actors_library_mediacontainer.rb +65 -62
  386. data/lib/plex_ruby_sdk/models/operations/get_actors_library_queryparam_type.rb +20 -18
  387. data/lib/plex_ruby_sdk/models/operations/get_actors_library_request.rb +34 -31
  388. data/lib/plex_ruby_sdk/models/operations/get_actors_library_response.rb +34 -39
  389. data/lib/plex_ruby_sdk/models/operations/get_actors_library_responsebody.rb +17 -14
  390. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_directory.rb +95 -90
  391. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_location.rb +26 -23
  392. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_mediacontainer.rb +34 -31
  393. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_response.rb +34 -39
  394. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_responsebody.rb +17 -14
  395. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_type.rb +13 -11
  396. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_activedirection.rb +10 -8
  397. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_collection.rb +17 -14
  398. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_country.rb +17 -14
  399. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_defaultdirection.rb +10 -8
  400. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_director.rb +17 -14
  401. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_field.rb +25 -22
  402. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_fieldtype.rb +19 -16
  403. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_filter.rb +31 -28
  404. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_genre.rb +18 -15
  405. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_guids.rb +18 -15
  406. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_hasthumbnail.rb +9 -7
  407. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_image.rb +22 -19
  408. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_library_optimizedforstreaming.rb +13 -10
  409. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_library_response_type.rb +10 -8
  410. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_library_type.rb +14 -12
  411. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_media.rb +88 -85
  412. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_mediacontainer.rb +90 -87
  413. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_meta.rb +21 -18
  414. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_metadata.rb +259 -256
  415. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_operator.rb +19 -16
  416. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_optimizedforstreaming.rb +13 -10
  417. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_optimizedforstreaming_1.rb +8 -6
  418. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_part.rb +73 -70
  419. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_queryparam_includemeta.rb +10 -8
  420. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_queryparam_type.rb +20 -18
  421. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_request.rb +62 -59
  422. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_response.rb +34 -39
  423. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_responsebody.rb +17 -14
  424. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_role.rb +17 -14
  425. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_sort.rb +52 -49
  426. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_stream.rb +204 -201
  427. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_type.rb +37 -34
  428. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_ultrablurcolors.rb +25 -22
  429. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_writer.rb +17 -14
  430. data/lib/plex_ruby_sdk/models/operations/get_banner_image_request.rb +42 -39
  431. data/lib/plex_ruby_sdk/models/operations/get_banner_image_response.rb +38 -43
  432. data/lib/plex_ruby_sdk/models/operations/get_countries_library_directory.rb +22 -19
  433. data/lib/plex_ruby_sdk/models/operations/get_countries_library_mediacontainer.rb +64 -61
  434. data/lib/plex_ruby_sdk/models/operations/get_countries_library_queryparam_type.rb +20 -18
  435. data/lib/plex_ruby_sdk/models/operations/get_countries_library_request.rb +34 -31
  436. data/lib/plex_ruby_sdk/models/operations/get_countries_library_response.rb +34 -39
  437. data/lib/plex_ruby_sdk/models/operations/get_countries_library_responsebody.rb +17 -14
  438. data/lib/plex_ruby_sdk/models/operations/get_genres_library_directory.rb +25 -22
  439. data/lib/plex_ruby_sdk/models/operations/get_genres_library_mediacontainer.rb +64 -61
  440. data/lib/plex_ruby_sdk/models/operations/get_genres_library_queryparam_type.rb +20 -18
  441. data/lib/plex_ruby_sdk/models/operations/get_genres_library_request.rb +34 -31
  442. data/lib/plex_ruby_sdk/models/operations/get_genres_library_response.rb +34 -39
  443. data/lib/plex_ruby_sdk/models/operations/get_genres_library_responsebody.rb +17 -14
  444. data/lib/plex_ruby_sdk/models/operations/get_library_details_directory.rb +28 -25
  445. data/lib/plex_ruby_sdk/models/operations/get_library_details_field.rb +25 -22
  446. data/lib/plex_ruby_sdk/models/operations/get_library_details_fieldtype.rb +19 -16
  447. data/lib/plex_ruby_sdk/models/operations/get_library_details_filter.rb +28 -25
  448. data/lib/plex_ruby_sdk/models/operations/get_library_details_mediacontainer.rb +58 -55
  449. data/lib/plex_ruby_sdk/models/operations/get_library_details_operator.rb +19 -16
  450. data/lib/plex_ruby_sdk/models/operations/get_library_details_request.rb +30 -27
  451. data/lib/plex_ruby_sdk/models/operations/get_library_details_response.rb +34 -39
  452. data/lib/plex_ruby_sdk/models/operations/get_library_details_responsebody.rb +17 -14
  453. data/lib/plex_ruby_sdk/models/operations/get_library_details_sort.rb +31 -28
  454. data/lib/plex_ruby_sdk/models/operations/get_library_details_type.rb +34 -31
  455. data/lib/plex_ruby_sdk/models/operations/get_library_items_activedirection.rb +10 -8
  456. data/lib/plex_ruby_sdk/models/operations/get_library_items_collection.rb +16 -13
  457. data/lib/plex_ruby_sdk/models/operations/get_library_items_country.rb +16 -13
  458. data/lib/plex_ruby_sdk/models/operations/get_library_items_defaultdirection.rb +10 -8
  459. data/lib/plex_ruby_sdk/models/operations/get_library_items_director.rb +16 -13
  460. data/lib/plex_ruby_sdk/models/operations/get_library_items_field.rb +25 -22
  461. data/lib/plex_ruby_sdk/models/operations/get_library_items_fieldtype.rb +19 -16
  462. data/lib/plex_ruby_sdk/models/operations/get_library_items_filter.rb +31 -28
  463. data/lib/plex_ruby_sdk/models/operations/get_library_items_genre.rb +16 -13
  464. data/lib/plex_ruby_sdk/models/operations/get_library_items_hasthumbnail.rb +8 -6
  465. data/lib/plex_ruby_sdk/models/operations/get_library_items_image.rb +22 -19
  466. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_activedirection.rb +10 -8
  467. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_defaultdirection.rb +10 -8
  468. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_field.rb +25 -22
  469. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_fieldtype.rb +19 -16
  470. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_filter.rb +28 -25
  471. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_operator.rb +19 -16
  472. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_200_type.rb +10 -8
  473. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_type.rb +34 -31
  474. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_sort.rb +52 -49
  475. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_type.rb +14 -12
  476. data/lib/plex_ruby_sdk/models/operations/get_library_items_location.rb +16 -13
  477. data/lib/plex_ruby_sdk/models/operations/get_library_items_media.rb +67 -64
  478. data/lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb +93 -90
  479. data/lib/plex_ruby_sdk/models/operations/get_library_items_meta.rb +21 -18
  480. data/lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb +272 -269
  481. data/lib/plex_ruby_sdk/models/operations/get_library_items_operator.rb +19 -16
  482. data/lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb +8 -6
  483. data/lib/plex_ruby_sdk/models/operations/get_library_items_part.rb +54 -51
  484. data/lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_includemeta.rb +10 -8
  485. data/lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb +20 -18
  486. data/lib/plex_ruby_sdk/models/operations/get_library_items_request.rb +57 -54
  487. data/lib/plex_ruby_sdk/models/operations/get_library_items_response.rb +34 -39
  488. data/lib/plex_ruby_sdk/models/operations/get_library_items_responsebody.rb +17 -14
  489. data/lib/plex_ruby_sdk/models/operations/get_library_items_role.rb +42 -39
  490. data/lib/plex_ruby_sdk/models/operations/get_library_items_sort.rb +52 -49
  491. data/lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb +161 -158
  492. data/lib/plex_ruby_sdk/models/operations/get_library_items_type.rb +37 -34
  493. data/lib/plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb +25 -22
  494. data/lib/plex_ruby_sdk/models/operations/get_library_items_writer.rb +16 -13
  495. data/lib/plex_ruby_sdk/models/operations/get_media_arts_mediacontainer.rb +38 -35
  496. data/lib/plex_ruby_sdk/models/operations/get_media_arts_metadata.rb +38 -35
  497. data/lib/plex_ruby_sdk/models/operations/get_media_arts_request.rb +17 -14
  498. data/lib/plex_ruby_sdk/models/operations/get_media_arts_response.rb +34 -31
  499. data/lib/plex_ruby_sdk/models/operations/get_media_arts_responsebody.rb +17 -14
  500. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_country.rb +30 -27
  501. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_director.rb +42 -39
  502. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_genre.rb +30 -27
  503. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_guids.rb +17 -14
  504. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_hasthumbnail.rb +9 -7
  505. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_image.rb +30 -27
  506. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_library_optimizedforstreaming.rb +13 -10
  507. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_location.rb +17 -14
  508. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_media.rb +88 -85
  509. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_mediacontainer.rb +53 -50
  510. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_metadata.rb +251 -248
  511. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_optimizedforstreaming.rb +13 -10
  512. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_optimizedforstreaming_1.rb +8 -6
  513. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_optimizedforstreaming_library_1.rb +8 -6
  514. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_part.rb +73 -70
  515. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_producer.rb +42 -39
  516. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_request.rb +69 -66
  517. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_response.rb +34 -39
  518. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_responsebody.rb +17 -14
  519. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_role.rb +42 -39
  520. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_similar.rb +30 -27
  521. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_stream.rb +204 -201
  522. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_ultrablurcolors.rb +34 -31
  523. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_writer.rb +42 -39
  524. data/lib/plex_ruby_sdk/models/operations/get_media_posters_mediacontainer.rb +38 -35
  525. data/lib/plex_ruby_sdk/models/operations/get_media_posters_metadata.rb +38 -35
  526. data/lib/plex_ruby_sdk/models/operations/get_media_posters_request.rb +17 -14
  527. data/lib/plex_ruby_sdk/models/operations/get_media_posters_response.rb +34 -31
  528. data/lib/plex_ruby_sdk/models/operations/get_media_posters_responsebody.rb +17 -14
  529. data/lib/plex_ruby_sdk/models/operations/get_media_providers_directory.rb +55 -52
  530. data/lib/plex_ruby_sdk/models/operations/get_media_providers_mediacontainer.rb +146 -143
  531. data/lib/plex_ruby_sdk/models/operations/get_media_providers_request.rb +17 -14
  532. data/lib/plex_ruby_sdk/models/operations/get_media_providers_response.rb +34 -39
  533. data/lib/plex_ruby_sdk/models/operations/get_media_providers_responsebody.rb +17 -14
  534. data/lib/plex_ruby_sdk/models/operations/get_recently_added_activedirection.rb +10 -8
  535. data/lib/plex_ruby_sdk/models/operations/get_recently_added_defaultdirection.rb +10 -8
  536. data/lib/plex_ruby_sdk/models/operations/get_recently_added_field.rb +25 -22
  537. data/lib/plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb +19 -16
  538. data/lib/plex_ruby_sdk/models/operations/get_recently_added_filter.rb +31 -28
  539. data/lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_response_type.rb +10 -8
  540. data/lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_type.rb +14 -12
  541. data/lib/plex_ruby_sdk/models/operations/get_recently_added_image.rb +22 -19
  542. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_country.rb +16 -13
  543. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_director.rb +16 -13
  544. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_filter.rb +31 -28
  545. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_genre.rb +16 -13
  546. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_media.rb +61 -58
  547. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_mediacontainer.rb +42 -39
  548. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_metadata.rb +109 -106
  549. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_part.rb +43 -40
  550. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_request.rb +52 -49
  551. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_response.rb +34 -39
  552. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_responsebody.rb +17 -14
  553. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_role.rb +16 -13
  554. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_type.rb +37 -34
  555. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_writer.rb +16 -13
  556. data/lib/plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb +47 -44
  557. data/lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb +299 -296
  558. data/lib/plex_ruby_sdk/models/operations/get_recently_added_operator.rb +19 -16
  559. data/lib/plex_ruby_sdk/models/operations/get_recently_added_optimizedforstreaming.rb +13 -10
  560. data/lib/plex_ruby_sdk/models/operations/get_recently_added_optimizedforstreaming_1.rb +8 -6
  561. data/lib/plex_ruby_sdk/models/operations/get_recently_added_request.rb +54 -51
  562. data/lib/plex_ruby_sdk/models/operations/get_recently_added_response.rb +34 -31
  563. data/lib/plex_ruby_sdk/models/operations/get_recently_added_responsebody.rb +17 -14
  564. data/lib/plex_ruby_sdk/models/operations/get_recently_added_sort.rb +52 -49
  565. data/lib/plex_ruby_sdk/models/operations/get_recently_added_type.rb +37 -34
  566. data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_request.rb +28 -25
  567. data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_response.rb +30 -35
  568. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_collection.rb +16 -13
  569. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_country.rb +16 -13
  570. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_director.rb +16 -13
  571. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_enablecreditsmarkergeneration.rb +9 -7
  572. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_episodesort.rb +10 -8
  573. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_flattenseasons.rb +10 -8
  574. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_genre.rb +16 -13
  575. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_hasthumbnail.rb +8 -6
  576. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_image.rb +22 -19
  577. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_library_type.rb +10 -8
  578. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_location.rb +16 -13
  579. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_media.rb +67 -64
  580. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediacontainer.rb +19 -16
  581. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediaguid.rb +24 -21
  582. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadata.rb +272 -269
  583. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadatarating.rb +30 -27
  584. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_optimizedforstreaming.rb +8 -6
  585. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_part.rb +54 -51
  586. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_queryparam_includecollections.rb +9 -7
  587. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_queryparam_includeexternalmedia.rb +9 -7
  588. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_request.rb +43 -40
  589. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_response.rb +34 -39
  590. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_responsebody.rb +17 -14
  591. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_role.rb +42 -39
  592. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_showordering.rb +18 -16
  593. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_stream.rb +161 -158
  594. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_type.rb +14 -12
  595. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_ultrablurcolors.rb +25 -22
  596. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_writer.rb +16 -13
  597. data/lib/plex_ruby_sdk/models/operations/get_search_library_mediacontainer.rb +52 -49
  598. data/lib/plex_ruby_sdk/models/operations/get_search_library_metadata.rb +73 -70
  599. data/lib/plex_ruby_sdk/models/operations/get_search_library_queryparam_type.rb +20 -18
  600. data/lib/plex_ruby_sdk/models/operations/get_search_library_request.rb +34 -31
  601. data/lib/plex_ruby_sdk/models/operations/get_search_library_response.rb +34 -39
  602. data/lib/plex_ruby_sdk/models/operations/get_search_library_responsebody.rb +17 -14
  603. data/lib/plex_ruby_sdk/models/operations/get_server_identity_mediacontainer.rb +25 -22
  604. data/lib/plex_ruby_sdk/models/operations/get_server_identity_response.rb +34 -35
  605. data/lib/plex_ruby_sdk/models/operations/get_server_identity_responsebody.rb +17 -14
  606. data/lib/plex_ruby_sdk/models/operations/get_server_resources_request.rb +39 -36
  607. data/lib/plex_ruby_sdk/models/operations/get_server_resources_response.rb +37 -42
  608. data/lib/plex_ruby_sdk/models/operations/get_thumb_image_request.rb +42 -39
  609. data/lib/plex_ruby_sdk/models/operations/get_thumb_image_response.rb +38 -43
  610. data/lib/plex_ruby_sdk/models/operations/get_users_mediacontainer.rb +45 -42
  611. data/lib/plex_ruby_sdk/models/operations/get_users_request.rb +68 -65
  612. data/lib/plex_ruby_sdk/models/operations/get_users_response.rb +37 -42
  613. data/lib/plex_ruby_sdk/models/operations/get_users_responsebody.rb +21 -18
  614. data/lib/plex_ruby_sdk/models/operations/get_users_server.rb +48 -45
  615. data/lib/plex_ruby_sdk/models/operations/get_watch_list_request.rb +66 -63
  616. data/lib/plex_ruby_sdk/models/operations/get_watch_list_response.rb +37 -42
  617. data/lib/plex_ruby_sdk/models/operations/get_watch_list_responsebody.rb +49 -46
  618. data/lib/plex_ruby_sdk/models/operations/getavailableclients_mediacontainer.rb +19 -16
  619. data/lib/plex_ruby_sdk/models/operations/getavailableclients_response.rb +34 -39
  620. data/lib/plex_ruby_sdk/models/operations/getavailableclients_responsebody.rb +17 -14
  621. data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_account.rb +37 -34
  622. data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_device.rb +28 -25
  623. data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_mediacontainer.rb +25 -22
  624. data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_request.rb +24 -21
  625. data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_response.rb +34 -39
  626. data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_responsebody.rb +17 -14
  627. data/lib/plex_ruby_sdk/models/operations/getbutlertasks_response.rb +34 -39
  628. data/lib/plex_ruby_sdk/models/operations/getbutlertasks_responsebody.rb +17 -14
  629. data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_response.rb +37 -42
  630. data/lib/plex_ruby_sdk/models/operations/getdevices_mediacontainer.rb +22 -19
  631. data/lib/plex_ruby_sdk/models/operations/getdevices_response.rb +34 -39
  632. data/lib/plex_ruby_sdk/models/operations/getdevices_responsebody.rb +17 -14
  633. data/lib/plex_ruby_sdk/models/operations/getfilehash_request.rb +26 -23
  634. data/lib/plex_ruby_sdk/models/operations/getfilehash_response.rb +30 -35
  635. data/lib/plex_ruby_sdk/models/operations/getgeodata_geodata.rb +61 -58
  636. data/lib/plex_ruby_sdk/models/operations/getgeodata_response.rb +37 -42
  637. data/lib/plex_ruby_sdk/models/operations/getglobalhubs_mediacontainer.rb +25 -22
  638. data/lib/plex_ruby_sdk/models/operations/getglobalhubs_metadata.rb +64 -61
  639. data/lib/plex_ruby_sdk/models/operations/getglobalhubs_request.rb +26 -23
  640. data/lib/plex_ruby_sdk/models/operations/getglobalhubs_response.rb +34 -39
  641. data/lib/plex_ruby_sdk/models/operations/getglobalhubs_responsebody.rb +17 -14
  642. data/lib/plex_ruby_sdk/models/operations/gethomedata_response.rb +34 -39
  643. data/lib/plex_ruby_sdk/models/operations/gethomedata_responsebody.rb +32 -29
  644. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_country.rb +16 -13
  645. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_director.rb +16 -13
  646. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_genre.rb +16 -13
  647. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_hub.rb +49 -46
  648. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_media.rb +64 -61
  649. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_mediacontainer.rb +34 -31
  650. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_metadata.rb +116 -113
  651. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_part.rb +43 -40
  652. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_request.rb +30 -27
  653. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_response.rb +34 -39
  654. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_responsebody.rb +17 -14
  655. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_role.rb +16 -13
  656. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_writer.rb +16 -13
  657. data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_directory.rb +28 -25
  658. data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_mediacontainer.rb +82 -79
  659. data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_metadata.rb +94 -91
  660. data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_request.rb +27 -24
  661. data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_response.rb +34 -39
  662. data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_responsebody.rb +17 -14
  663. data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_response.rb +34 -39
  664. data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_responsebody.rb +17 -14
  665. data/lib/plex_ruby_sdk/models/operations/getpin_authpincontainer.rb +69 -66
  666. data/lib/plex_ruby_sdk/models/operations/getpin_request.rb +48 -45
  667. data/lib/plex_ruby_sdk/models/operations/getpin_response.rb +37 -38
  668. data/lib/plex_ruby_sdk/models/operations/getplaylist_mediacontainer.rb +19 -16
  669. data/lib/plex_ruby_sdk/models/operations/getplaylist_metadata.rb +58 -55
  670. data/lib/plex_ruby_sdk/models/operations/getplaylist_request.rb +17 -14
  671. data/lib/plex_ruby_sdk/models/operations/getplaylist_response.rb +34 -39
  672. data/lib/plex_ruby_sdk/models/operations/getplaylist_responsebody.rb +17 -14
  673. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_country.rb +16 -13
  674. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_director.rb +16 -13
  675. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_genre.rb +16 -13
  676. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_media.rb +64 -61
  677. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_mediacontainer.rb +40 -37
  678. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_metadata.rb +109 -106
  679. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_part.rb +43 -40
  680. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_queryparam_type.rb +20 -18
  681. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_request.rb +32 -29
  682. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_response.rb +34 -39
  683. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_responsebody.rb +17 -14
  684. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_role.rb +16 -13
  685. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_writer.rb +16 -13
  686. data/lib/plex_ruby_sdk/models/operations/getplaylists_mediacontainer.rb +19 -16
  687. data/lib/plex_ruby_sdk/models/operations/getplaylists_metadata.rb +61 -58
  688. data/lib/plex_ruby_sdk/models/operations/getplaylists_request.rb +26 -23
  689. data/lib/plex_ruby_sdk/models/operations/getplaylists_response.rb +34 -39
  690. data/lib/plex_ruby_sdk/models/operations/getplaylists_responsebody.rb +17 -14
  691. data/lib/plex_ruby_sdk/models/operations/getresizedphoto_request.rb +46 -43
  692. data/lib/plex_ruby_sdk/models/operations/getresizedphoto_response.rb +30 -35
  693. data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_mediacontainer.rb +19 -16
  694. data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_request.rb +24 -21
  695. data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_response.rb +34 -39
  696. data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_responsebody.rb +17 -14
  697. data/lib/plex_ruby_sdk/models/operations/getsearchresults_country.rb +16 -13
  698. data/lib/plex_ruby_sdk/models/operations/getsearchresults_director.rb +16 -13
  699. data/lib/plex_ruby_sdk/models/operations/getsearchresults_genre.rb +16 -13
  700. data/lib/plex_ruby_sdk/models/operations/getsearchresults_media.rb +58 -55
  701. data/lib/plex_ruby_sdk/models/operations/getsearchresults_mediacontainer.rb +31 -28
  702. data/lib/plex_ruby_sdk/models/operations/getsearchresults_metadata.rb +116 -113
  703. data/lib/plex_ruby_sdk/models/operations/getsearchresults_part.rb +37 -34
  704. data/lib/plex_ruby_sdk/models/operations/getsearchresults_request.rb +17 -14
  705. data/lib/plex_ruby_sdk/models/operations/getsearchresults_response.rb +34 -39
  706. data/lib/plex_ruby_sdk/models/operations/getsearchresults_responsebody.rb +17 -14
  707. data/lib/plex_ruby_sdk/models/operations/getsearchresults_role.rb +16 -13
  708. data/lib/plex_ruby_sdk/models/operations/getsearchresults_writer.rb +16 -13
  709. data/lib/plex_ruby_sdk/models/operations/getserveractivities_mediacontainer.rb +19 -16
  710. data/lib/plex_ruby_sdk/models/operations/getserveractivities_response.rb +34 -39
  711. data/lib/plex_ruby_sdk/models/operations/getserveractivities_responsebody.rb +17 -14
  712. data/lib/plex_ruby_sdk/models/operations/getservercapabilities_response.rb +34 -39
  713. data/lib/plex_ruby_sdk/models/operations/getservercapabilities_responsebody.rb +17 -14
  714. data/lib/plex_ruby_sdk/models/operations/getserverlist_mediacontainer.rb +19 -16
  715. data/lib/plex_ruby_sdk/models/operations/getserverlist_response.rb +34 -39
  716. data/lib/plex_ruby_sdk/models/operations/getserverlist_responsebody.rb +17 -14
  717. data/lib/plex_ruby_sdk/models/operations/getserverlist_server.rb +31 -28
  718. data/lib/plex_ruby_sdk/models/operations/getserverpreferences_mediacontainer.rb +19 -16
  719. data/lib/plex_ruby_sdk/models/operations/getserverpreferences_response.rb +34 -39
  720. data/lib/plex_ruby_sdk/models/operations/getserverpreferences_responsebody.rb +17 -14
  721. data/lib/plex_ruby_sdk/models/operations/getsessionhistory_mediacontainer.rb +19 -16
  722. data/lib/plex_ruby_sdk/models/operations/getsessionhistory_metadata.rb +70 -67
  723. data/lib/plex_ruby_sdk/models/operations/getsessionhistory_request.rb +39 -36
  724. data/lib/plex_ruby_sdk/models/operations/getsessionhistory_response.rb +34 -39
  725. data/lib/plex_ruby_sdk/models/operations/getsessionhistory_responsebody.rb +17 -14
  726. data/lib/plex_ruby_sdk/models/operations/getsessions_media.rb +37 -34
  727. data/lib/plex_ruby_sdk/models/operations/getsessions_mediacontainer.rb +19 -16
  728. data/lib/plex_ruby_sdk/models/operations/getsessions_metadata.rb +129 -126
  729. data/lib/plex_ruby_sdk/models/operations/getsessions_part.rb +43 -40
  730. data/lib/plex_ruby_sdk/models/operations/getsessions_response.rb +34 -39
  731. data/lib/plex_ruby_sdk/models/operations/getsessions_responsebody.rb +17 -14
  732. data/lib/plex_ruby_sdk/models/operations/getsessions_stream.rb +73 -70
  733. data/lib/plex_ruby_sdk/models/operations/getsessions_user.rb +22 -19
  734. data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_request.rb +17 -14
  735. data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_response.rb +30 -35
  736. data/lib/plex_ruby_sdk/models/operations/getstatistics_device.rb +28 -25
  737. data/lib/plex_ruby_sdk/models/operations/getstatistics_mediacontainer.rb +25 -22
  738. data/lib/plex_ruby_sdk/models/operations/getstatistics_request.rb +24 -21
  739. data/lib/plex_ruby_sdk/models/operations/getstatistics_response.rb +34 -39
  740. data/lib/plex_ruby_sdk/models/operations/getstatistics_responsebody.rb +17 -14
  741. data/lib/plex_ruby_sdk/models/operations/gettimeline_request.rb +53 -50
  742. data/lib/plex_ruby_sdk/models/operations/gettimeline_response.rb +30 -35
  743. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_authpincontainer.rb +69 -66
  744. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_geodata.rb +61 -58
  745. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_request.rb +45 -42
  746. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_response.rb +37 -42
  747. data/lib/plex_ruby_sdk/models/operations/gettokendetails_authentication_response_status.rb +12 -10
  748. data/lib/plex_ruby_sdk/models/operations/gettokendetails_authentication_status.rb +12 -10
  749. data/lib/plex_ruby_sdk/models/operations/gettokendetails_response.rb +37 -42
  750. data/lib/plex_ruby_sdk/models/operations/gettokendetails_status.rb +11 -9
  751. data/lib/plex_ruby_sdk/models/operations/gettokendetails_subscription.rb +45 -42
  752. data/lib/plex_ruby_sdk/models/operations/gettokendetails_userplexaccount.rb +177 -174
  753. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_country.rb +22 -19
  754. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_genre.rb +22 -19
  755. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_guids.rb +16 -13
  756. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_mediacontainer.rb +31 -28
  757. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_metadata.rb +109 -106
  758. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_queryparam_type.rb +20 -18
  759. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_request.rb +33 -30
  760. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_response.rb +34 -39
  761. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_responsebody.rb +17 -14
  762. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_role.rb +31 -28
  763. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_user.rb +16 -13
  764. data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_mediacontainer.rb +19 -16
  765. data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_response.rb +34 -39
  766. data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_responsebody.rb +17 -14
  767. data/lib/plex_ruby_sdk/models/operations/gettransienttoken_queryparam_type.rb +8 -6
  768. data/lib/plex_ruby_sdk/models/operations/gettransienttoken_request.rb +26 -23
  769. data/lib/plex_ruby_sdk/models/operations/gettransienttoken_response.rb +30 -35
  770. data/lib/plex_ruby_sdk/models/operations/getupdatestatus_mediacontainer.rb +31 -28
  771. data/lib/plex_ruby_sdk/models/operations/getupdatestatus_response.rb +34 -39
  772. data/lib/plex_ruby_sdk/models/operations/getupdatestatus_responsebody.rb +17 -14
  773. data/lib/plex_ruby_sdk/models/operations/getuserfriends_response.rb +37 -42
  774. data/lib/plex_ruby_sdk/models/operations/guids.rb +18 -15
  775. data/lib/plex_ruby_sdk/models/operations/hasthumbnail.rb +9 -7
  776. data/lib/plex_ruby_sdk/models/operations/hidden.rb +9 -7
  777. data/lib/plex_ruby_sdk/models/operations/home.rb +12 -10
  778. data/lib/plex_ruby_sdk/models/operations/hub.rb +46 -43
  779. data/lib/plex_ruby_sdk/models/operations/image.rb +25 -22
  780. data/lib/plex_ruby_sdk/models/operations/includeadvanced.rb +9 -7
  781. data/lib/plex_ruby_sdk/models/operations/includecollections.rb +13 -11
  782. data/lib/plex_ruby_sdk/models/operations/includedetails.rb +11 -9
  783. data/lib/plex_ruby_sdk/models/operations/includeexternalmedia.rb +13 -11
  784. data/lib/plex_ruby_sdk/models/operations/includeguids.rb +10 -8
  785. data/lib/plex_ruby_sdk/models/operations/includehttps.rb +12 -10
  786. data/lib/plex_ruby_sdk/models/operations/includeipv6.rb +12 -10
  787. data/lib/plex_ruby_sdk/models/operations/includemeta.rb +10 -8
  788. data/lib/plex_ruby_sdk/models/operations/includerelay.rb +14 -12
  789. data/lib/plex_ruby_sdk/models/operations/internalpaymentmethod.rb +15 -12
  790. data/lib/plex_ruby_sdk/models/operations/level.rb +18 -16
  791. data/lib/plex_ruby_sdk/models/operations/libtype.rb +13 -11
  792. data/lib/plex_ruby_sdk/models/operations/location.rb +17 -14
  793. data/lib/plex_ruby_sdk/models/operations/logline_request.rb +36 -33
  794. data/lib/plex_ruby_sdk/models/operations/logline_response.rb +30 -35
  795. data/lib/plex_ruby_sdk/models/operations/logmultiline_response.rb +30 -35
  796. data/lib/plex_ruby_sdk/models/operations/mailingliststatus.rb +12 -10
  797. data/lib/plex_ruby_sdk/models/operations/markplayed_request.rb +17 -14
  798. data/lib/plex_ruby_sdk/models/operations/markplayed_response.rb +30 -35
  799. data/lib/plex_ruby_sdk/models/operations/markunplayed_request.rb +17 -14
  800. data/lib/plex_ruby_sdk/models/operations/markunplayed_response.rb +30 -35
  801. data/lib/plex_ruby_sdk/models/operations/media.rb +88 -85
  802. data/lib/plex_ruby_sdk/models/operations/mediacontainer.rb +167 -164
  803. data/lib/plex_ruby_sdk/models/operations/mediaguid.rb +24 -21
  804. data/lib/plex_ruby_sdk/models/operations/mediaprovider.rb +28 -25
  805. data/lib/plex_ruby_sdk/models/operations/mediareviewsvisibility.rb +12 -10
  806. data/lib/plex_ruby_sdk/models/operations/meta.rb +21 -18
  807. data/lib/plex_ruby_sdk/models/operations/metadata.rb +122 -119
  808. data/lib/plex_ruby_sdk/models/operations/metadatarating.rb +30 -27
  809. data/lib/plex_ruby_sdk/models/operations/minsize.rb +9 -7
  810. data/lib/plex_ruby_sdk/models/operations/myplex.rb +49 -46
  811. data/lib/plex_ruby_sdk/models/operations/one.rb +8 -6
  812. data/lib/plex_ruby_sdk/models/operations/onlytransient.rb +9 -7
  813. data/lib/plex_ruby_sdk/models/operations/operator.rb +19 -16
  814. data/lib/plex_ruby_sdk/models/operations/optimizedforstreaming.rb +13 -10
  815. data/lib/plex_ruby_sdk/models/operations/optimizedforstreaming_1.rb +8 -6
  816. data/lib/plex_ruby_sdk/models/operations/owned.rb +12 -10
  817. data/lib/plex_ruby_sdk/models/operations/part.rb +73 -70
  818. data/lib/plex_ruby_sdk/models/operations/pastsubscription.rb +61 -58
  819. data/lib/plex_ruby_sdk/models/operations/pathparam_taskname.rb +21 -19
  820. data/lib/plex_ruby_sdk/models/operations/pending.rb +12 -10
  821. data/lib/plex_ruby_sdk/models/operations/performsearch_request.rb +30 -27
  822. data/lib/plex_ruby_sdk/models/operations/performsearch_response.rb +30 -35
  823. data/lib/plex_ruby_sdk/models/operations/performvoicesearch_request.rb +30 -27
  824. data/lib/plex_ruby_sdk/models/operations/performvoicesearch_response.rb +30 -35
  825. data/lib/plex_ruby_sdk/models/operations/pivot.rb +31 -28
  826. data/lib/plex_ruby_sdk/models/operations/player.rb +58 -55
  827. data/lib/plex_ruby_sdk/models/operations/playlisttype.rb +10 -8
  828. data/lib/plex_ruby_sdk/models/operations/plexdevice.rb +113 -110
  829. data/lib/plex_ruby_sdk/models/operations/post_media_arts_request.rb +30 -27
  830. data/lib/plex_ruby_sdk/models/operations/post_media_arts_response.rb +30 -27
  831. data/lib/plex_ruby_sdk/models/operations/post_media_poster_request.rb +30 -27
  832. data/lib/plex_ruby_sdk/models/operations/post_media_poster_response.rb +30 -27
  833. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_response_status.rb +12 -10
  834. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_status.rb +12 -10
  835. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_subscription.rb +45 -42
  836. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_autoselectsubtitle.rb +12 -10
  837. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_defaultsubtitleaccessibility.rb +12 -10
  838. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_defaultsubtitleforced.rb +12 -10
  839. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_mailingliststatus.rb +12 -10
  840. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_mediareviewsvisibility.rb +12 -10
  841. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb +45 -42
  842. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_requestbody.rb +37 -34
  843. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_response.rb +37 -42
  844. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_services.rb +31 -28
  845. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_state.rb +10 -8
  846. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_status.rb +11 -9
  847. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_subscription.rb +41 -38
  848. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userplexaccount.rb +183 -180
  849. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userprofile.rb +43 -40
  850. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_watchedindicator.rb +12 -10
  851. data/lib/plex_ruby_sdk/models/operations/producer.rb +38 -35
  852. data/lib/plex_ruby_sdk/models/operations/protected.rb +12 -10
  853. data/lib/plex_ruby_sdk/models/operations/protocol.rb +12 -10
  854. data/lib/plex_ruby_sdk/models/operations/provider.rb +22 -19
  855. data/lib/plex_ruby_sdk/models/operations/queryparam_filter.rb +15 -12
  856. data/lib/plex_ruby_sdk/models/operations/queryparam_force.rb +13 -11
  857. data/lib/plex_ruby_sdk/models/operations/queryparam_includecollections.rb +9 -7
  858. data/lib/plex_ruby_sdk/models/operations/queryparam_includeexternalmedia.rb +9 -7
  859. data/lib/plex_ruby_sdk/models/operations/queryparam_includeguids.rb +10 -8
  860. data/lib/plex_ruby_sdk/models/operations/queryparam_includemeta.rb +10 -8
  861. data/lib/plex_ruby_sdk/models/operations/queryparam_onlytransient.rb +9 -7
  862. data/lib/plex_ruby_sdk/models/operations/queryparam_smart.rb +9 -7
  863. data/lib/plex_ruby_sdk/models/operations/queryparam_type.rb +20 -18
  864. data/lib/plex_ruby_sdk/models/operations/rating.rb +23 -20
  865. data/lib/plex_ruby_sdk/models/operations/ratings.rb +30 -27
  866. data/lib/plex_ruby_sdk/models/operations/release.rb +31 -28
  867. data/lib/plex_ruby_sdk/models/operations/responsebody.rb +45 -42
  868. data/lib/plex_ruby_sdk/models/operations/restricted.rb +12 -10
  869. data/lib/plex_ruby_sdk/models/operations/role.rb +42 -39
  870. data/lib/plex_ruby_sdk/models/operations/scope.rb +8 -6
  871. data/lib/plex_ruby_sdk/models/operations/searchresult.rb +19 -16
  872. data/lib/plex_ruby_sdk/models/operations/searchtypes.rb +11 -9
  873. data/lib/plex_ruby_sdk/models/operations/server.rb +46 -43
  874. data/lib/plex_ruby_sdk/models/operations/services.rb +31 -28
  875. data/lib/plex_ruby_sdk/models/operations/session.rb +22 -19
  876. data/lib/plex_ruby_sdk/models/operations/setting.rb +43 -40
  877. data/lib/plex_ruby_sdk/models/operations/sharedservers.rb +15 -12
  878. data/lib/plex_ruby_sdk/models/operations/sharedsources.rb +15 -12
  879. data/lib/plex_ruby_sdk/models/operations/showordering.rb +18 -16
  880. data/lib/plex_ruby_sdk/models/operations/similar.rb +23 -20
  881. data/lib/plex_ruby_sdk/models/operations/skip.rb +9 -7
  882. data/lib/plex_ruby_sdk/models/operations/smart.rb +9 -7
  883. data/lib/plex_ruby_sdk/models/operations/sort.rb +52 -49
  884. data/lib/plex_ruby_sdk/models/operations/startalltasks_response.rb +30 -35
  885. data/lib/plex_ruby_sdk/models/operations/starttask_request.rb +17 -14
  886. data/lib/plex_ruby_sdk/models/operations/starttask_response.rb +30 -35
  887. data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_request.rb +77 -74
  888. data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_response.rb +30 -35
  889. data/lib/plex_ruby_sdk/models/operations/state.rb +10 -8
  890. data/lib/plex_ruby_sdk/models/operations/statisticsbandwidth.rb +31 -28
  891. data/lib/plex_ruby_sdk/models/operations/statisticsmedia.rb +34 -31
  892. data/lib/plex_ruby_sdk/models/operations/statisticsresources.rb +31 -28
  893. data/lib/plex_ruby_sdk/models/operations/status.rb +11 -9
  894. data/lib/plex_ruby_sdk/models/operations/stopalltasks_response.rb +30 -35
  895. data/lib/plex_ruby_sdk/models/operations/stoptask_request.rb +17 -14
  896. data/lib/plex_ruby_sdk/models/operations/stoptask_response.rb +30 -35
  897. data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_request.rb +17 -14
  898. data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_response.rb +30 -35
  899. data/lib/plex_ruby_sdk/models/operations/stream.rb +204 -201
  900. data/lib/plex_ruby_sdk/models/operations/subscription.rb +41 -38
  901. data/lib/plex_ruby_sdk/models/operations/tag.rb +23 -21
  902. data/lib/plex_ruby_sdk/models/operations/taskname.rb +21 -19
  903. data/lib/plex_ruby_sdk/models/operations/tonight.rb +9 -7
  904. data/lib/plex_ruby_sdk/models/operations/transcodesession.rb +85 -82
  905. data/lib/plex_ruby_sdk/models/operations/trials.rb +15 -12
  906. data/lib/plex_ruby_sdk/models/operations/type.rb +20 -18
  907. data/lib/plex_ruby_sdk/models/operations/ultrablurcolors.rb +25 -22
  908. data/lib/plex_ruby_sdk/models/operations/updateplaylist_request.rb +30 -27
  909. data/lib/plex_ruby_sdk/models/operations/updateplaylist_response.rb +30 -35
  910. data/lib/plex_ruby_sdk/models/operations/updateplayprogress_request.rb +30 -27
  911. data/lib/plex_ruby_sdk/models/operations/updateplayprogress_response.rb +30 -35
  912. data/lib/plex_ruby_sdk/models/operations/uploadplaylist_request.rb +40 -37
  913. data/lib/plex_ruby_sdk/models/operations/uploadplaylist_response.rb +30 -35
  914. data/lib/plex_ruby_sdk/models/operations/upscale.rb +9 -7
  915. data/lib/plex_ruby_sdk/models/operations/user.rb +101 -98
  916. data/lib/plex_ruby_sdk/models/operations/userprofile.rb +43 -40
  917. data/lib/plex_ruby_sdk/models/operations/watchedindicator.rb +12 -10
  918. data/lib/plex_ruby_sdk/models/operations/writer.rb +34 -31
  919. data/lib/plex_ruby_sdk/models/operations.rb +598 -907
  920. data/lib/plex_ruby_sdk/models/server_variables/server_protocol.rb +20 -0
  921. data/lib/plex_ruby_sdk/{server_variables.rb → models/server_variables.rb} +4 -2
  922. data/lib/plex_ruby_sdk/models/shared/security.rb +16 -13
  923. data/lib/plex_ruby_sdk/models/shared.rb +4 -2
  924. data/lib/plex_ruby_sdk/playlists.rb +547 -248
  925. data/lib/plex_ruby_sdk/plex.rb +419 -183
  926. data/lib/plex_ruby_sdk/plex_api.rb +6 -6
  927. data/lib/plex_ruby_sdk/sdkconfiguration.rb +10 -8
  928. data/lib/plex_ruby_sdk/search.rb +177 -80
  929. data/lib/plex_ruby_sdk/server.rb +533 -231
  930. data/lib/plex_ruby_sdk/sessions.rb +242 -106
  931. data/lib/plex_ruby_sdk/statistics.rb +189 -84
  932. data/lib/plex_ruby_sdk/updater.rb +175 -79
  933. data/lib/plex_ruby_sdk/users.rb +62 -25
  934. data/lib/plex_ruby_sdk/utils/utils.rb +18 -7
  935. data/lib/plex_ruby_sdk/video.rb +112 -50
  936. data/lib/plex_ruby_sdk/watchlist.rb +63 -28
  937. data/lib/plex_ruby_sdk.rb +6 -3
  938. metadata +318 -316
  939. data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_badrequest.rb +0 -30
  940. data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_errors.rb +0 -38
  941. data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_playlists_errors.rb +0 -38
  942. data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_unauthorized.rb +0 -30
  943. data/lib/plex_ruby_sdk/models/operations/applyupdates_badrequest.rb +0 -30
  944. data/lib/plex_ruby_sdk/models/operations/applyupdates_errors.rb +0 -38
  945. data/lib/plex_ruby_sdk/models/operations/applyupdates_unauthorized.rb +0 -30
  946. data/lib/plex_ruby_sdk/models/operations/applyupdates_updater_errors.rb +0 -38
  947. data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_activities_errors.rb +0 -38
  948. data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_badrequest.rb +0 -30
  949. data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_errors.rb +0 -38
  950. data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_unauthorized.rb +0 -30
  951. data/lib/plex_ruby_sdk/models/operations/checkforupdates_badrequest.rb +0 -30
  952. data/lib/plex_ruby_sdk/models/operations/checkforupdates_errors.rb +0 -38
  953. data/lib/plex_ruby_sdk/models/operations/checkforupdates_unauthorized.rb +0 -30
  954. data/lib/plex_ruby_sdk/models/operations/checkforupdates_updater_errors.rb +0 -38
  955. data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_badrequest.rb +0 -30
  956. data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_errors.rb +0 -38
  957. data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_playlists_errors.rb +0 -38
  958. data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_unauthorized.rb +0 -30
  959. data/lib/plex_ruby_sdk/models/operations/createplaylist_badrequest.rb +0 -30
  960. data/lib/plex_ruby_sdk/models/operations/createplaylist_errors.rb +0 -38
  961. data/lib/plex_ruby_sdk/models/operations/createplaylist_playlists_errors.rb +0 -38
  962. data/lib/plex_ruby_sdk/models/operations/createplaylist_unauthorized.rb +0 -30
  963. data/lib/plex_ruby_sdk/models/operations/deletelibrary_badrequest.rb +0 -30
  964. data/lib/plex_ruby_sdk/models/operations/deletelibrary_errors.rb +0 -38
  965. data/lib/plex_ruby_sdk/models/operations/deletelibrary_library_errors.rb +0 -38
  966. data/lib/plex_ruby_sdk/models/operations/deletelibrary_unauthorized.rb +0 -30
  967. data/lib/plex_ruby_sdk/models/operations/deleteplaylist_badrequest.rb +0 -30
  968. data/lib/plex_ruby_sdk/models/operations/deleteplaylist_errors.rb +0 -38
  969. data/lib/plex_ruby_sdk/models/operations/deleteplaylist_playlists_errors.rb +0 -38
  970. data/lib/plex_ruby_sdk/models/operations/deleteplaylist_unauthorized.rb +0 -30
  971. data/lib/plex_ruby_sdk/models/operations/enablepapertrail_badrequest.rb +0 -30
  972. data/lib/plex_ruby_sdk/models/operations/enablepapertrail_errors.rb +0 -38
  973. data/lib/plex_ruby_sdk/models/operations/enablepapertrail_log_errors.rb +0 -38
  974. data/lib/plex_ruby_sdk/models/operations/enablepapertrail_unauthorized.rb +0 -30
  975. data/lib/plex_ruby_sdk/models/operations/errors.rb +0 -38
  976. data/lib/plex_ruby_sdk/models/operations/get_actors_library_badrequest.rb +0 -30
  977. data/lib/plex_ruby_sdk/models/operations/get_actors_library_errors.rb +0 -38
  978. data/lib/plex_ruby_sdk/models/operations/get_actors_library_library_errors.rb +0 -38
  979. data/lib/plex_ruby_sdk/models/operations/get_actors_library_unauthorized.rb +0 -30
  980. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_badrequest.rb +0 -30
  981. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_errors.rb +0 -38
  982. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_library_errors.rb +0 -38
  983. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_unauthorized.rb +0 -30
  984. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_badrequest.rb +0 -30
  985. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_errors.rb +0 -38
  986. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_library_errors.rb +0 -38
  987. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_unauthorized.rb +0 -30
  988. data/lib/plex_ruby_sdk/models/operations/get_banner_image_badrequest.rb +0 -30
  989. data/lib/plex_ruby_sdk/models/operations/get_banner_image_errors.rb +0 -38
  990. data/lib/plex_ruby_sdk/models/operations/get_banner_image_media_errors.rb +0 -38
  991. data/lib/plex_ruby_sdk/models/operations/get_banner_image_unauthorized.rb +0 -30
  992. data/lib/plex_ruby_sdk/models/operations/get_countries_library_badrequest.rb +0 -30
  993. data/lib/plex_ruby_sdk/models/operations/get_countries_library_errors.rb +0 -38
  994. data/lib/plex_ruby_sdk/models/operations/get_countries_library_library_errors.rb +0 -38
  995. data/lib/plex_ruby_sdk/models/operations/get_countries_library_unauthorized.rb +0 -30
  996. data/lib/plex_ruby_sdk/models/operations/get_genres_library_badrequest.rb +0 -30
  997. data/lib/plex_ruby_sdk/models/operations/get_genres_library_errors.rb +0 -38
  998. data/lib/plex_ruby_sdk/models/operations/get_genres_library_library_errors.rb +0 -38
  999. data/lib/plex_ruby_sdk/models/operations/get_genres_library_unauthorized.rb +0 -30
  1000. data/lib/plex_ruby_sdk/models/operations/get_library_details_badrequest.rb +0 -30
  1001. data/lib/plex_ruby_sdk/models/operations/get_library_details_errors.rb +0 -38
  1002. data/lib/plex_ruby_sdk/models/operations/get_library_details_library_errors.rb +0 -38
  1003. data/lib/plex_ruby_sdk/models/operations/get_library_details_unauthorized.rb +0 -30
  1004. data/lib/plex_ruby_sdk/models/operations/get_library_items_badrequest.rb +0 -30
  1005. data/lib/plex_ruby_sdk/models/operations/get_library_items_errors.rb +0 -38
  1006. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_errors.rb +0 -38
  1007. data/lib/plex_ruby_sdk/models/operations/get_library_items_unauthorized.rb +0 -30
  1008. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_badrequest.rb +0 -30
  1009. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_errors.rb +0 -38
  1010. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_library_errors.rb +0 -38
  1011. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_unauthorized.rb +0 -30
  1012. data/lib/plex_ruby_sdk/models/operations/get_media_providers_badrequest.rb +0 -30
  1013. data/lib/plex_ruby_sdk/models/operations/get_media_providers_errors.rb +0 -38
  1014. data/lib/plex_ruby_sdk/models/operations/get_media_providers_server_errors.rb +0 -38
  1015. data/lib/plex_ruby_sdk/models/operations/get_media_providers_unauthorized.rb +0 -30
  1016. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_badrequest.rb +0 -30
  1017. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_errors.rb +0 -38
  1018. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_library_errors.rb +0 -38
  1019. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_unauthorized.rb +0 -30
  1020. data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_badrequest.rb +0 -30
  1021. data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_errors.rb +0 -38
  1022. data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_library_errors.rb +0 -38
  1023. data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_unauthorized.rb +0 -30
  1024. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_badrequest.rb +0 -30
  1025. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_errors.rb +0 -38
  1026. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_library_errors.rb +0 -38
  1027. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_unauthorized.rb +0 -30
  1028. data/lib/plex_ruby_sdk/models/operations/get_search_library_badrequest.rb +0 -30
  1029. data/lib/plex_ruby_sdk/models/operations/get_search_library_errors.rb +0 -38
  1030. data/lib/plex_ruby_sdk/models/operations/get_search_library_library_errors.rb +0 -38
  1031. data/lib/plex_ruby_sdk/models/operations/get_search_library_unauthorized.rb +0 -30
  1032. data/lib/plex_ruby_sdk/models/operations/get_server_identity_requesttimeout.rb +0 -34
  1033. data/lib/plex_ruby_sdk/models/operations/get_server_resources_badrequest.rb +0 -33
  1034. data/lib/plex_ruby_sdk/models/operations/get_server_resources_errors.rb +0 -41
  1035. data/lib/plex_ruby_sdk/models/operations/get_server_resources_plex_errors.rb +0 -41
  1036. data/lib/plex_ruby_sdk/models/operations/get_server_resources_unauthorized.rb +0 -33
  1037. data/lib/plex_ruby_sdk/models/operations/get_thumb_image_badrequest.rb +0 -30
  1038. data/lib/plex_ruby_sdk/models/operations/get_thumb_image_errors.rb +0 -38
  1039. data/lib/plex_ruby_sdk/models/operations/get_thumb_image_media_errors.rb +0 -38
  1040. data/lib/plex_ruby_sdk/models/operations/get_thumb_image_unauthorized.rb +0 -30
  1041. data/lib/plex_ruby_sdk/models/operations/get_users_badrequest.rb +0 -33
  1042. data/lib/plex_ruby_sdk/models/operations/get_users_errors.rb +0 -41
  1043. data/lib/plex_ruby_sdk/models/operations/get_users_unauthorized.rb +0 -33
  1044. data/lib/plex_ruby_sdk/models/operations/get_users_users_errors.rb +0 -41
  1045. data/lib/plex_ruby_sdk/models/operations/get_watch_list_badrequest.rb +0 -33
  1046. data/lib/plex_ruby_sdk/models/operations/get_watch_list_errors.rb +0 -41
  1047. data/lib/plex_ruby_sdk/models/operations/get_watch_list_unauthorized.rb +0 -33
  1048. data/lib/plex_ruby_sdk/models/operations/get_watch_list_watchlist_errors.rb +0 -41
  1049. data/lib/plex_ruby_sdk/models/operations/getavailableclients_badrequest.rb +0 -30
  1050. data/lib/plex_ruby_sdk/models/operations/getavailableclients_errors.rb +0 -38
  1051. data/lib/plex_ruby_sdk/models/operations/getavailableclients_server_errors.rb +0 -38
  1052. data/lib/plex_ruby_sdk/models/operations/getavailableclients_unauthorized.rb +0 -30
  1053. data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_badrequest.rb +0 -30
  1054. data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_errors.rb +0 -38
  1055. data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_statistics_errors.rb +0 -38
  1056. data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_unauthorized.rb +0 -30
  1057. data/lib/plex_ruby_sdk/models/operations/getbutlertasks_badrequest.rb +0 -30
  1058. data/lib/plex_ruby_sdk/models/operations/getbutlertasks_butler_errors.rb +0 -38
  1059. data/lib/plex_ruby_sdk/models/operations/getbutlertasks_errors.rb +0 -38
  1060. data/lib/plex_ruby_sdk/models/operations/getbutlertasks_unauthorized.rb +0 -30
  1061. data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_badrequest.rb +0 -33
  1062. data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_errors.rb +0 -41
  1063. data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_plex_errors.rb +0 -41
  1064. data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_unauthorized.rb +0 -33
  1065. data/lib/plex_ruby_sdk/models/operations/getdevices_badrequest.rb +0 -30
  1066. data/lib/plex_ruby_sdk/models/operations/getdevices_errors.rb +0 -38
  1067. data/lib/plex_ruby_sdk/models/operations/getdevices_server_errors.rb +0 -38
  1068. data/lib/plex_ruby_sdk/models/operations/getdevices_unauthorized.rb +0 -30
  1069. data/lib/plex_ruby_sdk/models/operations/getfilehash_badrequest.rb +0 -30
  1070. data/lib/plex_ruby_sdk/models/operations/getfilehash_errors.rb +0 -38
  1071. data/lib/plex_ruby_sdk/models/operations/getfilehash_library_errors.rb +0 -38
  1072. data/lib/plex_ruby_sdk/models/operations/getfilehash_unauthorized.rb +0 -30
  1073. data/lib/plex_ruby_sdk/models/operations/getgeodata_badrequest.rb +0 -33
  1074. data/lib/plex_ruby_sdk/models/operations/getgeodata_errors.rb +0 -41
  1075. data/lib/plex_ruby_sdk/models/operations/getgeodata_plex_errors.rb +0 -41
  1076. data/lib/plex_ruby_sdk/models/operations/getgeodata_unauthorized.rb +0 -33
  1077. data/lib/plex_ruby_sdk/models/operations/getglobalhubs_badrequest.rb +0 -30
  1078. data/lib/plex_ruby_sdk/models/operations/getglobalhubs_errors.rb +0 -38
  1079. data/lib/plex_ruby_sdk/models/operations/getglobalhubs_hubs_errors.rb +0 -38
  1080. data/lib/plex_ruby_sdk/models/operations/getglobalhubs_unauthorized.rb +0 -30
  1081. data/lib/plex_ruby_sdk/models/operations/gethomedata_badrequest.rb +0 -30
  1082. data/lib/plex_ruby_sdk/models/operations/gethomedata_errors.rb +0 -38
  1083. data/lib/plex_ruby_sdk/models/operations/gethomedata_plex_errors.rb +0 -38
  1084. data/lib/plex_ruby_sdk/models/operations/gethomedata_unauthorized.rb +0 -30
  1085. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_badrequest.rb +0 -30
  1086. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_errors.rb +0 -38
  1087. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_hubs_errors.rb +0 -38
  1088. data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_unauthorized.rb +0 -30
  1089. data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_badrequest.rb +0 -30
  1090. data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_errors.rb +0 -38
  1091. data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_library_errors.rb +0 -38
  1092. data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_unauthorized.rb +0 -30
  1093. data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_badrequest.rb +0 -30
  1094. data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_errors.rb +0 -38
  1095. data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_server_errors.rb +0 -38
  1096. data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_unauthorized.rb +0 -30
  1097. data/lib/plex_ruby_sdk/models/operations/getpin_badrequest.rb +0 -33
  1098. data/lib/plex_ruby_sdk/models/operations/getpin_errors.rb +0 -41
  1099. data/lib/plex_ruby_sdk/models/operations/getplaylist_badrequest.rb +0 -30
  1100. data/lib/plex_ruby_sdk/models/operations/getplaylist_errors.rb +0 -38
  1101. data/lib/plex_ruby_sdk/models/operations/getplaylist_playlists_errors.rb +0 -38
  1102. data/lib/plex_ruby_sdk/models/operations/getplaylist_unauthorized.rb +0 -30
  1103. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_badrequest.rb +0 -30
  1104. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_errors.rb +0 -38
  1105. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_playlists_errors.rb +0 -38
  1106. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_unauthorized.rb +0 -30
  1107. data/lib/plex_ruby_sdk/models/operations/getplaylists_badrequest.rb +0 -30
  1108. data/lib/plex_ruby_sdk/models/operations/getplaylists_errors.rb +0 -38
  1109. data/lib/plex_ruby_sdk/models/operations/getplaylists_playlists_errors.rb +0 -38
  1110. data/lib/plex_ruby_sdk/models/operations/getplaylists_unauthorized.rb +0 -30
  1111. data/lib/plex_ruby_sdk/models/operations/getresizedphoto_badrequest.rb +0 -30
  1112. data/lib/plex_ruby_sdk/models/operations/getresizedphoto_errors.rb +0 -38
  1113. data/lib/plex_ruby_sdk/models/operations/getresizedphoto_server_errors.rb +0 -38
  1114. data/lib/plex_ruby_sdk/models/operations/getresizedphoto_unauthorized.rb +0 -30
  1115. data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_badrequest.rb +0 -30
  1116. data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_errors.rb +0 -38
  1117. data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_statistics_errors.rb +0 -38
  1118. data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_unauthorized.rb +0 -30
  1119. data/lib/plex_ruby_sdk/models/operations/getsearchresults_badrequest.rb +0 -30
  1120. data/lib/plex_ruby_sdk/models/operations/getsearchresults_errors.rb +0 -38
  1121. data/lib/plex_ruby_sdk/models/operations/getsearchresults_search_errors.rb +0 -38
  1122. data/lib/plex_ruby_sdk/models/operations/getsearchresults_unauthorized.rb +0 -30
  1123. data/lib/plex_ruby_sdk/models/operations/getserveractivities_activities_errors.rb +0 -38
  1124. data/lib/plex_ruby_sdk/models/operations/getserveractivities_badrequest.rb +0 -30
  1125. data/lib/plex_ruby_sdk/models/operations/getserveractivities_errors.rb +0 -38
  1126. data/lib/plex_ruby_sdk/models/operations/getserveractivities_unauthorized.rb +0 -30
  1127. data/lib/plex_ruby_sdk/models/operations/getservercapabilities_badrequest.rb +0 -30
  1128. data/lib/plex_ruby_sdk/models/operations/getservercapabilities_errors.rb +0 -38
  1129. data/lib/plex_ruby_sdk/models/operations/getservercapabilities_unauthorized.rb +0 -30
  1130. data/lib/plex_ruby_sdk/models/operations/getserverlist_badrequest.rb +0 -30
  1131. data/lib/plex_ruby_sdk/models/operations/getserverlist_errors.rb +0 -38
  1132. data/lib/plex_ruby_sdk/models/operations/getserverlist_server_errors.rb +0 -38
  1133. data/lib/plex_ruby_sdk/models/operations/getserverlist_unauthorized.rb +0 -30
  1134. data/lib/plex_ruby_sdk/models/operations/getserverpreferences_badrequest.rb +0 -30
  1135. data/lib/plex_ruby_sdk/models/operations/getserverpreferences_errors.rb +0 -38
  1136. data/lib/plex_ruby_sdk/models/operations/getserverpreferences_server_errors.rb +0 -38
  1137. data/lib/plex_ruby_sdk/models/operations/getserverpreferences_unauthorized.rb +0 -30
  1138. data/lib/plex_ruby_sdk/models/operations/getsessionhistory_badrequest.rb +0 -30
  1139. data/lib/plex_ruby_sdk/models/operations/getsessionhistory_errors.rb +0 -38
  1140. data/lib/plex_ruby_sdk/models/operations/getsessionhistory_sessions_errors.rb +0 -38
  1141. data/lib/plex_ruby_sdk/models/operations/getsessionhistory_unauthorized.rb +0 -30
  1142. data/lib/plex_ruby_sdk/models/operations/getsessions_badrequest.rb +0 -30
  1143. data/lib/plex_ruby_sdk/models/operations/getsessions_errors.rb +0 -38
  1144. data/lib/plex_ruby_sdk/models/operations/getsessions_sessions_errors.rb +0 -38
  1145. data/lib/plex_ruby_sdk/models/operations/getsessions_unauthorized.rb +0 -30
  1146. data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_authentication_errors.rb +0 -38
  1147. data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_badrequest.rb +0 -30
  1148. data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_errors.rb +0 -38
  1149. data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_unauthorized.rb +0 -30
  1150. data/lib/plex_ruby_sdk/models/operations/getstatistics_badrequest.rb +0 -30
  1151. data/lib/plex_ruby_sdk/models/operations/getstatistics_errors.rb +0 -38
  1152. data/lib/plex_ruby_sdk/models/operations/getstatistics_statistics_errors.rb +0 -38
  1153. data/lib/plex_ruby_sdk/models/operations/getstatistics_unauthorized.rb +0 -30
  1154. data/lib/plex_ruby_sdk/models/operations/gettimeline_badrequest.rb +0 -30
  1155. data/lib/plex_ruby_sdk/models/operations/gettimeline_errors.rb +0 -38
  1156. data/lib/plex_ruby_sdk/models/operations/gettimeline_unauthorized.rb +0 -30
  1157. data/lib/plex_ruby_sdk/models/operations/gettimeline_video_errors.rb +0 -38
  1158. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_badrequest.rb +0 -33
  1159. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_errors.rb +0 -41
  1160. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_plex_errors.rb +0 -37
  1161. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_responsebody.rb +0 -33
  1162. data/lib/plex_ruby_sdk/models/operations/gettokendetails_authentication_errors.rb +0 -41
  1163. data/lib/plex_ruby_sdk/models/operations/gettokendetails_badrequest.rb +0 -33
  1164. data/lib/plex_ruby_sdk/models/operations/gettokendetails_errors.rb +0 -41
  1165. data/lib/plex_ruby_sdk/models/operations/gettokendetails_unauthorized.rb +0 -33
  1166. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_badrequest.rb +0 -30
  1167. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_errors.rb +0 -38
  1168. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_library_errors.rb +0 -38
  1169. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_unauthorized.rb +0 -30
  1170. data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_badrequest.rb +0 -30
  1171. data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_errors.rb +0 -38
  1172. data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_sessions_errors.rb +0 -38
  1173. data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_unauthorized.rb +0 -30
  1174. data/lib/plex_ruby_sdk/models/operations/gettransienttoken_authentication_errors.rb +0 -38
  1175. data/lib/plex_ruby_sdk/models/operations/gettransienttoken_badrequest.rb +0 -30
  1176. data/lib/plex_ruby_sdk/models/operations/gettransienttoken_errors.rb +0 -38
  1177. data/lib/plex_ruby_sdk/models/operations/gettransienttoken_unauthorized.rb +0 -30
  1178. data/lib/plex_ruby_sdk/models/operations/getupdatestatus_badrequest.rb +0 -30
  1179. data/lib/plex_ruby_sdk/models/operations/getupdatestatus_errors.rb +0 -38
  1180. data/lib/plex_ruby_sdk/models/operations/getupdatestatus_unauthorized.rb +0 -30
  1181. data/lib/plex_ruby_sdk/models/operations/getupdatestatus_updater_errors.rb +0 -38
  1182. data/lib/plex_ruby_sdk/models/operations/getuserfriends_badrequest.rb +0 -33
  1183. data/lib/plex_ruby_sdk/models/operations/getuserfriends_errors.rb +0 -41
  1184. data/lib/plex_ruby_sdk/models/operations/getuserfriends_plex_errors.rb +0 -41
  1185. data/lib/plex_ruby_sdk/models/operations/getuserfriends_unauthorized.rb +0 -33
  1186. data/lib/plex_ruby_sdk/models/operations/logline_badrequest.rb +0 -30
  1187. data/lib/plex_ruby_sdk/models/operations/logline_errors.rb +0 -38
  1188. data/lib/plex_ruby_sdk/models/operations/logline_log_errors.rb +0 -38
  1189. data/lib/plex_ruby_sdk/models/operations/logline_unauthorized.rb +0 -30
  1190. data/lib/plex_ruby_sdk/models/operations/logmultiline_badrequest.rb +0 -30
  1191. data/lib/plex_ruby_sdk/models/operations/logmultiline_errors.rb +0 -38
  1192. data/lib/plex_ruby_sdk/models/operations/logmultiline_log_errors.rb +0 -38
  1193. data/lib/plex_ruby_sdk/models/operations/logmultiline_unauthorized.rb +0 -30
  1194. data/lib/plex_ruby_sdk/models/operations/markplayed_badrequest.rb +0 -30
  1195. data/lib/plex_ruby_sdk/models/operations/markplayed_errors.rb +0 -38
  1196. data/lib/plex_ruby_sdk/models/operations/markplayed_media_errors.rb +0 -38
  1197. data/lib/plex_ruby_sdk/models/operations/markplayed_unauthorized.rb +0 -30
  1198. data/lib/plex_ruby_sdk/models/operations/markunplayed_badrequest.rb +0 -30
  1199. data/lib/plex_ruby_sdk/models/operations/markunplayed_errors.rb +0 -38
  1200. data/lib/plex_ruby_sdk/models/operations/markunplayed_media_errors.rb +0 -38
  1201. data/lib/plex_ruby_sdk/models/operations/markunplayed_unauthorized.rb +0 -30
  1202. data/lib/plex_ruby_sdk/models/operations/performsearch_badrequest.rb +0 -30
  1203. data/lib/plex_ruby_sdk/models/operations/performsearch_errors.rb +0 -38
  1204. data/lib/plex_ruby_sdk/models/operations/performsearch_search_errors.rb +0 -38
  1205. data/lib/plex_ruby_sdk/models/operations/performsearch_unauthorized.rb +0 -30
  1206. data/lib/plex_ruby_sdk/models/operations/performvoicesearch_badrequest.rb +0 -30
  1207. data/lib/plex_ruby_sdk/models/operations/performvoicesearch_errors.rb +0 -38
  1208. data/lib/plex_ruby_sdk/models/operations/performvoicesearch_search_errors.rb +0 -38
  1209. data/lib/plex_ruby_sdk/models/operations/performvoicesearch_unauthorized.rb +0 -30
  1210. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_errors.rb +0 -41
  1211. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_badrequest.rb +0 -33
  1212. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_errors.rb +0 -41
  1213. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_unauthorized.rb +0 -33
  1214. data/lib/plex_ruby_sdk/models/operations/startalltasks_badrequest.rb +0 -30
  1215. data/lib/plex_ruby_sdk/models/operations/startalltasks_butler_errors.rb +0 -38
  1216. data/lib/plex_ruby_sdk/models/operations/startalltasks_errors.rb +0 -38
  1217. data/lib/plex_ruby_sdk/models/operations/startalltasks_unauthorized.rb +0 -30
  1218. data/lib/plex_ruby_sdk/models/operations/starttask_badrequest.rb +0 -30
  1219. data/lib/plex_ruby_sdk/models/operations/starttask_butler_errors.rb +0 -38
  1220. data/lib/plex_ruby_sdk/models/operations/starttask_errors.rb +0 -38
  1221. data/lib/plex_ruby_sdk/models/operations/starttask_unauthorized.rb +0 -30
  1222. data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_badrequest.rb +0 -30
  1223. data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_errors.rb +0 -38
  1224. data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_unauthorized.rb +0 -30
  1225. data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_video_errors.rb +0 -38
  1226. data/lib/plex_ruby_sdk/models/operations/stopalltasks_badrequest.rb +0 -30
  1227. data/lib/plex_ruby_sdk/models/operations/stopalltasks_butler_errors.rb +0 -38
  1228. data/lib/plex_ruby_sdk/models/operations/stopalltasks_errors.rb +0 -38
  1229. data/lib/plex_ruby_sdk/models/operations/stopalltasks_unauthorized.rb +0 -30
  1230. data/lib/plex_ruby_sdk/models/operations/stoptask_badrequest.rb +0 -30
  1231. data/lib/plex_ruby_sdk/models/operations/stoptask_butler_errors.rb +0 -38
  1232. data/lib/plex_ruby_sdk/models/operations/stoptask_errors.rb +0 -38
  1233. data/lib/plex_ruby_sdk/models/operations/stoptask_unauthorized.rb +0 -30
  1234. data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_badrequest.rb +0 -30
  1235. data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_errors.rb +0 -38
  1236. data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_sessions_errors.rb +0 -38
  1237. data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_unauthorized.rb +0 -30
  1238. data/lib/plex_ruby_sdk/models/operations/updateplaylist_badrequest.rb +0 -30
  1239. data/lib/plex_ruby_sdk/models/operations/updateplaylist_errors.rb +0 -38
  1240. data/lib/plex_ruby_sdk/models/operations/updateplaylist_playlists_errors.rb +0 -38
  1241. data/lib/plex_ruby_sdk/models/operations/updateplaylist_unauthorized.rb +0 -30
  1242. data/lib/plex_ruby_sdk/models/operations/updateplayprogress_badrequest.rb +0 -30
  1243. data/lib/plex_ruby_sdk/models/operations/updateplayprogress_errors.rb +0 -38
  1244. data/lib/plex_ruby_sdk/models/operations/updateplayprogress_media_errors.rb +0 -38
  1245. data/lib/plex_ruby_sdk/models/operations/updateplayprogress_unauthorized.rb +0 -30
  1246. data/lib/plex_ruby_sdk/models/operations/uploadplaylist_badrequest.rb +0 -30
  1247. data/lib/plex_ruby_sdk/models/operations/uploadplaylist_errors.rb +0 -38
  1248. data/lib/plex_ruby_sdk/models/operations/uploadplaylist_playlists_errors.rb +0 -38
  1249. data/lib/plex_ruby_sdk/models/operations/uploadplaylist_unauthorized.rb +0 -30
  1250. data/lib/plex_ruby_sdk/server_variables/server_protocol.rb +0 -18
@@ -5,265 +5,268 @@
5
5
 
6
6
 
7
7
  module PlexRubySDK
8
- module Operations
9
-
8
+ module Models
9
+ module Operations
10
+
10
11
 
11
- class GetMediaMetaDataMetadata < ::Crystalline::FieldAugmented
12
- extend T::Sig
12
+ class GetMediaMetaDataMetadata
13
+ extend T::Sig
14
+ include Crystalline::MetadataFields
13
15
 
14
16
 
15
- field :added_at, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('addedAt') } }
16
- # URL of the art image.
17
- field :art, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('art') } }
18
- # Duration of the content in milliseconds.
19
- field :duration, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('duration') } }
20
- # The globally unique identifier for the item.
21
- field :guid, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('guid') } }
22
- # An array of image objects.
23
- field :image, T::Array[::PlexRubySDK::Operations::GetMediaMetaDataImage], { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Image') } }
24
- # The API key to access metadata details.
25
- field :key, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('key') } }
26
- # The ID of the library section.
27
- field :library_section_id, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('librarySectionID') } }
28
- # The key of the library section.
29
- field :library_section_key, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('librarySectionKey') } }
30
- # The title of the library section.
31
- field :library_section_title, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('librarySectionTitle') } }
32
- # The rating key of the metadata item.
33
- field :rating_key, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('ratingKey') } }
34
- # A summary of the content.
35
- field :summary, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('summary') } }
36
- # URL of the thumbnail image.
37
- field :thumb, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('thumb') } }
38
- # The title of the content.
39
- field :title, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('title') } }
40
- # The type of content (e.g., show, movie).
41
- field :type, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('type') } }
17
+ field :added_at, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('addedAt') } }
18
+ # URL of the art image.
19
+ field :art, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('art') } }
20
+ # Duration of the content in milliseconds.
21
+ field :duration, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('duration') } }
22
+ # The globally unique identifier for the item.
23
+ field :guid, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('guid') } }
24
+ # An array of image objects.
25
+ field :image, T::Array[Models::Operations::GetMediaMetaDataImage], { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Image') } }
26
+ # The API key to access metadata details.
27
+ field :key, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('key') } }
28
+ # The ID of the library section.
29
+ field :library_section_id, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('librarySectionID') } }
30
+ # The key of the library section.
31
+ field :library_section_key, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('librarySectionKey') } }
32
+ # The title of the library section.
33
+ field :library_section_title, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('librarySectionTitle') } }
34
+ # The rating key of the metadata item.
35
+ field :rating_key, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('ratingKey') } }
36
+ # A summary of the content.
37
+ field :summary, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('summary') } }
38
+ # URL of the thumbnail image.
39
+ field :thumb, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('thumb') } }
40
+ # The title of the content.
41
+ field :title, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('title') } }
42
+ # The type of content (e.g., show, movie).
43
+ field :type, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('type') } }
42
44
 
43
- field :ultra_blur_colors, ::PlexRubySDK::Operations::GetMediaMetaDataUltraBlurColors, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('UltraBlurColors') } }
45
+ field :ultra_blur_colors, Models::Operations::GetMediaMetaDataUltraBlurColors, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('UltraBlurColors') } }
44
46
 
45
- field :updated_at, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('updatedAt') } }
46
- # The release year.
47
- field :year, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('year') } }
48
- # The audience rating for the content.
49
- field :audience_rating, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('audienceRating') } }
50
- # The URL for the audience rating image.
51
- field :audience_rating_image, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('audienceRatingImage') } }
47
+ field :updated_at, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('updatedAt') } }
48
+ # The release year.
49
+ field :year, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('year') } }
50
+ # The audience rating for the content.
51
+ field :audience_rating, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('audienceRating') } }
52
+ # The URL for the audience rating image.
53
+ field :audience_rating_image, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('audienceRatingImage') } }
52
54
 
53
- field :chapter_source, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('chapterSource') } }
54
- # The number of child items.
55
- field :child_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('childCount') } }
56
- # The content rating (e.g., TV-MA).
57
- field :content_rating, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('contentRating') } }
58
- # An array of country tags.
59
- field :country, T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataCountry]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Country') } }
60
- # An array of Director roles.
61
- field :director, T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataDirector]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Director') } }
62
- # An array of genre tags.
63
- field :genre, T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataGenre]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Genre') } }
64
- # The URL of the grandparent's art image.
65
- field :grandparent_art, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentArt') } }
66
- # A GUID identifying the grandparent entity (e.g., show).
67
- field :grandparent_guid, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentGuid') } }
68
- # A key identifying the grandparent metadata in the library.
69
- field :grandparent_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentKey') } }
70
- # The rating key of the grandparent of this metadata item.
71
- field :grandparent_rating_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentRatingKey') } }
72
- # A URL-friendly identifier (slug) for the grandparent entity.
73
- field :grandparent_slug, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentSlug') } }
74
- # The URL of the grandparent's thumbnail image.
75
- field :grandparent_thumb, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentThumb') } }
76
- # The title of the grandparent entity (typically the show's title).
77
- field :grandparent_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentTitle') } }
78
- # An array of GUID objects.
79
- field :guids, T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataGuids]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Guid') } }
80
- # The index or order of the item.
81
- field :index, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('index') } }
82
- # Unix timestamp of when the item was last viewed.
83
- field :last_viewed_at, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('lastViewedAt') } }
84
- # The total number of episodes (or leaves).
85
- field :leaf_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('leafCount') } }
86
- # An array of location objects.
87
- field :location, T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataLocation]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Location') } }
55
+ field :chapter_source, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('chapterSource') } }
56
+ # The number of child items.
57
+ field :child_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('childCount') } }
58
+ # The content rating (e.g., TV-MA).
59
+ field :content_rating, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('contentRating') } }
60
+ # An array of country tags.
61
+ field :country, T.nilable(T::Array[Models::Operations::GetMediaMetaDataCountry]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Country') } }
62
+ # An array of Director roles.
63
+ field :director, T.nilable(T::Array[Models::Operations::GetMediaMetaDataDirector]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Director') } }
64
+ # An array of genre tags.
65
+ field :genre, T.nilable(T::Array[Models::Operations::GetMediaMetaDataGenre]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Genre') } }
66
+ # The URL of the grandparent's art image.
67
+ field :grandparent_art, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentArt') } }
68
+ # A GUID identifying the grandparent entity (e.g., show).
69
+ field :grandparent_guid, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentGuid') } }
70
+ # A key identifying the grandparent metadata in the library.
71
+ field :grandparent_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentKey') } }
72
+ # The rating key of the grandparent of this metadata item.
73
+ field :grandparent_rating_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentRatingKey') } }
74
+ # A URL-friendly identifier (slug) for the grandparent entity.
75
+ field :grandparent_slug, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentSlug') } }
76
+ # The URL of the grandparent's thumbnail image.
77
+ field :grandparent_thumb, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentThumb') } }
78
+ # The title of the grandparent entity (typically the show's title).
79
+ field :grandparent_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentTitle') } }
80
+ # An array of GUID objects.
81
+ field :guids, T.nilable(T::Array[Models::Operations::GetMediaMetaDataGuids]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Guid') } }
82
+ # The index or order of the item.
83
+ field :index, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('index') } }
84
+ # Unix timestamp of when the item was last viewed.
85
+ field :last_viewed_at, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('lastViewedAt') } }
86
+ # The total number of episodes (or leaves).
87
+ field :leaf_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('leafCount') } }
88
+ # An array of location objects.
89
+ field :location, T.nilable(T::Array[Models::Operations::GetMediaMetaDataLocation]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Location') } }
88
90
 
89
- field :media, T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataMedia]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Media') } }
90
- # The original release date.
91
- field :originally_available_at, T.nilable(::Date), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('originallyAvailableAt'), 'decoder': Utils.date_from_iso_format(true) } }
92
- # The original title of the content.
93
- field :original_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('originalTitle') } }
94
- # A GUID identifying the parent entity (e.g., season) for the item.
95
- field :parent_guid, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentGuid') } }
96
- # The index number of the parent entity, which could indicate its order or position.
97
- field :parent_index, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentIndex') } }
98
- # A key identifying the parent metadata in the library.
99
- field :parent_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentKey') } }
100
- # The rating key of the parent of this metadata item.
101
- field :parent_rating_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentRatingKey') } }
102
- # The URL of the parent's thumbnail image.
103
- field :parent_thumb, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentThumb') } }
104
- # The title of the parent entity (typically the season's title).
105
- field :parent_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentTitle') } }
91
+ field :media, T.nilable(T::Array[Models::Operations::GetMediaMetaDataMedia]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Media') } }
92
+ # The original release date.
93
+ field :originally_available_at, T.nilable(::Date), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('originallyAvailableAt'), 'decoder': Utils.date_from_iso_format(true) } }
94
+ # The original title of the content.
95
+ field :original_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('originalTitle') } }
96
+ # A GUID identifying the parent entity (e.g., season) for the item.
97
+ field :parent_guid, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentGuid') } }
98
+ # The index number of the parent entity, which could indicate its order or position.
99
+ field :parent_index, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentIndex') } }
100
+ # A key identifying the parent metadata in the library.
101
+ field :parent_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentKey') } }
102
+ # The rating key of the parent of this metadata item.
103
+ field :parent_rating_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentRatingKey') } }
104
+ # The URL of the parent's thumbnail image.
105
+ field :parent_thumb, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentThumb') } }
106
+ # The title of the parent entity (typically the season's title).
107
+ field :parent_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentTitle') } }
106
108
 
107
- field :primary_extra_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('primaryExtraKey') } }
108
- # An array of Writer roles.
109
- field :producer, T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataProducer]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Producer') } }
110
- # The general rating
111
- field :rating, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('rating') } }
112
- # The URL or identifier for the rating image (e.g., Rotten Tomatoes rating image).
113
- field :rating_image, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('ratingImage') } }
114
- # An array of rating objects.
115
- field :ratings, T.nilable(T::Array[::PlexRubySDK::Operations::Ratings]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Rating') } }
116
- # An array of Actor roles.
117
- field :role, T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataRole]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Role') } }
118
- # An array of similar content objects.
119
- field :similar, T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataSimilar]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Similar') } }
120
- # The number of times the item has been skipped.
121
- field :skip_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('skipCount') } }
122
- # A URL-friendly identifier for the item.
123
- field :slug, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('slug') } }
124
- # The studio that produced the content.
125
- field :studio, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('studio') } }
126
- # The tagline of the content.
127
- field :tagline, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('tagline') } }
128
- # URL of the theme image.
129
- field :theme, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('theme') } }
130
- # The number of times the item has been viewed.
131
- field :view_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('viewCount') } }
132
- # The number of episodes that have been viewed.
133
- field :viewed_leaf_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('viewedLeafCount') } }
134
- # An array of Writer roles.
135
- field :writer, T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataWriter]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Writer') } }
109
+ field :primary_extra_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('primaryExtraKey') } }
110
+ # An array of Writer roles.
111
+ field :producer, T.nilable(T::Array[Models::Operations::GetMediaMetaDataProducer]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Producer') } }
112
+ # The general rating
113
+ field :rating, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('rating') } }
114
+ # The URL or identifier for the rating image (e.g., Rotten Tomatoes rating image).
115
+ field :rating_image, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('ratingImage') } }
116
+ # An array of rating objects.
117
+ field :ratings, T.nilable(T::Array[Models::Operations::Ratings]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Rating') } }
118
+ # An array of Actor roles.
119
+ field :role, T.nilable(T::Array[Models::Operations::GetMediaMetaDataRole]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Role') } }
120
+ # An array of similar content objects.
121
+ field :similar, T.nilable(T::Array[Models::Operations::GetMediaMetaDataSimilar]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Similar') } }
122
+ # The number of times the item has been skipped.
123
+ field :skip_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('skipCount') } }
124
+ # A URL-friendly identifier for the item.
125
+ field :slug, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('slug') } }
126
+ # The studio that produced the content.
127
+ field :studio, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('studio') } }
128
+ # The tagline of the content.
129
+ field :tagline, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('tagline') } }
130
+ # URL of the theme image.
131
+ field :theme, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('theme') } }
132
+ # The number of times the item has been viewed.
133
+ field :view_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('viewCount') } }
134
+ # The number of episodes that have been viewed.
135
+ field :viewed_leaf_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('viewedLeafCount') } }
136
+ # An array of Writer roles.
137
+ field :writer, T.nilable(T::Array[Models::Operations::GetMediaMetaDataWriter]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Writer') } }
136
138
 
137
139
 
138
- sig { params(added_at: ::Integer, art: ::String, duration: ::Integer, guid: ::String, image: T::Array[::PlexRubySDK::Operations::GetMediaMetaDataImage], key: ::String, library_section_id: ::Integer, library_section_key: ::String, library_section_title: ::String, rating_key: ::String, summary: ::String, thumb: ::String, title: ::String, type: ::String, ultra_blur_colors: ::PlexRubySDK::Operations::GetMediaMetaDataUltraBlurColors, updated_at: ::Integer, year: ::Integer, audience_rating: T.nilable(::Float), audience_rating_image: T.nilable(::String), chapter_source: T.nilable(::String), child_count: T.nilable(::Integer), content_rating: T.nilable(::String), country: T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataCountry]), director: T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataDirector]), genre: T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataGenre]), grandparent_art: T.nilable(::String), grandparent_guid: T.nilable(::String), grandparent_key: T.nilable(::String), grandparent_rating_key: T.nilable(::String), grandparent_slug: T.nilable(::String), grandparent_thumb: T.nilable(::String), grandparent_title: T.nilable(::String), guids: T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataGuids]), index: T.nilable(::Integer), last_viewed_at: T.nilable(::Integer), leaf_count: T.nilable(::Integer), location: T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataLocation]), media: T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataMedia]), originally_available_at: T.nilable(::Date), original_title: T.nilable(::String), parent_guid: T.nilable(::String), parent_index: T.nilable(::Integer), parent_key: T.nilable(::String), parent_rating_key: T.nilable(::String), parent_thumb: T.nilable(::String), parent_title: T.nilable(::String), primary_extra_key: T.nilable(::String), producer: T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataProducer]), rating: T.nilable(::Float), rating_image: T.nilable(::String), ratings: T.nilable(T::Array[::PlexRubySDK::Operations::Ratings]), role: T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataRole]), similar: T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataSimilar]), skip_count: T.nilable(::Integer), slug: T.nilable(::String), studio: T.nilable(::String), tagline: T.nilable(::String), theme: T.nilable(::String), view_count: T.nilable(::Integer), viewed_leaf_count: T.nilable(::Integer), writer: T.nilable(T::Array[::PlexRubySDK::Operations::GetMediaMetaDataWriter])).void }
139
- def initialize(added_at: nil, art: nil, duration: nil, guid: nil, image: nil, key: nil, library_section_id: nil, library_section_key: nil, library_section_title: nil, rating_key: nil, summary: nil, thumb: nil, title: nil, type: nil, ultra_blur_colors: nil, updated_at: nil, year: nil, audience_rating: nil, audience_rating_image: nil, chapter_source: nil, child_count: nil, content_rating: nil, country: nil, director: nil, genre: nil, grandparent_art: nil, grandparent_guid: nil, grandparent_key: nil, grandparent_rating_key: nil, grandparent_slug: nil, grandparent_thumb: nil, grandparent_title: nil, guids: nil, index: nil, last_viewed_at: nil, leaf_count: nil, location: nil, media: nil, originally_available_at: nil, original_title: nil, parent_guid: nil, parent_index: nil, parent_key: nil, parent_rating_key: nil, parent_thumb: nil, parent_title: nil, primary_extra_key: nil, producer: nil, rating: nil, rating_image: nil, ratings: nil, role: nil, similar: nil, skip_count: nil, slug: nil, studio: nil, tagline: nil, theme: nil, view_count: nil, viewed_leaf_count: nil, writer: nil)
140
- @added_at = added_at
141
- @art = art
142
- @duration = duration
143
- @guid = guid
144
- @image = image
145
- @key = key
146
- @library_section_id = library_section_id
147
- @library_section_key = library_section_key
148
- @library_section_title = library_section_title
149
- @rating_key = rating_key
150
- @summary = summary
151
- @thumb = thumb
152
- @title = title
153
- @type = type
154
- @ultra_blur_colors = ultra_blur_colors
155
- @updated_at = updated_at
156
- @year = year
157
- @audience_rating = audience_rating
158
- @audience_rating_image = audience_rating_image
159
- @chapter_source = chapter_source
160
- @child_count = child_count
161
- @content_rating = content_rating
162
- @country = country
163
- @director = director
164
- @genre = genre
165
- @grandparent_art = grandparent_art
166
- @grandparent_guid = grandparent_guid
167
- @grandparent_key = grandparent_key
168
- @grandparent_rating_key = grandparent_rating_key
169
- @grandparent_slug = grandparent_slug
170
- @grandparent_thumb = grandparent_thumb
171
- @grandparent_title = grandparent_title
172
- @guids = guids
173
- @index = index
174
- @last_viewed_at = last_viewed_at
175
- @leaf_count = leaf_count
176
- @location = location
177
- @media = media
178
- @originally_available_at = originally_available_at
179
- @original_title = original_title
180
- @parent_guid = parent_guid
181
- @parent_index = parent_index
182
- @parent_key = parent_key
183
- @parent_rating_key = parent_rating_key
184
- @parent_thumb = parent_thumb
185
- @parent_title = parent_title
186
- @primary_extra_key = primary_extra_key
187
- @producer = producer
188
- @rating = rating
189
- @rating_image = rating_image
190
- @ratings = ratings
191
- @role = role
192
- @similar = similar
193
- @skip_count = skip_count
194
- @slug = slug
195
- @studio = studio
196
- @tagline = tagline
197
- @theme = theme
198
- @view_count = view_count
199
- @viewed_leaf_count = viewed_leaf_count
200
- @writer = writer
201
- end
140
+ sig { params(added_at: ::Integer, art: ::String, duration: ::Integer, guid: ::String, image: T::Array[Models::Operations::GetMediaMetaDataImage], key: ::String, library_section_id: ::Integer, library_section_key: ::String, library_section_title: ::String, rating_key: ::String, summary: ::String, thumb: ::String, title: ::String, type: ::String, ultra_blur_colors: Models::Operations::GetMediaMetaDataUltraBlurColors, updated_at: ::Integer, year: ::Integer, audience_rating: T.nilable(::Float), audience_rating_image: T.nilable(::String), chapter_source: T.nilable(::String), child_count: T.nilable(::Integer), content_rating: T.nilable(::String), country: T.nilable(T::Array[Models::Operations::GetMediaMetaDataCountry]), director: T.nilable(T::Array[Models::Operations::GetMediaMetaDataDirector]), genre: T.nilable(T::Array[Models::Operations::GetMediaMetaDataGenre]), grandparent_art: T.nilable(::String), grandparent_guid: T.nilable(::String), grandparent_key: T.nilable(::String), grandparent_rating_key: T.nilable(::String), grandparent_slug: T.nilable(::String), grandparent_thumb: T.nilable(::String), grandparent_title: T.nilable(::String), guids: T.nilable(T::Array[Models::Operations::GetMediaMetaDataGuids]), index: T.nilable(::Integer), last_viewed_at: T.nilable(::Integer), leaf_count: T.nilable(::Integer), location: T.nilable(T::Array[Models::Operations::GetMediaMetaDataLocation]), media: T.nilable(T::Array[Models::Operations::GetMediaMetaDataMedia]), originally_available_at: T.nilable(::Date), original_title: T.nilable(::String), parent_guid: T.nilable(::String), parent_index: T.nilable(::Integer), parent_key: T.nilable(::String), parent_rating_key: T.nilable(::String), parent_thumb: T.nilable(::String), parent_title: T.nilable(::String), primary_extra_key: T.nilable(::String), producer: T.nilable(T::Array[Models::Operations::GetMediaMetaDataProducer]), rating: T.nilable(::Float), rating_image: T.nilable(::String), ratings: T.nilable(T::Array[Models::Operations::Ratings]), role: T.nilable(T::Array[Models::Operations::GetMediaMetaDataRole]), similar: T.nilable(T::Array[Models::Operations::GetMediaMetaDataSimilar]), skip_count: T.nilable(::Integer), slug: T.nilable(::String), studio: T.nilable(::String), tagline: T.nilable(::String), theme: T.nilable(::String), view_count: T.nilable(::Integer), viewed_leaf_count: T.nilable(::Integer), writer: T.nilable(T::Array[Models::Operations::GetMediaMetaDataWriter])).void }
141
+ def initialize(added_at: nil, art: nil, duration: nil, guid: nil, image: nil, key: nil, library_section_id: nil, library_section_key: nil, library_section_title: nil, rating_key: nil, summary: nil, thumb: nil, title: nil, type: nil, ultra_blur_colors: nil, updated_at: nil, year: nil, audience_rating: nil, audience_rating_image: nil, chapter_source: nil, child_count: nil, content_rating: nil, country: nil, director: nil, genre: nil, grandparent_art: nil, grandparent_guid: nil, grandparent_key: nil, grandparent_rating_key: nil, grandparent_slug: nil, grandparent_thumb: nil, grandparent_title: nil, guids: nil, index: nil, last_viewed_at: nil, leaf_count: nil, location: nil, media: nil, originally_available_at: nil, original_title: nil, parent_guid: nil, parent_index: nil, parent_key: nil, parent_rating_key: nil, parent_thumb: nil, parent_title: nil, primary_extra_key: nil, producer: nil, rating: nil, rating_image: nil, ratings: nil, role: nil, similar: nil, skip_count: nil, slug: nil, studio: nil, tagline: nil, theme: nil, view_count: nil, viewed_leaf_count: nil, writer: nil)
142
+ @added_at = added_at
143
+ @art = art
144
+ @duration = duration
145
+ @guid = guid
146
+ @image = image
147
+ @key = key
148
+ @library_section_id = library_section_id
149
+ @library_section_key = library_section_key
150
+ @library_section_title = library_section_title
151
+ @rating_key = rating_key
152
+ @summary = summary
153
+ @thumb = thumb
154
+ @title = title
155
+ @type = type
156
+ @ultra_blur_colors = ultra_blur_colors
157
+ @updated_at = updated_at
158
+ @year = year
159
+ @audience_rating = audience_rating
160
+ @audience_rating_image = audience_rating_image
161
+ @chapter_source = chapter_source
162
+ @child_count = child_count
163
+ @content_rating = content_rating
164
+ @country = country
165
+ @director = director
166
+ @genre = genre
167
+ @grandparent_art = grandparent_art
168
+ @grandparent_guid = grandparent_guid
169
+ @grandparent_key = grandparent_key
170
+ @grandparent_rating_key = grandparent_rating_key
171
+ @grandparent_slug = grandparent_slug
172
+ @grandparent_thumb = grandparent_thumb
173
+ @grandparent_title = grandparent_title
174
+ @guids = guids
175
+ @index = index
176
+ @last_viewed_at = last_viewed_at
177
+ @leaf_count = leaf_count
178
+ @location = location
179
+ @media = media
180
+ @originally_available_at = originally_available_at
181
+ @original_title = original_title
182
+ @parent_guid = parent_guid
183
+ @parent_index = parent_index
184
+ @parent_key = parent_key
185
+ @parent_rating_key = parent_rating_key
186
+ @parent_thumb = parent_thumb
187
+ @parent_title = parent_title
188
+ @primary_extra_key = primary_extra_key
189
+ @producer = producer
190
+ @rating = rating
191
+ @rating_image = rating_image
192
+ @ratings = ratings
193
+ @role = role
194
+ @similar = similar
195
+ @skip_count = skip_count
196
+ @slug = slug
197
+ @studio = studio
198
+ @tagline = tagline
199
+ @theme = theme
200
+ @view_count = view_count
201
+ @viewed_leaf_count = viewed_leaf_count
202
+ @writer = writer
203
+ end
202
204
 
203
- def ==(other)
204
- return false unless other.is_a? self.class
205
- return false unless @added_at == other.added_at
206
- return false unless @art == other.art
207
- return false unless @duration == other.duration
208
- return false unless @guid == other.guid
209
- return false unless @image == other.image
210
- return false unless @key == other.key
211
- return false unless @library_section_id == other.library_section_id
212
- return false unless @library_section_key == other.library_section_key
213
- return false unless @library_section_title == other.library_section_title
214
- return false unless @rating_key == other.rating_key
215
- return false unless @summary == other.summary
216
- return false unless @thumb == other.thumb
217
- return false unless @title == other.title
218
- return false unless @type == other.type
219
- return false unless @ultra_blur_colors == other.ultra_blur_colors
220
- return false unless @updated_at == other.updated_at
221
- return false unless @year == other.year
222
- return false unless @audience_rating == other.audience_rating
223
- return false unless @audience_rating_image == other.audience_rating_image
224
- return false unless @chapter_source == other.chapter_source
225
- return false unless @child_count == other.child_count
226
- return false unless @content_rating == other.content_rating
227
- return false unless @country == other.country
228
- return false unless @director == other.director
229
- return false unless @genre == other.genre
230
- return false unless @grandparent_art == other.grandparent_art
231
- return false unless @grandparent_guid == other.grandparent_guid
232
- return false unless @grandparent_key == other.grandparent_key
233
- return false unless @grandparent_rating_key == other.grandparent_rating_key
234
- return false unless @grandparent_slug == other.grandparent_slug
235
- return false unless @grandparent_thumb == other.grandparent_thumb
236
- return false unless @grandparent_title == other.grandparent_title
237
- return false unless @guids == other.guids
238
- return false unless @index == other.index
239
- return false unless @last_viewed_at == other.last_viewed_at
240
- return false unless @leaf_count == other.leaf_count
241
- return false unless @location == other.location
242
- return false unless @media == other.media
243
- return false unless @originally_available_at == other.originally_available_at
244
- return false unless @original_title == other.original_title
245
- return false unless @parent_guid == other.parent_guid
246
- return false unless @parent_index == other.parent_index
247
- return false unless @parent_key == other.parent_key
248
- return false unless @parent_rating_key == other.parent_rating_key
249
- return false unless @parent_thumb == other.parent_thumb
250
- return false unless @parent_title == other.parent_title
251
- return false unless @primary_extra_key == other.primary_extra_key
252
- return false unless @producer == other.producer
253
- return false unless @rating == other.rating
254
- return false unless @rating_image == other.rating_image
255
- return false unless @ratings == other.ratings
256
- return false unless @role == other.role
257
- return false unless @similar == other.similar
258
- return false unless @skip_count == other.skip_count
259
- return false unless @slug == other.slug
260
- return false unless @studio == other.studio
261
- return false unless @tagline == other.tagline
262
- return false unless @theme == other.theme
263
- return false unless @view_count == other.view_count
264
- return false unless @viewed_leaf_count == other.viewed_leaf_count
265
- return false unless @writer == other.writer
266
- true
205
+ def ==(other)
206
+ return false unless other.is_a? self.class
207
+ return false unless @added_at == other.added_at
208
+ return false unless @art == other.art
209
+ return false unless @duration == other.duration
210
+ return false unless @guid == other.guid
211
+ return false unless @image == other.image
212
+ return false unless @key == other.key
213
+ return false unless @library_section_id == other.library_section_id
214
+ return false unless @library_section_key == other.library_section_key
215
+ return false unless @library_section_title == other.library_section_title
216
+ return false unless @rating_key == other.rating_key
217
+ return false unless @summary == other.summary
218
+ return false unless @thumb == other.thumb
219
+ return false unless @title == other.title
220
+ return false unless @type == other.type
221
+ return false unless @ultra_blur_colors == other.ultra_blur_colors
222
+ return false unless @updated_at == other.updated_at
223
+ return false unless @year == other.year
224
+ return false unless @audience_rating == other.audience_rating
225
+ return false unless @audience_rating_image == other.audience_rating_image
226
+ return false unless @chapter_source == other.chapter_source
227
+ return false unless @child_count == other.child_count
228
+ return false unless @content_rating == other.content_rating
229
+ return false unless @country == other.country
230
+ return false unless @director == other.director
231
+ return false unless @genre == other.genre
232
+ return false unless @grandparent_art == other.grandparent_art
233
+ return false unless @grandparent_guid == other.grandparent_guid
234
+ return false unless @grandparent_key == other.grandparent_key
235
+ return false unless @grandparent_rating_key == other.grandparent_rating_key
236
+ return false unless @grandparent_slug == other.grandparent_slug
237
+ return false unless @grandparent_thumb == other.grandparent_thumb
238
+ return false unless @grandparent_title == other.grandparent_title
239
+ return false unless @guids == other.guids
240
+ return false unless @index == other.index
241
+ return false unless @last_viewed_at == other.last_viewed_at
242
+ return false unless @leaf_count == other.leaf_count
243
+ return false unless @location == other.location
244
+ return false unless @media == other.media
245
+ return false unless @originally_available_at == other.originally_available_at
246
+ return false unless @original_title == other.original_title
247
+ return false unless @parent_guid == other.parent_guid
248
+ return false unless @parent_index == other.parent_index
249
+ return false unless @parent_key == other.parent_key
250
+ return false unless @parent_rating_key == other.parent_rating_key
251
+ return false unless @parent_thumb == other.parent_thumb
252
+ return false unless @parent_title == other.parent_title
253
+ return false unless @primary_extra_key == other.primary_extra_key
254
+ return false unless @producer == other.producer
255
+ return false unless @rating == other.rating
256
+ return false unless @rating_image == other.rating_image
257
+ return false unless @ratings == other.ratings
258
+ return false unless @role == other.role
259
+ return false unless @similar == other.similar
260
+ return false unless @skip_count == other.skip_count
261
+ return false unless @slug == other.slug
262
+ return false unless @studio == other.studio
263
+ return false unless @tagline == other.tagline
264
+ return false unless @theme == other.theme
265
+ return false unless @view_count == other.view_count
266
+ return false unless @viewed_leaf_count == other.viewed_leaf_count
267
+ return false unless @writer == other.writer
268
+ true
269
+ end
267
270
  end
268
271
  end
269
272
  end
@@ -5,20 +5,23 @@
5
5
 
6
6
 
7
7
  module PlexRubySDK
8
- module Operations
9
-
10
- # Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
11
- class GetMediaMetaDataOptimizedForStreaming < ::Crystalline::FieldAugmented
12
- extend T::Sig
8
+ module Models
9
+ module Operations
10
+
11
+ # Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
12
+ class GetMediaMetaDataOptimizedForStreaming
13
+ extend T::Sig
14
+ include Crystalline::MetadataFields
13
15
 
14
16
 
15
17
 
16
-
17
- def initialize; end
18
+
19
+ def initialize; end
18
20
 
19
- def ==(other)
20
- return false unless other.is_a? self.class
21
- true
21
+ def ==(other)
22
+ return false unless other.is_a? self.class
23
+ true
24
+ end
22
25
  end
23
26
  end
24
27
  end
@@ -5,13 +5,15 @@
5
5
 
6
6
 
7
7
  module PlexRubySDK
8
- module Operations
9
-
8
+ module Models
9
+ module Operations
10
+
10
11
 
11
- class GetMediaMetaDataOptimizedForStreaming1 < T::Enum
12
- enums do
13
- ZERO = new(0)
14
- ONE = new(1)
12
+ class GetMediaMetaDataOptimizedForStreaming1 < T::Enum
13
+ enums do
14
+ ZERO = new(0)
15
+ ONE = new(1)
16
+ end
15
17
  end
16
18
  end
17
19
  end