plex_ruby_sdk 0.7.5 → 0.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/{plex_ruby_sdk/utils → crystalline}/metadata_fields.rb +32 -19
- data/lib/crystalline/utils.rb +65 -0
- data/lib/crystalline.rb +12 -0
- data/lib/plex_ruby_sdk/activities.rb +9 -7
- data/lib/plex_ruby_sdk/authentication.rb +16 -13
- data/lib/plex_ruby_sdk/butler.rb +21 -16
- data/lib/plex_ruby_sdk/hubs.rb +13 -10
- data/lib/plex_ruby_sdk/library.rb +77 -104
- data/lib/plex_ruby_sdk/log.rb +12 -9
- data/lib/plex_ruby_sdk/media.rb +20 -15
- data/lib/plex_ruby_sdk/models/operations/account.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/action.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/activity.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_playlists_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/applyupdates_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/applyupdates_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/applyupdates_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/applyupdates_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/applyupdates_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/applyupdates_updater_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/billing.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/butlertask.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/butlertasks.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_activities_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_updater_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_playlists_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/collection.rb +4 -4
- data/lib/plex_ruby_sdk/models/operations/connections.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/context.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/country.rb +11 -5
- data/lib/plex_ruby_sdk/models/operations/createplaylist_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/createplaylist_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/createplaylist_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/createplaylist_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/createplaylist_playlists_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/createplaylist_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/createplaylist_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/createplaylist_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/createplaylist_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_playlists_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/device.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/director.rb +4 -4
- data/lib/plex_ruby_sdk/models/operations/directory.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_log_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/feature.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/field.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/fieldtype.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/friend.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/genre.rb +12 -5
- data/lib/plex_ruby_sdk/models/operations/geodata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_directory.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_directory.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_location.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_collection.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_country.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_director.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_field.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_fieldtype.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_filter.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_genre.rb +3 -2
- data/lib/plex_ruby_sdk/models/operations/{getondeck_guids.rb → get_all_media_library_guids.rb} +3 -2
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_image.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_media.rb +9 -9
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_meta.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_metadata.rb +7 -7
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_operator.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_part.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_role.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_sort.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_stream.rb +18 -12
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_type.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_ultrablurcolors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_writer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_media_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_directory.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_directory.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_directory.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_field.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_fieldtype.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_filter.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_operator.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_sort.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_type.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_details_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_collection.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_country.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_director.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_field.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_fieldtype.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_filter.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_genre.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_image.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_field.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_fieldtype.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_filter.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_operator.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_type.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_sort.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_location.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_media.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_meta.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb +8 -8
- data/lib/plex_ruby_sdk/models/operations/get_library_items_operator.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_part.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_role.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_sort.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_type.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_library_items_writer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_country.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_director.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_genre.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_guids.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_image.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_location.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_media.rb +9 -9
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_metadata.rb +4 -4
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_part.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_producer.rb +39 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_role.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_similar.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_stream.rb +18 -12
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_ultrablurcolors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_writer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_directory.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_server_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_field.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_filter.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_image.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_country.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_director.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_filter.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_genre.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_media.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_part.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_role.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_type.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_writer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb +16 -16
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb +120 -134
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_operator.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_sort.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_type.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_collection.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_country.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_director.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_genre.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_image.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_location.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_media.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediaguid.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadatarating.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_part.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_role.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_stream.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_ultrablurcolors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_writer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_library_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_library_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_library_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_library_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_library_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_library_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_library_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_library_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_server_identity_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_server_identity_requesttimeout.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_server_identity_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_server_identity_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_plex_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_media_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_users_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_users_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_users_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_users_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_users_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_users_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_users_server.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_users_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_users_users_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_watchlist_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_server_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_account.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_device.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_statistics_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_butler_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_plex_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getdevices_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getdevices_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getdevices_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getdevices_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getdevices_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getdevices_server_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getdevices_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getfilehash_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getfilehash_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getfilehash_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getfilehash_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getfilehash_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getfilehash_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getgeodata_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getgeodata_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getgeodata_geodata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getgeodata_plex_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getgeodata_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getgeodata_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_hubs_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gethomedata_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gethomedata_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gethomedata_plex_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gethomedata_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gethomedata_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gethomedata_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_country.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_director.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_genre.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_hub.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_hubs_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_media.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_part.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_role.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_writer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_directory.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_server_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getpin_authpincontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getpin_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getpin_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getpin_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getpin_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylist_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylist_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylist_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylist_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylist_playlists_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylist_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylist_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylist_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylist_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_country.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_director.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_genre.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_media.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_part.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_playlists_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_role.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_writer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylists_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylists_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylists_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylists_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylists_playlists_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylists_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylists_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylists_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylists_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_server_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_statistics_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_country.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_director.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_genre.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_media.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_part.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_role.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_search_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_writer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_activities_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverlist_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverlist_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverlist_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverlist_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverlist_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverlist_server.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverlist_server_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverlist_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_server_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_sessions_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessions_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessions_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessions_media.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessions_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessions_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessions_part.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessions_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessions_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessions_sessions_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessions_stream.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessions_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsessions_user.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_authentication_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getstatistics_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getstatistics_device.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getstatistics_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getstatistics_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getstatistics_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getstatistics_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getstatistics_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getstatistics_statistics_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getstatistics_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettimeline_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettimeline_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettimeline_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettimeline_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettimeline_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettimeline_video_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_authpincontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_geodata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_plex_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_authentication_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_subscription.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_userplexaccount.rb +6 -6
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_country.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_genre.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_guids.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_library_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_role.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_user.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_sessions_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_authentication_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_updater_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_plex_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/guids.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/hasthumbnail.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/hub.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/image.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/internalpaymentmethod.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/location.rb +4 -4
- data/lib/plex_ruby_sdk/models/operations/logline_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/logline_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/logline_log_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/logline_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/logline_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/logline_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/logmultiline_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/logmultiline_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/logmultiline_log_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/logmultiline_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/logmultiline_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/markplayed_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/markplayed_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/markplayed_media_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/markplayed_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/markplayed_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/markplayed_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/markunplayed_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/markunplayed_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/markunplayed_media_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/markunplayed_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/markunplayed_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/markunplayed_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/media.rb +28 -24
- data/lib/plex_ruby_sdk/models/operations/mediacontainer.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/mediaguid.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/mediaprovider.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/meta.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/metadata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/metadatarating.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/myplex.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/operator.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/part.rb +24 -16
- data/lib/plex_ruby_sdk/models/operations/pastsubscription.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/performsearch_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/performsearch_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/performsearch_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/performsearch_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/performsearch_search_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/performsearch_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_search_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/pivot.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/player.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/plexdevice.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_subscription.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_requestbody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_services.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_subscription.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userplexaccount.rb +6 -6
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userprofile.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/producer.rb +9 -12
- data/lib/plex_ruby_sdk/models/operations/provider.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/queryparam_filter.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/{get_library_items_metadatarating.rb → rating.rb} +5 -5
- data/lib/plex_ruby_sdk/models/operations/ratings.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/release.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/role.rb +13 -13
- data/lib/plex_ruby_sdk/models/operations/searchresult.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/server.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/services.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/session.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/setting.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/sharedservers.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/sharedsources.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/similar.rb +5 -5
- data/lib/plex_ruby_sdk/models/operations/sort.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/startalltasks_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/startalltasks_butler_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/startalltasks_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/startalltasks_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/startalltasks_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/starttask_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/starttask_butler_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/starttask_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/starttask_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/starttask_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/starttask_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_video_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/statisticsbandwidth.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/statisticsmedia.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/statisticsresources.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_butler_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stoptask_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stoptask_butler_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stoptask_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stoptask_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stoptask_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stoptask_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_sessions_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stream.rb +78 -45
- data/lib/plex_ruby_sdk/models/operations/subscription.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/transcodesession.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/trials.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/ultrablurcolors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_playlists_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_media_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_badrequest.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_playlists_errors.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/user.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/userprofile.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/writer.rb +14 -5
- data/lib/plex_ruby_sdk/models/operations.rb +18 -33
- data/lib/plex_ruby_sdk/models/shared/security.rb +1 -1
- data/lib/plex_ruby_sdk/playlists.rb +41 -32
- data/lib/plex_ruby_sdk/plex.rb +28 -24
- data/lib/plex_ruby_sdk/plex_api.rb +34 -48
- data/lib/plex_ruby_sdk/sdkconfiguration.rb +13 -8
- data/lib/plex_ruby_sdk/search.rb +13 -10
- data/lib/plex_ruby_sdk/server.rb +41 -33
- data/lib/plex_ruby_sdk/sessions.rb +19 -15
- data/lib/plex_ruby_sdk/statistics.rb +15 -12
- data/lib/plex_ruby_sdk/updater.rb +13 -10
- data/lib/plex_ruby_sdk/users.rb +2 -2
- data/lib/plex_ruby_sdk/utils/utils.rb +12 -55
- data/lib/plex_ruby_sdk/video.rb +8 -6
- data/lib/plex_ruby_sdk/watchlist.rb +5 -4
- data/lib/plex_ruby_sdk.rb +1 -2
- metadata +24 -23
- data/lib/plex_ruby_sdk/models/operations/get_library_items_enablecreditsmarkergeneration.rb +0 -18
- data/lib/plex_ruby_sdk/models/operations/get_library_items_episodesort.rb +0 -19
- data/lib/plex_ruby_sdk/models/operations/get_library_items_flattenseasons.rb +0 -19
- data/lib/plex_ruby_sdk/models/operations/get_library_items_mediaguid.rb +0 -26
- data/lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb +0 -18
- data/lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb +0 -27
- data/lib/plex_ruby_sdk/models/operations/getondeck_badrequest.rb +0 -24
- data/lib/plex_ruby_sdk/models/operations/getondeck_errors.rb +0 -30
- data/lib/plex_ruby_sdk/models/operations/getondeck_library_errors.rb +0 -30
- data/lib/plex_ruby_sdk/models/operations/getondeck_media.rb +0 -66
- data/lib/plex_ruby_sdk/models/operations/getondeck_mediacontainer.rb +0 -42
- data/lib/plex_ruby_sdk/models/operations/getondeck_metadata.rb +0 -129
- data/lib/plex_ruby_sdk/models/operations/getondeck_part.rb +0 -48
- data/lib/plex_ruby_sdk/models/operations/getondeck_response.rb +0 -39
- data/lib/plex_ruby_sdk/models/operations/getondeck_responsebody.rb +0 -24
- data/lib/plex_ruby_sdk/models/operations/getondeck_stream.rb +0 -90
- data/lib/plex_ruby_sdk/models/operations/getondeck_unauthorized.rb +0 -24
- /data/lib/{plex_ruby_sdk/utils → crystalline}/t.rb +0 -0
@@ -9,7 +9,7 @@ module PlexRubySDK
|
|
9
9
|
|
10
10
|
# The Meta object is only included in the response if the `includeMeta` parameter is set to `1`.
|
11
11
|
#
|
12
|
-
class GetRecentlyAddedLibraryMediaContainer < ::
|
12
|
+
class GetRecentlyAddedLibraryMediaContainer < ::Crystalline::FieldAugmented
|
13
13
|
extend T::Sig
|
14
14
|
|
15
15
|
|
@@ -8,7 +8,7 @@ module PlexRubySDK
|
|
8
8
|
module Operations
|
9
9
|
|
10
10
|
|
11
|
-
class GetRecentlyAddedLibraryResponse < ::
|
11
|
+
class GetRecentlyAddedLibraryResponse < ::Crystalline::FieldAugmented
|
12
12
|
extend T::Sig
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
@@ -8,7 +8,7 @@ module PlexRubySDK
|
|
8
8
|
module Operations
|
9
9
|
|
10
10
|
# Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
11
|
-
class GetRecentlyAddedLibraryUnauthorized < ::
|
11
|
+
class GetRecentlyAddedLibraryUnauthorized < ::Crystalline::FieldAugmented
|
12
12
|
extend T::Sig
|
13
13
|
|
14
14
|
|
@@ -8,35 +8,35 @@ module PlexRubySDK
|
|
8
8
|
module Operations
|
9
9
|
|
10
10
|
|
11
|
-
class GetRecentlyAddedMediaContainer < ::
|
11
|
+
class GetRecentlyAddedMediaContainer < ::Crystalline::FieldAugmented
|
12
12
|
extend T::Sig
|
13
13
|
|
14
|
-
|
14
|
+
# Indicates whether syncing is allowed.
|
15
|
+
field :allow_sync, T::Boolean, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('allowSync') } }
|
16
|
+
# An plugin identifier for the media container.
|
17
|
+
field :identifier, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('identifier') } }
|
18
|
+
# Offset value for pagination.
|
19
|
+
field :offset, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('offset') } }
|
20
|
+
# Number of media items returned in this response.
|
15
21
|
field :size, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('size') } }
|
16
|
-
|
17
|
-
field :
|
18
|
-
|
19
|
-
field :identifier, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('identifier') } }
|
22
|
+
# Total number of media items in the library.
|
23
|
+
field :total_size, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('totalSize') } }
|
20
24
|
# The Meta object is only included in the response if the `includeMeta` parameter is set to `1`.
|
21
25
|
#
|
22
26
|
field :meta, T.nilable(::PlexRubySDK::Operations::Meta), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Meta') } }
|
23
|
-
|
27
|
+
# An array of metadata items.
|
24
28
|
field :metadata, T.nilable(T::Array[::PlexRubySDK::Operations::GetRecentlyAddedMetadata]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Metadata') } }
|
25
29
|
|
26
|
-
field :offset, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('offset') } }
|
27
|
-
|
28
|
-
field :total_size, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('totalSize') } }
|
29
|
-
|
30
30
|
|
31
|
-
sig { params(
|
32
|
-
def initialize(
|
33
|
-
@size = size
|
31
|
+
sig { params(allow_sync: T::Boolean, identifier: ::String, offset: ::Integer, size: ::Integer, total_size: ::Integer, meta: T.nilable(::PlexRubySDK::Operations::Meta), metadata: T.nilable(T::Array[::PlexRubySDK::Operations::GetRecentlyAddedMetadata])).void }
|
32
|
+
def initialize(allow_sync: nil, identifier: nil, offset: nil, size: nil, total_size: nil, meta: nil, metadata: nil)
|
34
33
|
@allow_sync = allow_sync
|
35
34
|
@identifier = identifier
|
36
|
-
@meta = meta
|
37
|
-
@metadata = metadata
|
38
35
|
@offset = offset
|
36
|
+
@size = size
|
39
37
|
@total_size = total_size
|
38
|
+
@meta = meta
|
39
|
+
@metadata = metadata
|
40
40
|
end
|
41
41
|
end
|
42
42
|
end
|
@@ -7,199 +7,198 @@
|
|
7
7
|
module PlexRubySDK
|
8
8
|
module Operations
|
9
9
|
|
10
|
-
|
11
|
-
|
10
|
+
# Unknown
|
11
|
+
#
|
12
|
+
class GetRecentlyAddedMetadata < ::Crystalline::FieldAugmented
|
12
13
|
extend T::Sig
|
13
14
|
|
14
|
-
# Unix epoch datetime in seconds
|
15
|
-
field :added_at, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('addedAt') } }
|
16
15
|
|
16
|
+
field :added_at, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('addedAt') } }
|
17
|
+
# The art image URL for the media item.
|
18
|
+
field :art, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('art') } }
|
19
|
+
# The audience rating for the media item.
|
20
|
+
field :audience_rating, ::Float, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('audienceRating') } }
|
21
|
+
# The number of child items associated with this media item.
|
22
|
+
field :child_count, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('childCount') } }
|
23
|
+
# The duration of the media item in milliseconds.
|
24
|
+
field :duration, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('duration') } }
|
25
|
+
# The globally unique identifier for the media item.
|
17
26
|
field :guid, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('guid') } }
|
18
|
-
|
27
|
+
# The index position of the media item.
|
28
|
+
field :index, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('index') } }
|
29
|
+
# The unique key for the media item.
|
19
30
|
field :key, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('key') } }
|
20
|
-
# The
|
21
|
-
|
22
|
-
#
|
31
|
+
# The identifier for the library section.
|
32
|
+
field :library_section_id, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('librarySectionID') } }
|
33
|
+
# The key corresponding to the library section.
|
34
|
+
field :library_section_key, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('librarySectionKey') } }
|
35
|
+
# The title of the library section.
|
36
|
+
field :library_section_title, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('librarySectionTitle') } }
|
37
|
+
# The original release date of the media item.
|
38
|
+
field :originally_available_at, ::Date, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('originallyAvailableAt'), 'decoder': Utils.date_from_iso_format(false) } }
|
39
|
+
# The studio of the parent media item.
|
40
|
+
field :parent_studio, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentStudio') } }
|
41
|
+
# The theme URL for the parent media item.
|
42
|
+
field :parent_theme, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentTheme') } }
|
43
|
+
# The critic rating for the media item.
|
44
|
+
field :rating, ::Float, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('rating') } }
|
45
|
+
# The rating key (Media ID) of this media item. Note: Although this is always an integer, it is represented as a string in the API.
|
23
46
|
field :rating_key, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('ratingKey') } }
|
24
|
-
|
47
|
+
# The total number of seasons (for TV shows).
|
48
|
+
field :season_count, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('seasonCount') } }
|
49
|
+
# A URL‐friendly version of the media title.
|
50
|
+
field :slug, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('slug') } }
|
51
|
+
# A synopsis of the media item.
|
25
52
|
field :summary, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('summary') } }
|
26
|
-
|
53
|
+
# A brief tagline for the media item.
|
54
|
+
field :tagline, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('tagline') } }
|
55
|
+
# The theme URL for the media item.
|
56
|
+
field :theme, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('theme') } }
|
57
|
+
# The thumbnail image URL for the media item.
|
58
|
+
field :thumb, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('thumb') } }
|
59
|
+
# The title of the media item.
|
27
60
|
field :title, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('title') } }
|
28
|
-
# The
|
29
|
-
|
30
|
-
field :type, ::PlexRubySDK::Operations::GetRecentlyAddedHubsType, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('type'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::GetRecentlyAddedHubsType, false) } }
|
31
|
-
|
32
|
-
field :art, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('art') } }
|
33
|
-
|
34
|
-
field :audience_rating, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('audienceRating') } }
|
61
|
+
# The sort title used for ordering media items.
|
62
|
+
field :title_sort, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('titleSort') } }
|
35
63
|
|
64
|
+
field :type, ::PlexRubySDK::Operations::GetRecentlyAddedHubsType, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('type'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::GetRecentlyAddedHubsType, false) } }
|
65
|
+
# The URL for the audience rating image.
|
36
66
|
field :audience_rating_image, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('audienceRatingImage') } }
|
37
|
-
|
38
|
-
field :banner, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('banner') } }
|
39
|
-
|
67
|
+
# The source from which chapter data is derived.
|
40
68
|
field :chapter_source, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('chapterSource') } }
|
41
69
|
|
42
|
-
field :child_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('childCount') } }
|
43
|
-
|
44
70
|
field :collection, T.nilable(T::Array[::PlexRubySDK::Operations::Collection]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Collection') } }
|
45
|
-
|
71
|
+
# The content rating for the media item.
|
46
72
|
field :content_rating, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('contentRating') } }
|
47
73
|
|
48
74
|
field :country, T.nilable(T::Array[::PlexRubySDK::Operations::Country]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Country') } }
|
75
|
+
# The accuracy of the creation timestamp. This value indicates the format(s) provided (for example, 'epoch,local' means both epoch and local time formats are available).
|
76
|
+
field :created_at_accuracy, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('createdAtAccuracy') } }
|
77
|
+
# The time zone offset for the creation timestamp, represented as a string. This offset indicates the difference from UTC.
|
78
|
+
field :created_at_tz_offset, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('createdAtTZOffset') } }
|
49
79
|
|
50
80
|
field :director, T.nilable(T::Array[::PlexRubySDK::Operations::Director]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Director') } }
|
51
81
|
|
52
|
-
field :duration, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('duration') } }
|
53
|
-
# Setting that indicates if credits markers detection is enabled. (-1 = Library default, 0 = Disabled).
|
54
|
-
field :enable_credits_marker_generation, T.nilable(::PlexRubySDK::Operations::EnableCreditsMarkerGeneration), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('enableCreditsMarkerGeneration'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::EnableCreditsMarkerGeneration, true) } }
|
55
|
-
# Setting that indicates how episodes are sorted for the show. (-1 = Library default, 0 = Oldest first, 1 = Newest first).
|
56
|
-
field :episode_sort, T.nilable(::PlexRubySDK::Operations::EpisodeSort), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('episodeSort'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::EpisodeSort, true) } }
|
57
|
-
# Setting that indicates if seasons are set to hidden for the show. (-1 = Library default, 0 = Hide, 1 = Show).
|
58
|
-
field :flatten_seasons, T.nilable(::PlexRubySDK::Operations::FlattenSeasons), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('flattenSeasons'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::FlattenSeasons, true) } }
|
59
|
-
|
60
82
|
field :genre, T.nilable(T::Array[::PlexRubySDK::Operations::Genre]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Genre') } }
|
61
|
-
|
83
|
+
# The art URL for the grandparent media item.
|
62
84
|
field :grandparent_art, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentArt') } }
|
63
|
-
|
85
|
+
# The GUID of the grandparent media item.
|
64
86
|
field :grandparent_guid, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentGuid') } }
|
65
|
-
|
87
|
+
# The key of the grandparent media item.
|
66
88
|
field :grandparent_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentKey') } }
|
67
|
-
|
89
|
+
# The rating key of the grandparent media item.
|
68
90
|
field :grandparent_rating_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentRatingKey') } }
|
69
|
-
|
91
|
+
# The slug for the grandparent media item.
|
70
92
|
field :grandparent_slug, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentSlug') } }
|
71
|
-
|
93
|
+
# The theme URL for the grandparent media item.
|
72
94
|
field :grandparent_theme, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentTheme') } }
|
73
|
-
|
95
|
+
# The thumbnail URL for the grandparent media item.
|
74
96
|
field :grandparent_thumb, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentThumb') } }
|
75
|
-
|
97
|
+
# The title of the grandparent media item.
|
76
98
|
field :grandparent_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('grandparentTitle') } }
|
77
99
|
|
78
|
-
field :
|
79
|
-
|
80
|
-
field :has_premium_primary_extra, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('hasPremiumPrimaryExtra') } }
|
100
|
+
field :guids, T.nilable(T::Array[::PlexRubySDK::Operations::Guids]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Guid') } }
|
81
101
|
|
82
102
|
field :image, T.nilable(T::Array[::PlexRubySDK::Operations::GetRecentlyAddedImage]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Image') } }
|
83
|
-
|
84
|
-
field :
|
85
|
-
|
103
|
+
# The Unix timestamp representing the last time the item was rated.
|
104
|
+
field :last_rated_at, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('lastRatedAt') } }
|
105
|
+
# Unix timestamp for when the media item was last viewed.
|
86
106
|
field :last_viewed_at, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('lastViewedAt') } }
|
87
|
-
|
107
|
+
# The number of leaf items (end nodes) under this media item.
|
88
108
|
field :leaf_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('leafCount') } }
|
89
109
|
|
90
|
-
field :library_section_id, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('librarySectionID') } }
|
91
|
-
|
92
|
-
field :library_section_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('librarySectionKey') } }
|
93
|
-
|
94
|
-
field :library_section_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('librarySectionTitle') } }
|
95
|
-
|
96
110
|
field :location, T.nilable(T::Array[::PlexRubySDK::Operations::Location]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Location') } }
|
97
|
-
# The Media object is only included when type query is `4` or higher.
|
98
|
-
#
|
99
|
-
field :media, T.nilable(T::Array[::PlexRubySDK::Operations::Media]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Media') } }
|
100
|
-
# The Guid object is only included in the response if the `includeGuids` parameter is set to `1`.
|
101
|
-
#
|
102
|
-
field :media_guid, T.nilable(T::Array[::PlexRubySDK::Operations::MediaGuid]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Guid') } }
|
103
|
-
|
104
|
-
field :meta_data_rating, T.nilable(T::Array[::PlexRubySDK::Operations::MetaDataRating]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Rating') } }
|
105
|
-
|
106
|
-
field :originally_available_at, T.nilable(::Date), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('originallyAvailableAt'), 'decoder': Utils.date_from_iso_format(true) } }
|
107
111
|
|
112
|
+
field :media, T.nilable(T::Array[::PlexRubySDK::Operations::Media]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Media') } }
|
113
|
+
# The original title of the media item (if different).
|
108
114
|
field :original_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('originalTitle') } }
|
109
|
-
|
115
|
+
# The GUID of the parent media item.
|
110
116
|
field :parent_guid, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentGuid') } }
|
111
|
-
|
117
|
+
# The index position of the parent media item.
|
112
118
|
field :parent_index, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentIndex') } }
|
113
|
-
|
119
|
+
# The key of the parent media item.
|
114
120
|
field :parent_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentKey') } }
|
115
|
-
# The rating key of the parent item.
|
116
|
-
#
|
121
|
+
# The rating key of the parent media item.
|
117
122
|
field :parent_rating_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentRatingKey') } }
|
118
|
-
|
123
|
+
# The slug for the parent media item.
|
119
124
|
field :parent_slug, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentSlug') } }
|
120
|
-
|
121
|
-
field :parent_studio, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentStudio') } }
|
122
|
-
|
123
|
-
field :parent_theme, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentTheme') } }
|
124
|
-
|
125
|
+
# The thumbnail URL for the parent media item.
|
125
126
|
field :parent_thumb, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentThumb') } }
|
126
|
-
|
127
|
+
# The title of the parent media item.
|
127
128
|
field :parent_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentTitle') } }
|
128
|
-
|
129
|
+
# The release year of the parent media item.
|
129
130
|
field :parent_year, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('parentYear') } }
|
130
|
-
|
131
|
+
# The primary extra key associated with this media item.
|
131
132
|
field :primary_extra_key, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('primaryExtraKey') } }
|
132
133
|
|
133
|
-
field :
|
134
|
+
field :producer, T.nilable(T::Array[::PlexRubySDK::Operations::Producer]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Producer') } }
|
134
135
|
|
136
|
+
field :rating1, T.nilable(T::Array[::PlexRubySDK::Operations::Rating]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Rating') } }
|
137
|
+
# The URL for the rating image.
|
135
138
|
field :rating_image, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('ratingImage') } }
|
136
139
|
|
137
140
|
field :role, T.nilable(T::Array[::PlexRubySDK::Operations::Role]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Role') } }
|
138
141
|
|
139
|
-
field :
|
140
|
-
#
|
141
|
-
# None = Library default,
|
142
|
-
# tmdbAiring = The Movie Database (Aired),
|
143
|
-
# aired = TheTVDB (Aired),
|
144
|
-
# dvd = TheTVDB (DVD),
|
145
|
-
# absolute = TheTVDB (Absolute)).
|
146
|
-
#
|
147
|
-
field :show_ordering, T.nilable(::PlexRubySDK::Operations::ShowOrdering), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('showOrdering'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::ShowOrdering, true) } }
|
148
|
-
|
149
|
-
field :skip_children, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('skipChildren') } }
|
150
|
-
|
142
|
+
field :similar, T.nilable(T::Array[::PlexRubySDK::Operations::Similar]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Similar') } }
|
143
|
+
# The number of times this media item has been skipped.
|
151
144
|
field :skip_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('skipCount') } }
|
152
|
-
|
153
|
-
field :slug, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('slug') } }
|
154
|
-
|
145
|
+
# The studio that produced the media item.
|
155
146
|
field :studio, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('studio') } }
|
156
|
-
|
157
|
-
field :
|
158
|
-
|
159
|
-
field :theme, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('theme') } }
|
160
|
-
|
161
|
-
field :thumb, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('thumb') } }
|
162
|
-
|
163
|
-
field :title_sort, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('titleSort') } }
|
147
|
+
# A classification that further describes the type of media item. For example, 'clip' indicates that the item is a short video clip.
|
148
|
+
field :subtype, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('subtype') } }
|
164
149
|
|
165
150
|
field :ultra_blur_colors, T.nilable(::PlexRubySDK::Operations::UltraBlurColors), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('UltraBlurColors') } }
|
166
151
|
# Unix epoch datetime in seconds
|
167
152
|
field :updated_at, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('updatedAt') } }
|
168
|
-
|
153
|
+
# The rating provided by a user for the item. This value is expressed as a decimal number.
|
154
|
+
field :user_rating, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('userRating') } }
|
155
|
+
# The number of times this media item has been viewed.
|
169
156
|
field :view_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('viewCount') } }
|
170
|
-
|
157
|
+
# The number of leaf items that have been viewed.
|
171
158
|
field :viewed_leaf_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('viewedLeafCount') } }
|
172
|
-
|
159
|
+
# The current playback offset (in milliseconds).
|
173
160
|
field :view_offset, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('viewOffset') } }
|
174
161
|
|
175
162
|
field :writer, T.nilable(T::Array[::PlexRubySDK::Operations::Writer]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Writer') } }
|
176
|
-
|
163
|
+
# The release year of the media item.
|
177
164
|
field :year, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('year') } }
|
178
165
|
|
179
166
|
|
180
|
-
sig { params(added_at: ::Integer, guid: ::String, key: ::String,
|
181
|
-
def initialize(added_at: nil,
|
167
|
+
sig { params(added_at: ::Integer, art: ::String, audience_rating: ::Float, child_count: ::Integer, duration: ::Integer, guid: ::String, index: ::Integer, key: ::String, library_section_id: ::Integer, library_section_key: ::String, library_section_title: ::String, originally_available_at: ::Date, parent_studio: ::String, parent_theme: ::String, rating: ::Float, rating_key: ::String, season_count: ::Integer, slug: ::String, summary: ::String, tagline: ::String, theme: ::String, thumb: ::String, title: ::String, title_sort: ::String, type: ::PlexRubySDK::Operations::GetRecentlyAddedHubsType, audience_rating_image: T.nilable(::String), chapter_source: T.nilable(::String), collection: T.nilable(T::Array[::PlexRubySDK::Operations::Collection]), content_rating: T.nilable(::String), country: T.nilable(T::Array[::PlexRubySDK::Operations::Country]), created_at_accuracy: T.nilable(::String), created_at_tz_offset: T.nilable(::String), director: T.nilable(T::Array[::PlexRubySDK::Operations::Director]), genre: T.nilable(T::Array[::PlexRubySDK::Operations::Genre]), grandparent_art: T.nilable(::String), grandparent_guid: T.nilable(::String), grandparent_key: T.nilable(::String), grandparent_rating_key: T.nilable(::String), grandparent_slug: T.nilable(::String), grandparent_theme: T.nilable(::String), grandparent_thumb: T.nilable(::String), grandparent_title: T.nilable(::String), guids: T.nilable(T::Array[::PlexRubySDK::Operations::Guids]), image: T.nilable(T::Array[::PlexRubySDK::Operations::GetRecentlyAddedImage]), last_rated_at: T.nilable(::Integer), last_viewed_at: T.nilable(::Integer), leaf_count: T.nilable(::Integer), location: T.nilable(T::Array[::PlexRubySDK::Operations::Location]), media: T.nilable(T::Array[::PlexRubySDK::Operations::Media]), original_title: T.nilable(::String), parent_guid: T.nilable(::String), parent_index: T.nilable(::Integer), parent_key: T.nilable(::String), parent_rating_key: T.nilable(::String), parent_slug: T.nilable(::String), parent_thumb: T.nilable(::String), parent_title: T.nilable(::String), parent_year: T.nilable(::Integer), primary_extra_key: T.nilable(::String), producer: T.nilable(T::Array[::PlexRubySDK::Operations::Producer]), rating1: T.nilable(T::Array[::PlexRubySDK::Operations::Rating]), rating_image: T.nilable(::String), role: T.nilable(T::Array[::PlexRubySDK::Operations::Role]), similar: T.nilable(T::Array[::PlexRubySDK::Operations::Similar]), skip_count: T.nilable(::Integer), studio: T.nilable(::String), subtype: T.nilable(::String), ultra_blur_colors: T.nilable(::PlexRubySDK::Operations::UltraBlurColors), updated_at: T.nilable(::Integer), user_rating: T.nilable(::Float), view_count: T.nilable(::Integer), viewed_leaf_count: T.nilable(::Integer), view_offset: T.nilable(::Integer), writer: T.nilable(T::Array[::PlexRubySDK::Operations::Writer]), year: T.nilable(::Integer)).void }
|
168
|
+
def initialize(added_at: nil, art: nil, audience_rating: nil, child_count: nil, duration: nil, guid: nil, index: nil, key: nil, library_section_id: nil, library_section_key: nil, library_section_title: nil, originally_available_at: nil, parent_studio: nil, parent_theme: nil, rating: nil, rating_key: nil, season_count: nil, slug: nil, summary: nil, tagline: nil, theme: nil, thumb: nil, title: nil, title_sort: nil, type: nil, audience_rating_image: nil, chapter_source: nil, collection: nil, content_rating: nil, country: nil, created_at_accuracy: nil, created_at_tz_offset: nil, director: nil, genre: nil, grandparent_art: nil, grandparent_guid: nil, grandparent_key: nil, grandparent_rating_key: nil, grandparent_slug: nil, grandparent_theme: nil, grandparent_thumb: nil, grandparent_title: nil, guids: nil, image: nil, last_rated_at: nil, last_viewed_at: nil, leaf_count: nil, location: nil, media: nil, original_title: nil, parent_guid: nil, parent_index: nil, parent_key: nil, parent_rating_key: nil, parent_slug: nil, parent_thumb: nil, parent_title: nil, parent_year: nil, primary_extra_key: nil, producer: nil, rating1: nil, rating_image: nil, role: nil, similar: nil, skip_count: nil, studio: nil, subtype: nil, ultra_blur_colors: nil, updated_at: nil, user_rating: nil, view_count: nil, viewed_leaf_count: nil, view_offset: nil, writer: nil, year: nil)
|
182
169
|
@added_at = added_at
|
170
|
+
@art = art
|
171
|
+
@audience_rating = audience_rating
|
172
|
+
@child_count = child_count
|
173
|
+
@duration = duration
|
183
174
|
@guid = guid
|
175
|
+
@index = index
|
184
176
|
@key = key
|
177
|
+
@library_section_id = library_section_id
|
178
|
+
@library_section_key = library_section_key
|
179
|
+
@library_section_title = library_section_title
|
180
|
+
@originally_available_at = originally_available_at
|
181
|
+
@parent_studio = parent_studio
|
182
|
+
@parent_theme = parent_theme
|
183
|
+
@rating = rating
|
185
184
|
@rating_key = rating_key
|
185
|
+
@season_count = season_count
|
186
|
+
@slug = slug
|
186
187
|
@summary = summary
|
188
|
+
@tagline = tagline
|
189
|
+
@theme = theme
|
190
|
+
@thumb = thumb
|
187
191
|
@title = title
|
192
|
+
@title_sort = title_sort
|
188
193
|
@type = type
|
189
|
-
@art = art
|
190
|
-
@audience_rating = audience_rating
|
191
194
|
@audience_rating_image = audience_rating_image
|
192
|
-
@banner = banner
|
193
195
|
@chapter_source = chapter_source
|
194
|
-
@child_count = child_count
|
195
196
|
@collection = collection
|
196
197
|
@content_rating = content_rating
|
197
198
|
@country = country
|
199
|
+
@created_at_accuracy = created_at_accuracy
|
200
|
+
@created_at_tz_offset = created_at_tz_offset
|
198
201
|
@director = director
|
199
|
-
@duration = duration
|
200
|
-
@enable_credits_marker_generation = enable_credits_marker_generation
|
201
|
-
@episode_sort = episode_sort
|
202
|
-
@flatten_seasons = flatten_seasons
|
203
202
|
@genre = genre
|
204
203
|
@grandparent_art = grandparent_art
|
205
204
|
@grandparent_guid = grandparent_guid
|
@@ -209,47 +208,34 @@ module PlexRubySDK
|
|
209
208
|
@grandparent_theme = grandparent_theme
|
210
209
|
@grandparent_thumb = grandparent_thumb
|
211
210
|
@grandparent_title = grandparent_title
|
212
|
-
@
|
213
|
-
@has_premium_primary_extra = has_premium_primary_extra
|
211
|
+
@guids = guids
|
214
212
|
@image = image
|
215
|
-
@
|
213
|
+
@last_rated_at = last_rated_at
|
216
214
|
@last_viewed_at = last_viewed_at
|
217
215
|
@leaf_count = leaf_count
|
218
|
-
@library_section_id = library_section_id
|
219
|
-
@library_section_key = library_section_key
|
220
|
-
@library_section_title = library_section_title
|
221
216
|
@location = location
|
222
217
|
@media = media
|
223
|
-
@media_guid = media_guid
|
224
|
-
@meta_data_rating = meta_data_rating
|
225
|
-
@originally_available_at = originally_available_at
|
226
218
|
@original_title = original_title
|
227
219
|
@parent_guid = parent_guid
|
228
220
|
@parent_index = parent_index
|
229
221
|
@parent_key = parent_key
|
230
222
|
@parent_rating_key = parent_rating_key
|
231
223
|
@parent_slug = parent_slug
|
232
|
-
@parent_studio = parent_studio
|
233
|
-
@parent_theme = parent_theme
|
234
224
|
@parent_thumb = parent_thumb
|
235
225
|
@parent_title = parent_title
|
236
226
|
@parent_year = parent_year
|
237
227
|
@primary_extra_key = primary_extra_key
|
238
|
-
@
|
228
|
+
@producer = producer
|
229
|
+
@rating1 = rating1
|
239
230
|
@rating_image = rating_image
|
240
231
|
@role = role
|
241
|
-
@
|
242
|
-
@show_ordering = show_ordering
|
243
|
-
@skip_children = skip_children
|
232
|
+
@similar = similar
|
244
233
|
@skip_count = skip_count
|
245
|
-
@slug = slug
|
246
234
|
@studio = studio
|
247
|
-
@
|
248
|
-
@theme = theme
|
249
|
-
@thumb = thumb
|
250
|
-
@title_sort = title_sort
|
235
|
+
@subtype = subtype
|
251
236
|
@ultra_blur_colors = ultra_blur_colors
|
252
237
|
@updated_at = updated_at
|
238
|
+
@user_rating = user_rating
|
253
239
|
@view_count = view_count
|
254
240
|
@viewed_leaf_count = viewed_leaf_count
|
255
241
|
@view_offset = view_offset
|
@@ -8,7 +8,7 @@ module PlexRubySDK
|
|
8
8
|
module Operations
|
9
9
|
|
10
10
|
# A successful response with recently added content.
|
11
|
-
class GetRecentlyAddedResponseBody < ::
|
11
|
+
class GetRecentlyAddedResponseBody < ::Crystalline::FieldAugmented
|
12
12
|
extend T::Sig
|
13
13
|
|
14
14
|
|