plex_ruby_sdk 0.8.0 → 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 +410 -16
- 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 +46 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_metadata.rb +46 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_request.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_response.rb +42 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_responsebody.rb +30 -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 +46 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_metadata.rb +46 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_request.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_response.rb +42 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_responsebody.rb +30 -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 +38 -0
- data/lib/plex_ruby_sdk/models/operations/post_media_arts_response.rb +38 -0
- data/lib/plex_ruby_sdk/models/operations/post_media_poster_request.rb +38 -0
- data/lib/plex_ruby_sdk/models/operations/post_media_poster_response.rb +38 -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 +835 -807
- 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 +30 -2
@@ -7,11 +7,18 @@
|
|
7
7
|
module PlexRubySDK
|
8
8
|
module Operations
|
9
9
|
|
10
|
+
# Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
|
11
|
+
class OptimizedForStreaming < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
10
13
|
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
def initialize; end
|
18
|
+
|
19
|
+
def ==(other)
|
20
|
+
return false unless other.is_a? self.class
|
21
|
+
true
|
15
22
|
end
|
16
23
|
end
|
17
24
|
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 OptimizedForStreaming1 < T::Enum
|
12
|
+
enums do
|
13
|
+
ZERO = new(0)
|
14
|
+
ONE = new(1)
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -36,7 +36,7 @@ module PlexRubySDK
|
|
36
36
|
|
37
37
|
field :indexes, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('indexes') } }
|
38
38
|
# Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
|
39
|
-
field :optimized_for_streaming, T.nilable(::
|
39
|
+
field :optimized_for_streaming, T.nilable(T.any(::PlexRubySDK::Operations::GetRecentlyAddedOptimizedForStreaming1, T::Boolean)), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('optimizedForStreaming') } }
|
40
40
|
|
41
41
|
field :packet_length, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('packetLength') } }
|
42
42
|
# An array of streams for this part.
|
@@ -45,7 +45,7 @@ module PlexRubySDK
|
|
45
45
|
field :video_profile, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('videoProfile') } }
|
46
46
|
|
47
47
|
|
48
|
-
sig { params(file: ::String, id: ::Integer, key: ::String, size: ::Integer, accessible: T.nilable(T::Boolean), audio_profile: T.nilable(::String), container: T.nilable(::String), duration: T.nilable(::Integer), exists: T.nilable(T::Boolean), has64bit_offsets: T.nilable(T::Boolean), has_thumbnail: T.nilable(::PlexRubySDK::Operations::HasThumbnail), indexes: T.nilable(::String), optimized_for_streaming: T.nilable(::
|
48
|
+
sig { params(file: ::String, id: ::Integer, key: ::String, size: ::Integer, accessible: T.nilable(T::Boolean), audio_profile: T.nilable(::String), container: T.nilable(::String), duration: T.nilable(::Integer), exists: T.nilable(T::Boolean), has64bit_offsets: T.nilable(T::Boolean), has_thumbnail: T.nilable(::PlexRubySDK::Operations::HasThumbnail), indexes: T.nilable(::String), optimized_for_streaming: T.nilable(T.any(::PlexRubySDK::Operations::GetRecentlyAddedOptimizedForStreaming1, T::Boolean)), packet_length: T.nilable(::Integer), stream: T.nilable(T::Array[::PlexRubySDK::Operations::Stream]), video_profile: T.nilable(::String)).void }
|
49
49
|
def initialize(file: nil, id: nil, key: nil, size: nil, accessible: nil, audio_profile: nil, container: nil, duration: nil, exists: nil, has64bit_offsets: nil, has_thumbnail: nil, indexes: nil, optimized_for_streaming: nil, packet_length: nil, stream: nil, video_profile: nil)
|
50
50
|
@file = file
|
51
51
|
@id = id
|
@@ -64,6 +64,27 @@ module PlexRubySDK
|
|
64
64
|
@stream = stream
|
65
65
|
@video_profile = video_profile
|
66
66
|
end
|
67
|
+
|
68
|
+
def ==(other)
|
69
|
+
return false unless other.is_a? self.class
|
70
|
+
return false unless @file == other.file
|
71
|
+
return false unless @id == other.id
|
72
|
+
return false unless @key == other.key
|
73
|
+
return false unless @size == other.size
|
74
|
+
return false unless @accessible == other.accessible
|
75
|
+
return false unless @audio_profile == other.audio_profile
|
76
|
+
return false unless @container == other.container
|
77
|
+
return false unless @duration == other.duration
|
78
|
+
return false unless @exists == other.exists
|
79
|
+
return false unless @has64bit_offsets == other.has64bit_offsets
|
80
|
+
return false unless @has_thumbnail == other.has_thumbnail
|
81
|
+
return false unless @indexes == other.indexes
|
82
|
+
return false unless @optimized_for_streaming == other.optimized_for_streaming
|
83
|
+
return false unless @packet_length == other.packet_length
|
84
|
+
return false unless @stream == other.stream
|
85
|
+
return false unless @video_profile == other.video_profile
|
86
|
+
true
|
87
|
+
end
|
67
88
|
end
|
68
89
|
end
|
69
90
|
end
|
@@ -64,6 +64,26 @@ module PlexRubySDK
|
|
64
64
|
@transfer = transfer
|
65
65
|
@type = type
|
66
66
|
end
|
67
|
+
|
68
|
+
def ==(other)
|
69
|
+
return false unless other.is_a? self.class
|
70
|
+
return false unless @billing == other.billing
|
71
|
+
return false unless @canceled == other.canceled
|
72
|
+
return false unless @can_convert == other.can_convert
|
73
|
+
return false unless @can_downgrade == other.can_downgrade
|
74
|
+
return false unless @can_reactivate == other.can_reactivate
|
75
|
+
return false unless @can_upgrade == other.can_upgrade
|
76
|
+
return false unless @ends_at == other.ends_at
|
77
|
+
return false unless @grace_period == other.grace_period
|
78
|
+
return false unless @id == other.id
|
79
|
+
return false unless @mode == other.mode
|
80
|
+
return false unless @on_hold == other.on_hold
|
81
|
+
return false unless @renews_at == other.renews_at
|
82
|
+
return false unless @state == other.state
|
83
|
+
return false unless @transfer == other.transfer
|
84
|
+
return false unless @type == other.type
|
85
|
+
true
|
86
|
+
end
|
67
87
|
end
|
68
88
|
end
|
69
89
|
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
|
@limit = limit
|
26
26
|
@section_id = section_id
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @query == other.query
|
32
|
+
return false unless @limit == other.limit
|
33
|
+
return false unless @section_id == other.section_id
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -31,6 +31,16 @@ module PlexRubySDK
|
|
31
31
|
@bad_request = bad_request
|
32
32
|
@unauthorized = unauthorized
|
33
33
|
end
|
34
|
+
|
35
|
+
def ==(other)
|
36
|
+
return false unless other.is_a? self.class
|
37
|
+
return false unless @content_type == other.content_type
|
38
|
+
return false unless @raw_response == other.raw_response
|
39
|
+
return false unless @status_code == other.status_code
|
40
|
+
return false unless @bad_request == other.bad_request
|
41
|
+
return false unless @unauthorized == other.unauthorized
|
42
|
+
true
|
43
|
+
end
|
34
44
|
end
|
35
45
|
end
|
36
46
|
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
|
@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
|
@limit = limit
|
26
26
|
@section_id = section_id
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @query == other.query
|
32
|
+
return false unless @limit == other.limit
|
33
|
+
return false unless @section_id == other.section_id
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -31,6 +31,16 @@ module PlexRubySDK
|
|
31
31
|
@bad_request = bad_request
|
32
32
|
@unauthorized = unauthorized
|
33
33
|
end
|
34
|
+
|
35
|
+
def ==(other)
|
36
|
+
return false unless other.is_a? self.class
|
37
|
+
return false unless @content_type == other.content_type
|
38
|
+
return false unless @raw_response == other.raw_response
|
39
|
+
return false unless @status_code == other.status_code
|
40
|
+
return false unless @bad_request == other.bad_request
|
41
|
+
return false unless @unauthorized == other.unauthorized
|
42
|
+
true
|
43
|
+
end
|
34
44
|
end
|
35
45
|
end
|
36
46
|
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
|
@@ -34,6 +34,17 @@ module PlexRubySDK
|
|
34
34
|
@title = title
|
35
35
|
@type = type
|
36
36
|
end
|
37
|
+
|
38
|
+
def ==(other)
|
39
|
+
return false unless other.is_a? self.class
|
40
|
+
return false unless @context == other.context
|
41
|
+
return false unless @id == other.id
|
42
|
+
return false unless @key == other.key
|
43
|
+
return false unless @symbol == other.symbol
|
44
|
+
return false unless @title == other.title
|
45
|
+
return false unless @type == other.type
|
46
|
+
true
|
47
|
+
end
|
37
48
|
end
|
38
49
|
end
|
39
50
|
end
|
@@ -61,6 +61,26 @@ module PlexRubySDK
|
|
61
61
|
@user_id = user_id
|
62
62
|
@version = version
|
63
63
|
end
|
64
|
+
|
65
|
+
def ==(other)
|
66
|
+
return false unless other.is_a? self.class
|
67
|
+
return false unless @address == other.address
|
68
|
+
return false unless @local == other.local
|
69
|
+
return false unless @machine_identifier == other.machine_identifier
|
70
|
+
return false unless @model == other.model
|
71
|
+
return false unless @platform == other.platform
|
72
|
+
return false unless @platform_version == other.platform_version
|
73
|
+
return false unless @product == other.product
|
74
|
+
return false unless @profile == other.profile
|
75
|
+
return false unless @relayed == other.relayed
|
76
|
+
return false unless @remote_public_address == other.remote_public_address
|
77
|
+
return false unless @secure == other.secure
|
78
|
+
return false unless @state == other.state
|
79
|
+
return false unless @title == other.title
|
80
|
+
return false unless @user_id == other.user_id
|
81
|
+
return false unless @version == other.version
|
82
|
+
true
|
83
|
+
end
|
64
84
|
end
|
65
85
|
end
|
66
86
|
end
|
@@ -91,6 +91,35 @@ module PlexRubySDK
|
|
91
91
|
@source_title = source_title
|
92
92
|
@synced = synced
|
93
93
|
end
|
94
|
+
|
95
|
+
def ==(other)
|
96
|
+
return false unless other.is_a? self.class
|
97
|
+
return false unless @access_token == other.access_token
|
98
|
+
return false unless @client_identifier == other.client_identifier
|
99
|
+
return false unless @connections == other.connections
|
100
|
+
return false unless @created_at == other.created_at
|
101
|
+
return false unless @device == other.device
|
102
|
+
return false unless @dns_rebinding_protection == other.dns_rebinding_protection
|
103
|
+
return false unless @home == other.home
|
104
|
+
return false unless @https_required == other.https_required
|
105
|
+
return false unless @last_seen_at == other.last_seen_at
|
106
|
+
return false unless @name == other.name
|
107
|
+
return false unless @nat_loopback_supported == other.nat_loopback_supported
|
108
|
+
return false unless @owned == other.owned
|
109
|
+
return false unless @owner_id == other.owner_id
|
110
|
+
return false unless @platform == other.platform
|
111
|
+
return false unless @platform_version == other.platform_version
|
112
|
+
return false unless @presence == other.presence
|
113
|
+
return false unless @product == other.product
|
114
|
+
return false unless @product_version == other.product_version
|
115
|
+
return false unless @provides == other.provides
|
116
|
+
return false unless @public_address == other.public_address
|
117
|
+
return false unless @public_address_matches == other.public_address_matches
|
118
|
+
return false unless @relay == other.relay
|
119
|
+
return false unless @source_title == other.source_title
|
120
|
+
return false unless @synced == other.synced
|
121
|
+
true
|
122
|
+
end
|
94
123
|
end
|
95
124
|
end
|
96
125
|
end
|
@@ -0,0 +1,38 @@
|
|
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 PostMediaArtsRequest < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# the id of the library item to return the posters of.
|
15
|
+
field :rating_key, ::Integer, { 'path_param': { 'field_name': 'ratingKey', 'style': 'simple', 'explode': false } }
|
16
|
+
# The contents of the image, if uploading a local file
|
17
|
+
field :request_body, T.nilable(::String), { 'request': { 'media_type': 'image/*' } }
|
18
|
+
# The URL of the image, if uploading a remote image
|
19
|
+
field :url, T.nilable(::String), { 'query_param': { 'field_name': 'url', 'style': 'form', 'explode': true } }
|
20
|
+
|
21
|
+
|
22
|
+
sig { params(rating_key: ::Integer, request_body: T.nilable(::String), url: T.nilable(::String)).void }
|
23
|
+
def initialize(rating_key: nil, request_body: nil, url: nil)
|
24
|
+
@rating_key = rating_key
|
25
|
+
@request_body = request_body
|
26
|
+
@url = url
|
27
|
+
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @rating_key == other.rating_key
|
32
|
+
return false unless @request_body == other.request_body
|
33
|
+
return false unless @url == other.url
|
34
|
+
true
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
@@ -0,0 +1,38 @@
|
|
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 PostMediaArtsResponse < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# HTTP response content type for this operation
|
15
|
+
field :content_type, ::String
|
16
|
+
# Raw HTTP response; suitable for custom response parsing
|
17
|
+
field :raw_response, ::Faraday::Response
|
18
|
+
# HTTP response status code for this operation
|
19
|
+
field :status_code, ::Integer
|
20
|
+
|
21
|
+
|
22
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer).void }
|
23
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil)
|
24
|
+
@content_type = content_type
|
25
|
+
@raw_response = raw_response
|
26
|
+
@status_code = status_code
|
27
|
+
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @content_type == other.content_type
|
32
|
+
return false unless @raw_response == other.raw_response
|
33
|
+
return false unless @status_code == other.status_code
|
34
|
+
true
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
@@ -0,0 +1,38 @@
|
|
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 PostMediaPosterRequest < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# the id of the library item to return the posters of.
|
15
|
+
field :rating_key, ::Integer, { 'path_param': { 'field_name': 'ratingKey', 'style': 'simple', 'explode': false } }
|
16
|
+
# The contents of the image, if uploading a local file
|
17
|
+
field :request_body, T.nilable(::String), { 'request': { 'media_type': 'image/*' } }
|
18
|
+
# The URL of the image, if uploading a remote image
|
19
|
+
field :url, T.nilable(::String), { 'query_param': { 'field_name': 'url', 'style': 'form', 'explode': true } }
|
20
|
+
|
21
|
+
|
22
|
+
sig { params(rating_key: ::Integer, request_body: T.nilable(::String), url: T.nilable(::String)).void }
|
23
|
+
def initialize(rating_key: nil, request_body: nil, url: nil)
|
24
|
+
@rating_key = rating_key
|
25
|
+
@request_body = request_body
|
26
|
+
@url = url
|
27
|
+
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @rating_key == other.rating_key
|
32
|
+
return false unless @request_body == other.request_body
|
33
|
+
return false unless @url == other.url
|
34
|
+
true
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
@@ -0,0 +1,38 @@
|
|
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 PostMediaPosterResponse < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# HTTP response content type for this operation
|
15
|
+
field :content_type, ::String
|
16
|
+
# Raw HTTP response; suitable for custom response parsing
|
17
|
+
field :raw_response, ::Faraday::Response
|
18
|
+
# HTTP response status code for this operation
|
19
|
+
field :status_code, ::Integer
|
20
|
+
|
21
|
+
|
22
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer).void }
|
23
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil)
|
24
|
+
@content_type = content_type
|
25
|
+
@raw_response = raw_response
|
26
|
+
@status_code = status_code
|
27
|
+
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @content_type == other.content_type
|
32
|
+
return false unless @raw_response == other.raw_response
|
33
|
+
return false unless @status_code == other.status_code
|
34
|
+
true
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
@@ -28,6 +28,14 @@ module PlexRubySDK
|
|
28
28
|
@message = message
|
29
29
|
@status = status
|
30
30
|
end
|
31
|
+
|
32
|
+
def ==(other)
|
33
|
+
return false unless other.is_a? self.class
|
34
|
+
return false unless @code == other.code
|
35
|
+
return false unless @message == other.message
|
36
|
+
return false unless @status == other.status
|
37
|
+
true
|
38
|
+
end
|
31
39
|
end
|
32
40
|
end
|
33
41
|
end
|
data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_subscription.rb
CHANGED
@@ -37,6 +37,17 @@ module PlexRubySDK
|
|
37
37
|
@status = status
|
38
38
|
@subscribed_at = subscribed_at
|
39
39
|
end
|
40
|
+
|
41
|
+
def ==(other)
|
42
|
+
return false unless other.is_a? self.class
|
43
|
+
return false unless @active == other.active
|
44
|
+
return false unless @features == other.features
|
45
|
+
return false unless @payment_service == other.payment_service
|
46
|
+
return false unless @plan == other.plan
|
47
|
+
return false unless @status == other.status
|
48
|
+
return false unless @subscribed_at == other.subscribed_at
|
49
|
+
true
|
50
|
+
end
|
40
51
|
end
|
41
52
|
end
|
42
53
|
end
|
@@ -28,6 +28,14 @@ module PlexRubySDK
|
|
28
28
|
@message = message
|
29
29
|
@status = status
|
30
30
|
end
|
31
|
+
|
32
|
+
def ==(other)
|
33
|
+
return false unless other.is_a? self.class
|
34
|
+
return false unless @code == other.code
|
35
|
+
return false unless @message == other.message
|
36
|
+
return false unless @status == other.status
|
37
|
+
true
|
38
|
+
end
|
31
39
|
end
|
32
40
|
end
|
33
41
|
end
|
@@ -37,6 +37,17 @@ module PlexRubySDK
|
|
37
37
|
@platform = platform
|
38
38
|
@request_body = request_body
|
39
39
|
end
|
40
|
+
|
41
|
+
def ==(other)
|
42
|
+
return false unless other.is_a? self.class
|
43
|
+
return false unless @client_id == other.client_id
|
44
|
+
return false unless @client_name == other.client_name
|
45
|
+
return false unless @client_version == other.client_version
|
46
|
+
return false unless @device_nickname == other.device_nickname
|
47
|
+
return false unless @platform == other.platform
|
48
|
+
return false unless @request_body == other.request_body
|
49
|
+
true
|
50
|
+
end
|
40
51
|
end
|
41
52
|
end
|
42
53
|
end
|
@@ -31,6 +31,15 @@ module PlexRubySDK
|
|
31
31
|
@remember_me = remember_me
|
32
32
|
@verification_code = verification_code
|
33
33
|
end
|
34
|
+
|
35
|
+
def ==(other)
|
36
|
+
return false unless other.is_a? self.class
|
37
|
+
return false unless @login == other.login
|
38
|
+
return false unless @password == other.password
|
39
|
+
return false unless @remember_me == other.remember_me
|
40
|
+
return false unless @verification_code == other.verification_code
|
41
|
+
true
|
42
|
+
end
|
34
43
|
end
|
35
44
|
end
|
36
45
|
end
|
@@ -37,6 +37,17 @@ module PlexRubySDK
|
|
37
37
|
@unauthorized = unauthorized
|
38
38
|
@user_plex_account = user_plex_account
|
39
39
|
end
|
40
|
+
|
41
|
+
def ==(other)
|
42
|
+
return false unless other.is_a? self.class
|
43
|
+
return false unless @content_type == other.content_type
|
44
|
+
return false unless @raw_response == other.raw_response
|
45
|
+
return false unless @status_code == other.status_code
|
46
|
+
return false unless @bad_request == other.bad_request
|
47
|
+
return false unless @unauthorized == other.unauthorized
|
48
|
+
return false unless @user_plex_account == other.user_plex_account
|
49
|
+
true
|
50
|
+
end
|
40
51
|
end
|
41
52
|
end
|
42
53
|
end
|