plex_ruby_sdk 0.8.1 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/crystalline/metadata_fields.rb +33 -0
- data/lib/crystalline/t.rb +21 -2
- data/lib/crystalline/utils.rb +29 -13
- data/lib/plex_ruby_sdk/activities.rb +2 -2
- data/lib/plex_ruby_sdk/authentication.rb +4 -4
- data/lib/plex_ruby_sdk/butler.rb +5 -5
- data/lib/plex_ruby_sdk/hubs.rb +3 -3
- data/lib/plex_ruby_sdk/library.rb +20 -20
- data/lib/plex_ruby_sdk/log.rb +3 -3
- data/lib/plex_ruby_sdk/media.rb +5 -5
- data/lib/plex_ruby_sdk/models/operations/account.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/action.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/activity.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_mediacontainer.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_metadata.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/applyupdates_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/applyupdates_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/applyupdates_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/applyupdates_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/applyupdates_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/applyupdates_updater_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/billing.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/butlertask.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/butlertasks.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_activities_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_updater_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/collection.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/connections.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/context.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/country.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_metadata.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_request.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/device.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/directory.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_log_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/feature.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/field.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/fieldtype.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/friend.rb +17 -0
- data/lib/plex_ruby_sdk/models/operations/genre.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/geodata.rb +16 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_directory.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_mediacontainer.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_directory.rb +48 -22
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_location.rb +9 -2
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_mediacontainer.rb +17 -8
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_responsebody.rb +8 -2
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_type.rb +22 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_collection.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_field.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_fieldtype.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_filter.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_guids.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_image.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_library_optimizedforstreaming.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_media.rb +26 -2
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_mediacontainer.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_meta.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_metadata.rb +69 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_operator.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_optimizedforstreaming.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_optimizedforstreaming_1.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_part.rb +23 -2
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_request.rb +14 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_role.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_sort.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_stream.rb +54 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_type.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_ultrablurcolors.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_media_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_request.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_response.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_directory.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_mediacontainer.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_directory.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_mediacontainer.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_directory.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_field.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_fieldtype.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_filter.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_mediacontainer.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_operator.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_sort.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_type.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_collection.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_field.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_fieldtype.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_filter.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_image.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_field.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_fieldtype.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_filter.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_operator.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_type.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_sort.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_location.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_media.rb +25 -2
- data/lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb +28 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_meta.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb +81 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_operator.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_part.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_request.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_role.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_sort.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb +43 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_type.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_mediacontainer.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_metadata.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_response.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_country.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_director.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_genre.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_guids.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_image.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_library_optimizedforstreaming.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_location.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_media.rb +26 -2
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_mediacontainer.rb +14 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_metadata.rb +66 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_optimizedforstreaming.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_optimizedforstreaming_1.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_optimizedforstreaming_library_1.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_part.rb +23 -2
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_producer.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_request.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_role.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_similar.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_stream.rb +54 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_ultrablurcolors.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_writer.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_mediacontainer.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_metadata.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_response.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_directory.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_mediacontainer.rb +49 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_field.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_filter.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_image.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_filter.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_media.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_mediacontainer.rb +14 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_metadata.rb +37 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_part.rb +15 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_request.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_role.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_type.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb +80 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_operator.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_optimizedforstreaming.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_optimizedforstreaming_1.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_request.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_response.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_sort.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_type.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_collection.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_image.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_location.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_media.rb +23 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediaguid.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadata.rb +81 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadatarating.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_part.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_request.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_role.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_stream.rb +43 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_ultrablurcolors.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_mediacontainer.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_metadata.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_identity_mediacontainer.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_identity_requesttimeout.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_identity_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_identity_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_plex_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_request.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_media_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_request.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_response.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_mediacontainer.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_request.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_server.rb +14 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_users_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_request.rb +14 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_responsebody.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_watchlist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_account.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_device.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_mediacontainer.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_statistics_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_butler_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_plex_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_mediacontainer.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getfilehash_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getfilehash_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getfilehash_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getfilehash_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getfilehash_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getfilehash_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getgeodata_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getgeodata_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getgeodata_geodata.rb +16 -0
- data/lib/plex_ruby_sdk/models/operations/getgeodata_plex_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getgeodata_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getgeodata_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_hubs_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_mediacontainer.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_metadata.rb +22 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gethomedata_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gethomedata_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gethomedata_plex_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gethomedata_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gethomedata_responsebody.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gethomedata_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_hub.rb +17 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_hubs_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_media.rb +22 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_mediacontainer.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_metadata.rb +39 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_part.rb +15 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_role.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_directory.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_mediacontainer.rb +28 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_metadata.rb +32 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getpin_authpincontainer.rb +17 -0
- data/lib/plex_ruby_sdk/models/operations/getpin_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getpin_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getpin_request.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getpin_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_metadata.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_media.rb +22 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_mediacontainer.rb +14 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_metadata.rb +37 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_part.rb +15 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_role.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_metadata.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_request.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_statistics_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_media.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_mediacontainer.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_metadata.rb +39 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_part.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_role.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_search_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_activities_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_server.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_metadata.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_request.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_sessions_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_media.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_metadata.rb +43 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_part.rb +15 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_sessions_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_stream.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_user.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_authentication_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_device.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_mediacontainer.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_statistics_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettimeline_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettimeline_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettimeline_request.rb +15 -0
- data/lib/plex_ruby_sdk/models/operations/gettimeline_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/gettimeline_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettimeline_video_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_authpincontainer.rb +17 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_geodata.rb +16 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_plex_errors.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_request.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_authentication_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_subscription.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_userplexaccount.rb +46 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_country.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_genre.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_guids.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_mediacontainer.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_metadata.rb +37 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_role.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_user.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_sessions_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_authentication_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_mediacontainer.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_updater_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_plex_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/guids.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/hidden.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/hub.rb +16 -0
- data/lib/plex_ruby_sdk/models/operations/image.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/internalpaymentmethod.rb +5 -0
- data/lib/plex_ruby_sdk/models/operations/location.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/logline_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/logline_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/logline_log_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/logline_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/logline_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/logline_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/logmultiline_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/logmultiline_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/logmultiline_log_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/logmultiline_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/logmultiline_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/markplayed_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/markplayed_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/markplayed_media_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/markplayed_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/markplayed_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/markplayed_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/markunplayed_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/markunplayed_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/markunplayed_media_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/markunplayed_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/markunplayed_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/markunplayed_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/media.rb +26 -2
- data/lib/plex_ruby_sdk/models/operations/mediacontainer.rb +56 -0
- data/lib/plex_ruby_sdk/models/operations/mediaguid.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/mediaprovider.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/meta.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/metadata.rb +40 -0
- data/lib/plex_ruby_sdk/models/operations/metadatarating.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/myplex.rb +17 -0
- data/lib/plex_ruby_sdk/models/operations/one.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/operator.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/optimizedforstreaming.rb +11 -4
- data/lib/plex_ruby_sdk/models/operations/optimizedforstreaming_1.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/part.rb +23 -2
- data/lib/plex_ruby_sdk/models/operations/pastsubscription.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/performsearch_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/performsearch_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/performsearch_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/performsearch_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/performsearch_search_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/performsearch_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_search_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/pivot.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/player.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/plexdevice.rb +29 -0
- data/lib/plex_ruby_sdk/models/operations/post_media_arts_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/post_media_arts_response.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/post_media_poster_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/post_media_poster_response.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_subscription.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_requestbody.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_services.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_subscription.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userplexaccount.rb +48 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userprofile.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/producer.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/provider.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/queryparam_filter.rb +5 -0
- data/lib/plex_ruby_sdk/models/operations/rating.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/ratings.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/release.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/responsebody.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/role.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/searchresult.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/server.rb +16 -0
- data/lib/plex_ruby_sdk/models/operations/services.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/session.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/setting.rb +15 -0
- data/lib/plex_ruby_sdk/models/operations/sharedservers.rb +5 -0
- data/lib/plex_ruby_sdk/models/operations/sharedsources.rb +5 -0
- data/lib/plex_ruby_sdk/models/operations/similar.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/sort.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/startalltasks_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/startalltasks_butler_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/startalltasks_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/startalltasks_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/startalltasks_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/starttask_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/starttask_butler_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/starttask_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/starttask_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/starttask_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/starttask_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_request.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_video_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/statisticsbandwidth.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/statisticsmedia.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/statisticsresources.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_butler_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stoptask_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stoptask_butler_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/stoptask_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/stoptask_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stoptask_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/stoptask_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_sessions_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stream.rb +54 -0
- data/lib/plex_ruby_sdk/models/operations/subscription.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/transcodesession.rb +29 -0
- data/lib/plex_ruby_sdk/models/operations/trials.rb +5 -0
- data/lib/plex_ruby_sdk/models/operations/ultrablurcolors.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_media_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/user.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/userprofile.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/writer.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations.rb +832 -818
- data/lib/plex_ruby_sdk/models/shared/security.rb +6 -0
- data/lib/plex_ruby_sdk/playlists.rb +9 -9
- data/lib/plex_ruby_sdk/plex.rb +7 -7
- data/lib/plex_ruby_sdk/sdkconfiguration.rb +3 -3
- data/lib/plex_ruby_sdk/search.rb +3 -3
- data/lib/plex_ruby_sdk/server.rb +9 -9
- data/lib/plex_ruby_sdk/sessions.rb +4 -4
- data/lib/plex_ruby_sdk/statistics.rb +3 -3
- data/lib/plex_ruby_sdk/updater.rb +3 -3
- data/lib/plex_ruby_sdk/users.rb +1 -1
- data/lib/plex_ruby_sdk/utils/utils.rb +3 -3
- data/lib/plex_ruby_sdk/video.rb +2 -2
- data/lib/plex_ruby_sdk/watchlist.rb +1 -1
- metadata +16 -2
@@ -36,7 +36,7 @@ module PlexRubySDK
|
|
36
36
|
|
37
37
|
field :height, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('height') } }
|
38
38
|
|
39
|
-
field :optimized_for_streaming, T.nilable(::PlexRubySDK::Operations::
|
39
|
+
field :optimized_for_streaming, T.nilable(::PlexRubySDK::Operations::GetLibraryItemsOptimizedForStreaming), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('optimizedForStreaming'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::GetLibraryItemsOptimizedForStreaming, true) } }
|
40
40
|
|
41
41
|
field :video_codec, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('videoCodec') } }
|
42
42
|
|
@@ -49,7 +49,7 @@ module PlexRubySDK
|
|
49
49
|
field :width, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('width') } }
|
50
50
|
|
51
51
|
|
52
|
-
sig { params(container: ::String, id: ::Integer, part: T::Array[::PlexRubySDK::Operations::GetLibraryItemsPart], aspect_ratio: T.nilable(::Float), audio_channels: T.nilable(::Integer), audio_codec: T.nilable(::String), audio_profile: T.nilable(::String), bitrate: T.nilable(::Integer), duration: T.nilable(::Integer), has64bit_offsets: T.nilable(T::Boolean), has_voice_activity: T.nilable(T::Boolean), height: T.nilable(::Integer), optimized_for_streaming: T.nilable(::PlexRubySDK::Operations::
|
52
|
+
sig { params(container: ::String, id: ::Integer, part: T::Array[::PlexRubySDK::Operations::GetLibraryItemsPart], aspect_ratio: T.nilable(::Float), audio_channels: T.nilable(::Integer), audio_codec: T.nilable(::String), audio_profile: T.nilable(::String), bitrate: T.nilable(::Integer), duration: T.nilable(::Integer), has64bit_offsets: T.nilable(T::Boolean), has_voice_activity: T.nilable(T::Boolean), height: T.nilable(::Integer), optimized_for_streaming: T.nilable(::PlexRubySDK::Operations::GetLibraryItemsOptimizedForStreaming), video_codec: T.nilable(::String), video_frame_rate: T.nilable(::String), video_profile: T.nilable(::String), video_resolution: T.nilable(::String), width: T.nilable(::Integer)).void }
|
53
53
|
def initialize(container: nil, id: nil, part: nil, aspect_ratio: nil, audio_channels: nil, audio_codec: nil, audio_profile: nil, bitrate: nil, duration: nil, has64bit_offsets: nil, has_voice_activity: nil, height: nil, optimized_for_streaming: nil, video_codec: nil, video_frame_rate: nil, video_profile: nil, video_resolution: nil, width: nil)
|
54
54
|
@container = container
|
55
55
|
@id = id
|
@@ -70,6 +70,29 @@ module PlexRubySDK
|
|
70
70
|
@video_resolution = video_resolution
|
71
71
|
@width = width
|
72
72
|
end
|
73
|
+
|
74
|
+
def ==(other)
|
75
|
+
return false unless other.is_a? self.class
|
76
|
+
return false unless @container == other.container
|
77
|
+
return false unless @id == other.id
|
78
|
+
return false unless @part == other.part
|
79
|
+
return false unless @aspect_ratio == other.aspect_ratio
|
80
|
+
return false unless @audio_channels == other.audio_channels
|
81
|
+
return false unless @audio_codec == other.audio_codec
|
82
|
+
return false unless @audio_profile == other.audio_profile
|
83
|
+
return false unless @bitrate == other.bitrate
|
84
|
+
return false unless @duration == other.duration
|
85
|
+
return false unless @has64bit_offsets == other.has64bit_offsets
|
86
|
+
return false unless @has_voice_activity == other.has_voice_activity
|
87
|
+
return false unless @height == other.height
|
88
|
+
return false unless @optimized_for_streaming == other.optimized_for_streaming
|
89
|
+
return false unless @video_codec == other.video_codec
|
90
|
+
return false unless @video_frame_rate == other.video_frame_rate
|
91
|
+
return false unless @video_profile == other.video_profile
|
92
|
+
return false unless @video_resolution == other.video_resolution
|
93
|
+
return false unless @width == other.width
|
94
|
+
true
|
95
|
+
end
|
73
96
|
end
|
74
97
|
end
|
75
98
|
end
|
@@ -87,6 +87,34 @@ module PlexRubySDK
|
|
87
87
|
@type = type
|
88
88
|
@view_mode = view_mode
|
89
89
|
end
|
90
|
+
|
91
|
+
def ==(other)
|
92
|
+
return false unless other.is_a? self.class
|
93
|
+
return false unless @allow_sync == other.allow_sync
|
94
|
+
return false unless @art == other.art
|
95
|
+
return false unless @content == other.content
|
96
|
+
return false unless @identifier == other.identifier
|
97
|
+
return false unless @library_section_id == other.library_section_id
|
98
|
+
return false unless @library_section_title == other.library_section_title
|
99
|
+
return false unless @library_section_uuid == other.library_section_uuid
|
100
|
+
return false unless @media_tag_prefix == other.media_tag_prefix
|
101
|
+
return false unless @media_tag_version == other.media_tag_version
|
102
|
+
return false unless @offset == other.offset
|
103
|
+
return false unless @size == other.size
|
104
|
+
return false unless @thumb == other.thumb
|
105
|
+
return false unless @title1 == other.title1
|
106
|
+
return false unless @title2 == other.title2
|
107
|
+
return false unless @total_size == other.total_size
|
108
|
+
return false unless @view_group == other.view_group
|
109
|
+
return false unless @field_type == other.field_type
|
110
|
+
return false unless @meta == other.meta
|
111
|
+
return false unless @metadata == other.metadata
|
112
|
+
return false unless @mixed_parents == other.mixed_parents
|
113
|
+
return false unless @nocache == other.nocache
|
114
|
+
return false unless @type == other.type
|
115
|
+
return false unless @view_mode == other.view_mode
|
116
|
+
true
|
117
|
+
end
|
90
118
|
end
|
91
119
|
end
|
92
120
|
end
|
@@ -23,6 +23,13 @@ module PlexRubySDK
|
|
23
23
|
@field_type = field_type
|
24
24
|
@type = type
|
25
25
|
end
|
26
|
+
|
27
|
+
def ==(other)
|
28
|
+
return false unless other.is_a? self.class
|
29
|
+
return false unless @field_type == other.field_type
|
30
|
+
return false unless @type == other.type
|
31
|
+
true
|
32
|
+
end
|
26
33
|
end
|
27
34
|
end
|
28
35
|
end
|
@@ -256,6 +256,87 @@ module PlexRubySDK
|
|
256
256
|
@writer = writer
|
257
257
|
@year = year
|
258
258
|
end
|
259
|
+
|
260
|
+
def ==(other)
|
261
|
+
return false unless other.is_a? self.class
|
262
|
+
return false unless @added_at == other.added_at
|
263
|
+
return false unless @guid == other.guid
|
264
|
+
return false unless @key == other.key
|
265
|
+
return false unless @rating_key == other.rating_key
|
266
|
+
return false unless @summary == other.summary
|
267
|
+
return false unless @title == other.title
|
268
|
+
return false unless @type == other.type
|
269
|
+
return false unless @art == other.art
|
270
|
+
return false unless @audience_rating == other.audience_rating
|
271
|
+
return false unless @audience_rating_image == other.audience_rating_image
|
272
|
+
return false unless @banner == other.banner
|
273
|
+
return false unless @chapter_source == other.chapter_source
|
274
|
+
return false unless @child_count == other.child_count
|
275
|
+
return false unless @collection == other.collection
|
276
|
+
return false unless @content_rating == other.content_rating
|
277
|
+
return false unless @country == other.country
|
278
|
+
return false unless @director == other.director
|
279
|
+
return false unless @duration == other.duration
|
280
|
+
return false unless @enable_credits_marker_generation == other.enable_credits_marker_generation
|
281
|
+
return false unless @episode_sort == other.episode_sort
|
282
|
+
return false unless @flatten_seasons == other.flatten_seasons
|
283
|
+
return false unless @genre == other.genre
|
284
|
+
return false unless @grandparent_art == other.grandparent_art
|
285
|
+
return false unless @grandparent_guid == other.grandparent_guid
|
286
|
+
return false unless @grandparent_key == other.grandparent_key
|
287
|
+
return false unless @grandparent_rating_key == other.grandparent_rating_key
|
288
|
+
return false unless @grandparent_slug == other.grandparent_slug
|
289
|
+
return false unless @grandparent_theme == other.grandparent_theme
|
290
|
+
return false unless @grandparent_thumb == other.grandparent_thumb
|
291
|
+
return false unless @grandparent_title == other.grandparent_title
|
292
|
+
return false unless @has_premium_extras == other.has_premium_extras
|
293
|
+
return false unless @has_premium_primary_extra == other.has_premium_primary_extra
|
294
|
+
return false unless @image == other.image
|
295
|
+
return false unless @index == other.index
|
296
|
+
return false unless @last_viewed_at == other.last_viewed_at
|
297
|
+
return false unless @leaf_count == other.leaf_count
|
298
|
+
return false unless @library_section_id == other.library_section_id
|
299
|
+
return false unless @library_section_key == other.library_section_key
|
300
|
+
return false unless @library_section_title == other.library_section_title
|
301
|
+
return false unless @location == other.location
|
302
|
+
return false unless @media == other.media
|
303
|
+
return false unless @media_guid == other.media_guid
|
304
|
+
return false unless @meta_data_rating == other.meta_data_rating
|
305
|
+
return false unless @originally_available_at == other.originally_available_at
|
306
|
+
return false unless @original_title == other.original_title
|
307
|
+
return false unless @parent_guid == other.parent_guid
|
308
|
+
return false unless @parent_index == other.parent_index
|
309
|
+
return false unless @parent_key == other.parent_key
|
310
|
+
return false unless @parent_rating_key == other.parent_rating_key
|
311
|
+
return false unless @parent_slug == other.parent_slug
|
312
|
+
return false unless @parent_studio == other.parent_studio
|
313
|
+
return false unless @parent_theme == other.parent_theme
|
314
|
+
return false unless @parent_thumb == other.parent_thumb
|
315
|
+
return false unless @parent_title == other.parent_title
|
316
|
+
return false unless @parent_year == other.parent_year
|
317
|
+
return false unless @primary_extra_key == other.primary_extra_key
|
318
|
+
return false unless @rating == other.rating
|
319
|
+
return false unless @rating_image == other.rating_image
|
320
|
+
return false unless @role == other.role
|
321
|
+
return false unless @season_count == other.season_count
|
322
|
+
return false unless @show_ordering == other.show_ordering
|
323
|
+
return false unless @skip_children == other.skip_children
|
324
|
+
return false unless @skip_count == other.skip_count
|
325
|
+
return false unless @slug == other.slug
|
326
|
+
return false unless @studio == other.studio
|
327
|
+
return false unless @tagline == other.tagline
|
328
|
+
return false unless @theme == other.theme
|
329
|
+
return false unless @thumb == other.thumb
|
330
|
+
return false unless @title_sort == other.title_sort
|
331
|
+
return false unless @ultra_blur_colors == other.ultra_blur_colors
|
332
|
+
return false unless @updated_at == other.updated_at
|
333
|
+
return false unless @view_count == other.view_count
|
334
|
+
return false unless @viewed_leaf_count == other.viewed_leaf_count
|
335
|
+
return false unless @view_offset == other.view_offset
|
336
|
+
return false unless @writer == other.writer
|
337
|
+
return false unless @year == other.year
|
338
|
+
true
|
339
|
+
end
|
259
340
|
end
|
260
341
|
end
|
261
342
|
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module PlexRubySDK
|
8
|
+
module Operations
|
9
|
+
|
10
|
+
|
11
|
+
class GetLibraryItemsOptimizedForStreaming < T::Enum
|
12
|
+
enums do
|
13
|
+
DISABLE = new(0)
|
14
|
+
ENABLE = new(1)
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -56,6 +56,24 @@ module PlexRubySDK
|
|
56
56
|
@stream = stream
|
57
57
|
@video_profile = video_profile
|
58
58
|
end
|
59
|
+
|
60
|
+
def ==(other)
|
61
|
+
return false unless other.is_a? self.class
|
62
|
+
return false unless @container == other.container
|
63
|
+
return false unless @file == other.file
|
64
|
+
return false unless @id == other.id
|
65
|
+
return false unless @key == other.key
|
66
|
+
return false unless @size == other.size
|
67
|
+
return false unless @audio_profile == other.audio_profile
|
68
|
+
return false unless @duration == other.duration
|
69
|
+
return false unless @has64bit_offsets == other.has64bit_offsets
|
70
|
+
return false unless @has_thumbnail == other.has_thumbnail
|
71
|
+
return false unless @indexes == other.indexes
|
72
|
+
return false unless @optimized_for_streaming == other.optimized_for_streaming
|
73
|
+
return false unless @stream == other.stream
|
74
|
+
return false unless @video_profile == other.video_profile
|
75
|
+
true
|
76
|
+
end
|
59
77
|
end
|
60
78
|
end
|
61
79
|
end
|
@@ -53,6 +53,18 @@ module PlexRubySDK
|
|
53
53
|
@x_plex_container_size = x_plex_container_size
|
54
54
|
@x_plex_container_start = x_plex_container_start
|
55
55
|
end
|
56
|
+
|
57
|
+
def ==(other)
|
58
|
+
return false unless other.is_a? self.class
|
59
|
+
return false unless @section_key == other.section_key
|
60
|
+
return false unless @tag == other.tag
|
61
|
+
return false unless @type == other.type
|
62
|
+
return false unless @include_guids == other.include_guids
|
63
|
+
return false unless @include_meta == other.include_meta
|
64
|
+
return false unless @x_plex_container_size == other.x_plex_container_size
|
65
|
+
return false unless @x_plex_container_start == other.x_plex_container_start
|
66
|
+
true
|
67
|
+
end
|
56
68
|
end
|
57
69
|
end
|
58
70
|
end
|
@@ -34,6 +34,17 @@ module PlexRubySDK
|
|
34
34
|
@object = object
|
35
35
|
@unauthorized = unauthorized
|
36
36
|
end
|
37
|
+
|
38
|
+
def ==(other)
|
39
|
+
return false unless other.is_a? self.class
|
40
|
+
return false unless @content_type == other.content_type
|
41
|
+
return false unless @raw_response == other.raw_response
|
42
|
+
return false unless @status_code == other.status_code
|
43
|
+
return false unless @bad_request == other.bad_request
|
44
|
+
return false unless @object == other.object
|
45
|
+
return false unless @unauthorized == other.unauthorized
|
46
|
+
true
|
47
|
+
end
|
37
48
|
end
|
38
49
|
end
|
39
50
|
end
|
@@ -19,6 +19,12 @@ module PlexRubySDK
|
|
19
19
|
def initialize(media_container: nil)
|
20
20
|
@media_container = media_container
|
21
21
|
end
|
22
|
+
|
23
|
+
def ==(other)
|
24
|
+
return false unless other.is_a? self.class
|
25
|
+
return false unless @media_container == other.media_container
|
26
|
+
true
|
27
|
+
end
|
22
28
|
end
|
23
29
|
end
|
24
30
|
end
|
@@ -34,6 +34,17 @@ module PlexRubySDK
|
|
34
34
|
@tag_key = tag_key
|
35
35
|
@thumb = thumb
|
36
36
|
end
|
37
|
+
|
38
|
+
def ==(other)
|
39
|
+
return false unless other.is_a? self.class
|
40
|
+
return false unless @filter == other.filter
|
41
|
+
return false unless @id == other.id
|
42
|
+
return false unless @role == other.role
|
43
|
+
return false unless @tag == other.tag
|
44
|
+
return false unless @tag_key == other.tag_key
|
45
|
+
return false unless @thumb == other.thumb
|
46
|
+
true
|
47
|
+
end
|
37
48
|
end
|
38
49
|
end
|
39
50
|
end
|
@@ -42,6 +42,19 @@ module PlexRubySDK
|
|
42
42
|
@desc_key = desc_key
|
43
43
|
@first_character_key = first_character_key
|
44
44
|
end
|
45
|
+
|
46
|
+
def ==(other)
|
47
|
+
return false unless other.is_a? self.class
|
48
|
+
return false unless @default_direction == other.default_direction
|
49
|
+
return false unless @key == other.key
|
50
|
+
return false unless @title == other.title
|
51
|
+
return false unless @active == other.active
|
52
|
+
return false unless @active_direction == other.active_direction
|
53
|
+
return false unless @default == other.default
|
54
|
+
return false unless @desc_key == other.desc_key
|
55
|
+
return false unless @first_character_key == other.first_character_key
|
56
|
+
true
|
57
|
+
end
|
45
58
|
end
|
46
59
|
end
|
47
60
|
end
|
@@ -130,6 +130,49 @@ module PlexRubySDK
|
|
130
130
|
@title = title
|
131
131
|
@width = width
|
132
132
|
end
|
133
|
+
|
134
|
+
def ==(other)
|
135
|
+
return false unless other.is_a? self.class
|
136
|
+
return false unless @codec == other.codec
|
137
|
+
return false unless @id == other.id
|
138
|
+
return false unless @index == other.index
|
139
|
+
return false unless @stream_type == other.stream_type
|
140
|
+
return false unless @audio_channel_layout == other.audio_channel_layout
|
141
|
+
return false unless @bit_depth == other.bit_depth
|
142
|
+
return false unless @bitrate == other.bitrate
|
143
|
+
return false unless @can_auto_sync == other.can_auto_sync
|
144
|
+
return false unless @channels == other.channels
|
145
|
+
return false unless @chroma_location == other.chroma_location
|
146
|
+
return false unless @chroma_subsampling == other.chroma_subsampling
|
147
|
+
return false unless @closed_captions == other.closed_captions
|
148
|
+
return false unless @coded_height == other.coded_height
|
149
|
+
return false unless @coded_width == other.coded_width
|
150
|
+
return false unless @color_primaries == other.color_primaries
|
151
|
+
return false unless @color_range == other.color_range
|
152
|
+
return false unless @color_space == other.color_space
|
153
|
+
return false unless @color_trc == other.color_trc
|
154
|
+
return false unless @default == other.default
|
155
|
+
return false unless @display_title == other.display_title
|
156
|
+
return false unless @embedded_in_video == other.embedded_in_video
|
157
|
+
return false unless @extended_display_title == other.extended_display_title
|
158
|
+
return false unless @frame_rate == other.frame_rate
|
159
|
+
return false unless @has_scaling_matrix == other.has_scaling_matrix
|
160
|
+
return false unless @hearing_impaired == other.hearing_impaired
|
161
|
+
return false unless @height == other.height
|
162
|
+
return false unless @language == other.language
|
163
|
+
return false unless @language_code == other.language_code
|
164
|
+
return false unless @language_tag == other.language_tag
|
165
|
+
return false unless @level == other.level
|
166
|
+
return false unless @profile == other.profile
|
167
|
+
return false unless @ref_frames == other.ref_frames
|
168
|
+
return false unless @sampling_rate == other.sampling_rate
|
169
|
+
return false unless @scan_type == other.scan_type
|
170
|
+
return false unless @selected == other.selected
|
171
|
+
return false unless @stream_identifier == other.stream_identifier
|
172
|
+
return false unless @title == other.title
|
173
|
+
return false unless @width == other.width
|
174
|
+
true
|
175
|
+
end
|
133
176
|
end
|
134
177
|
end
|
135
178
|
end
|
@@ -40,6 +40,19 @@ module PlexRubySDK
|
|
40
40
|
@sort = sort
|
41
41
|
@subtype = subtype
|
42
42
|
end
|
43
|
+
|
44
|
+
def ==(other)
|
45
|
+
return false unless other.is_a? self.class
|
46
|
+
return false unless @active == other.active
|
47
|
+
return false unless @key == other.key
|
48
|
+
return false unless @title == other.title
|
49
|
+
return false unless @type == other.type
|
50
|
+
return false unless @field == other.field
|
51
|
+
return false unless @filter == other.filter
|
52
|
+
return false unless @sort == other.sort
|
53
|
+
return false unless @subtype == other.subtype
|
54
|
+
true
|
55
|
+
end
|
43
56
|
end
|
44
57
|
end
|
45
58
|
end
|
@@ -28,6 +28,15 @@ module PlexRubySDK
|
|
28
28
|
@top_left = top_left
|
29
29
|
@top_right = top_right
|
30
30
|
end
|
31
|
+
|
32
|
+
def ==(other)
|
33
|
+
return false unless other.is_a? self.class
|
34
|
+
return false unless @bottom_left == other.bottom_left
|
35
|
+
return false unless @bottom_right == other.bottom_right
|
36
|
+
return false unless @top_left == other.top_left
|
37
|
+
return false unless @top_right == other.top_right
|
38
|
+
true
|
39
|
+
end
|
31
40
|
end
|
32
41
|
end
|
33
42
|
end
|
@@ -31,6 +31,16 @@ module PlexRubySDK
|
|
31
31
|
@metadata = metadata
|
32
32
|
@size = size
|
33
33
|
end
|
34
|
+
|
35
|
+
def ==(other)
|
36
|
+
return false unless other.is_a? self.class
|
37
|
+
return false unless @identifier == other.identifier
|
38
|
+
return false unless @media_tag_prefix == other.media_tag_prefix
|
39
|
+
return false unless @media_tag_version == other.media_tag_version
|
40
|
+
return false unless @metadata == other.metadata
|
41
|
+
return false unless @size == other.size
|
42
|
+
true
|
43
|
+
end
|
34
44
|
end
|
35
45
|
end
|
36
46
|
end
|
@@ -31,6 +31,16 @@ module PlexRubySDK
|
|
31
31
|
@thumb = thumb
|
32
32
|
@provider = provider
|
33
33
|
end
|
34
|
+
|
35
|
+
def ==(other)
|
36
|
+
return false unless other.is_a? self.class
|
37
|
+
return false unless @key == other.key
|
38
|
+
return false unless @rating_key == other.rating_key
|
39
|
+
return false unless @selected == other.selected
|
40
|
+
return false unless @thumb == other.thumb
|
41
|
+
return false unless @provider == other.provider
|
42
|
+
true
|
43
|
+
end
|
34
44
|
end
|
35
45
|
end
|
36
46
|
end
|
@@ -28,6 +28,15 @@ module PlexRubySDK
|
|
28
28
|
@status_code = status_code
|
29
29
|
@object = object
|
30
30
|
end
|
31
|
+
|
32
|
+
def ==(other)
|
33
|
+
return false unless other.is_a? self.class
|
34
|
+
return false unless @content_type == other.content_type
|
35
|
+
return false unless @raw_response == other.raw_response
|
36
|
+
return false unless @status_code == other.status_code
|
37
|
+
return false unless @object == other.object
|
38
|
+
true
|
39
|
+
end
|
31
40
|
end
|
32
41
|
end
|
33
42
|
end
|
@@ -19,6 +19,12 @@ module PlexRubySDK
|
|
19
19
|
def initialize(media_container: nil)
|
20
20
|
@media_container = media_container
|
21
21
|
end
|
22
|
+
|
23
|
+
def ==(other)
|
24
|
+
return false unless other.is_a? self.class
|
25
|
+
return false unless @media_container == other.media_container
|
26
|
+
true
|
27
|
+
end
|
22
28
|
end
|
23
29
|
end
|
24
30
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@id = id
|
26
26
|
@tag = tag
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @filter == other.filter
|
32
|
+
return false unless @id == other.id
|
33
|
+
return false unless @tag == other.tag
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -34,6 +34,17 @@ module PlexRubySDK
|
|
34
34
|
@role = role
|
35
35
|
@thumb = thumb
|
36
36
|
end
|
37
|
+
|
38
|
+
def ==(other)
|
39
|
+
return false unless other.is_a? self.class
|
40
|
+
return false unless @filter == other.filter
|
41
|
+
return false unless @id == other.id
|
42
|
+
return false unless @tag == other.tag
|
43
|
+
return false unless @tag_key == other.tag_key
|
44
|
+
return false unless @role == other.role
|
45
|
+
return false unless @thumb == other.thumb
|
46
|
+
true
|
47
|
+
end
|
37
48
|
end
|
38
49
|
end
|
39
50
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@message = message
|
26
26
|
@status = status
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @code == other.code
|
32
|
+
return false unless @message == other.message
|
33
|
+
return false unless @status == other.status
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@id = id
|
26
26
|
@tag = tag
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @filter == other.filter
|
32
|
+
return false unless @id == other.id
|
33
|
+
return false unless @tag == other.tag
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@type = type
|
26
26
|
@url = url
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @alt == other.alt
|
32
|
+
return false unless @type == other.type
|
33
|
+
return false unless @url == other.url
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|