plex_ruby_sdk 0.4.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/plex_ruby_sdk/authentication.rb +5 -5
- data/lib/plex_ruby_sdk/hubs.rb +35 -0
- data/lib/plex_ruby_sdk/library.rb +53 -14
- data/lib/plex_ruby_sdk/media.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/autoselectsubtitle.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/billing.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/connections.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/defaultsubtitleaccessibility.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/defaultsubtitleforced.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/field.rb +7 -7
- data/lib/plex_ruby_sdk/models/operations/fieldtype.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/friend.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/geodata.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_directory.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_location.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_request.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/get_library_details_field.rb +33 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_fieldtype.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_mediacontainer.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/get_library_details_operator.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_sort.rb +39 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_type.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/get_library_items_activedirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_collection.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_defaultdirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_flattenseasons.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_hasthumbnail.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_image.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_activedirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_defaultdirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_field.rb +33 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_fieldtype.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_filter.rb +36 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_operator.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_200_type.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_type.rb +28 -6
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_sort.rb +47 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_type.rb +8 -29
- data/lib/plex_ruby_sdk/models/operations/get_library_items_location.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_media.rb +29 -23
- data/lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb +15 -8
- data/lib/plex_ruby_sdk/models/operations/get_library_items_mediaguid.rb +26 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_meta.rb +28 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb +26 -8
- data/lib/plex_ruby_sdk/models/operations/get_library_items_metadatarating.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_part.rb +18 -9
- data/lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_includemeta.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_request.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/get_library_items_role.rb +18 -3
- data/lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_sort.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb +135 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_type.rb +29 -8
- data/lib/plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb +33 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_request.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_part.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_stream.rb +117 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_activedirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_defaultdirection.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_field.rb +33 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_filter.rb +36 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_response_type.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_type.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_image.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_unauthorized.rb → get_recently_added_library_badrequest.rb} +2 -2
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_country.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_director.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_filter.rb +36 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_genre.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_library_errors.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_media.rb +69 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_mediacontainer.rb +49 -0
- data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_metadata.rb → get_recently_added_library_metadata.rb} +8 -8
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_part.rb +51 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_request.rb +55 -0
- data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_response.rb → get_recently_added_library_response.rb} +5 -5
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_responsebody.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_role.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_type.rb +42 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_unauthorized.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_writer.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb +43 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb +255 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_operator.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_request.rb +55 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_response.rb +33 -0
- data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_responsebody.rb → get_recently_added_responsebody.rb} +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_sort.rb +47 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_type.rb +42 -0
- data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_badrequest.rb → get_search_all_libraries_badrequest.rb} +3 -3
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_collection.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_country.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_director.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_errors.rb → get_search_all_libraries_errors.rb} +1 -1
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_flattenseasons.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_genre.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_hasthumbnail.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_image.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_library_errors.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_library_type.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_location.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_media.rb +75 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediacontainer.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediaguid.rb +26 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadata.rb +255 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadatarating.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_optimizedforstreaming.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_part.rb +61 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_request.rb +40 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_response.rb +39 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_responsebody.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_role.rb +39 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_showordering.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_stream.rb +135 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_type.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_ultrablurcolors.rb +33 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_unauthorized.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_writer.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_queryparam_type.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_request.rb +2 -2
- 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 +6 -3
- 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_request.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_request.rb +2 -2
- 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/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/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 +16 -13
- data/lib/plex_ruby_sdk/models/operations/getpin_response.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_queryparam_type.rb +1 -0
- 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 +18 -3
- 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_authentication_response_status.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_authentication_status.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_status.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_subscription.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_unauthorized.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_userplexaccount.rb +7 -7
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_queryparam_type.rb +1 -0
- 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/includehttps.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/includeipv6.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/includerelay.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/internalpaymentmethod.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/location.rb +3 -6
- data/lib/plex_ruby_sdk/models/operations/mailingliststatus.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/media.rb +22 -16
- data/lib/plex_ruby_sdk/models/operations/mediareviewsvisibility.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/meta.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/metadatarating.rb +30 -0
- data/lib/plex_ruby_sdk/models/operations/operator.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/optimizedforstreaming.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/part.rb +24 -14
- data/lib/plex_ruby_sdk/models/operations/pastsubscription.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_response_status.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_status.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_subscription.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_autoselectsubtitle.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_defaultsubtitleaccessibility.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_defaultsubtitleforced.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_mailingliststatus.rb +2 -2
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_mediareviewsvisibility.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb +42 -0
- 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_state.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_status.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_subscription.rb +3 -3
- 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 +7 -7
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userprofile.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_watchedindicator.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/protocol.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/queryparam_includecollections.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/queryparam_includeexternalmedia.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/queryparam_includemeta.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/queryparam_type.rb +1 -0
- data/lib/plex_ruby_sdk/models/operations/responsebody.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/role.rb +18 -3
- data/lib/plex_ruby_sdk/models/operations/searchresult.rb +27 -0
- data/lib/plex_ruby_sdk/models/operations/searchtypes.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/services.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/sort.rb +19 -11
- data/lib/plex_ruby_sdk/models/operations/status.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/stream.rb +58 -40
- data/lib/plex_ruby_sdk/models/operations/subscription.rb +3 -3
- data/lib/plex_ruby_sdk/models/operations/trials.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/type.rb +1 -0
- data/lib/plex_ruby_sdk/models/operations/userprofile.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/watchedindicator.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations.rb +133 -45
- data/lib/plex_ruby_sdk/plex.rb +15 -18
- data/lib/plex_ruby_sdk/plex_api.rb +11 -11
- data/lib/plex_ruby_sdk/sdkconfiguration.rb +3 -3
- data/lib/plex_ruby_sdk/server.rb +1 -3
- data/lib/plex_ruby_sdk/watchlist.rb +1 -1
- metadata +107 -19
- data/lib/plex_ruby_sdk/models/operations/features.rb +0 -78
- data/lib/plex_ruby_sdk/models/operations/getrecentlyadded_mediacontainer.rb +0 -42
- data/lib/plex_ruby_sdk/models/operations/getrecentlyadded_request.rb +0 -33
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_features.rb +0 -78
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_features.rb +0 -78
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_features.rb +0 -78
- /data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_library_errors.rb → get_recently_added_library_errors.rb} +0 -0
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: plex_ruby_sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- LukeHagar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -98,16 +98,16 @@ dependencies:
|
|
|
98
98
|
name: rubocop
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
|
-
- - "
|
|
101
|
+
- - "~>"
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version:
|
|
103
|
+
version: 1.60.2
|
|
104
104
|
type: :development
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
|
-
- - "
|
|
108
|
+
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version:
|
|
110
|
+
version: 1.60.2
|
|
111
111
|
- !ruby/object:Gem::Dependency
|
|
112
112
|
name: sorbet-runtime
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -232,7 +232,6 @@ files:
|
|
|
232
232
|
- lib/plex_ruby_sdk/models/operations/enablepapertrail_unauthorized.rb
|
|
233
233
|
- lib/plex_ruby_sdk/models/operations/errors.rb
|
|
234
234
|
- lib/plex_ruby_sdk/models/operations/feature.rb
|
|
235
|
-
- lib/plex_ruby_sdk/models/operations/features.rb
|
|
236
235
|
- lib/plex_ruby_sdk/models/operations/field.rb
|
|
237
236
|
- lib/plex_ruby_sdk/models/operations/fieldtype.rb
|
|
238
237
|
- lib/plex_ruby_sdk/models/operations/filter.rb
|
|
@@ -245,6 +244,7 @@ files:
|
|
|
245
244
|
- lib/plex_ruby_sdk/models/operations/get_all_libraries_directory.rb
|
|
246
245
|
- lib/plex_ruby_sdk/models/operations/get_all_libraries_errors.rb
|
|
247
246
|
- lib/plex_ruby_sdk/models/operations/get_all_libraries_library_errors.rb
|
|
247
|
+
- lib/plex_ruby_sdk/models/operations/get_all_libraries_location.rb
|
|
248
248
|
- lib/plex_ruby_sdk/models/operations/get_all_libraries_mediacontainer.rb
|
|
249
249
|
- lib/plex_ruby_sdk/models/operations/get_all_libraries_response.rb
|
|
250
250
|
- lib/plex_ruby_sdk/models/operations/get_all_libraries_responsebody.rb
|
|
@@ -258,37 +258,64 @@ files:
|
|
|
258
258
|
- lib/plex_ruby_sdk/models/operations/get_library_details_badrequest.rb
|
|
259
259
|
- lib/plex_ruby_sdk/models/operations/get_library_details_directory.rb
|
|
260
260
|
- lib/plex_ruby_sdk/models/operations/get_library_details_errors.rb
|
|
261
|
+
- lib/plex_ruby_sdk/models/operations/get_library_details_field.rb
|
|
262
|
+
- lib/plex_ruby_sdk/models/operations/get_library_details_fieldtype.rb
|
|
261
263
|
- lib/plex_ruby_sdk/models/operations/get_library_details_filter.rb
|
|
262
264
|
- lib/plex_ruby_sdk/models/operations/get_library_details_library_errors.rb
|
|
263
265
|
- lib/plex_ruby_sdk/models/operations/get_library_details_mediacontainer.rb
|
|
266
|
+
- lib/plex_ruby_sdk/models/operations/get_library_details_operator.rb
|
|
264
267
|
- lib/plex_ruby_sdk/models/operations/get_library_details_request.rb
|
|
265
268
|
- lib/plex_ruby_sdk/models/operations/get_library_details_response.rb
|
|
266
269
|
- lib/plex_ruby_sdk/models/operations/get_library_details_responsebody.rb
|
|
270
|
+
- lib/plex_ruby_sdk/models/operations/get_library_details_sort.rb
|
|
267
271
|
- lib/plex_ruby_sdk/models/operations/get_library_details_type.rb
|
|
268
272
|
- lib/plex_ruby_sdk/models/operations/get_library_details_unauthorized.rb
|
|
273
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_activedirection.rb
|
|
269
274
|
- lib/plex_ruby_sdk/models/operations/get_library_items_badrequest.rb
|
|
275
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_collection.rb
|
|
270
276
|
- lib/plex_ruby_sdk/models/operations/get_library_items_country.rb
|
|
277
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_defaultdirection.rb
|
|
271
278
|
- lib/plex_ruby_sdk/models/operations/get_library_items_director.rb
|
|
272
279
|
- lib/plex_ruby_sdk/models/operations/get_library_items_errors.rb
|
|
273
280
|
- lib/plex_ruby_sdk/models/operations/get_library_items_field.rb
|
|
274
281
|
- lib/plex_ruby_sdk/models/operations/get_library_items_fieldtype.rb
|
|
275
282
|
- lib/plex_ruby_sdk/models/operations/get_library_items_filter.rb
|
|
283
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_flattenseasons.rb
|
|
276
284
|
- lib/plex_ruby_sdk/models/operations/get_library_items_genre.rb
|
|
285
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_hasthumbnail.rb
|
|
277
286
|
- lib/plex_ruby_sdk/models/operations/get_library_items_image.rb
|
|
287
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_library_activedirection.rb
|
|
288
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_library_defaultdirection.rb
|
|
278
289
|
- lib/plex_ruby_sdk/models/operations/get_library_items_library_errors.rb
|
|
290
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_library_field.rb
|
|
291
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_library_fieldtype.rb
|
|
292
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_library_filter.rb
|
|
293
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_library_operator.rb
|
|
294
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_library_response_200_type.rb
|
|
279
295
|
- lib/plex_ruby_sdk/models/operations/get_library_items_library_response_type.rb
|
|
296
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_library_sort.rb
|
|
280
297
|
- lib/plex_ruby_sdk/models/operations/get_library_items_library_type.rb
|
|
298
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_location.rb
|
|
281
299
|
- lib/plex_ruby_sdk/models/operations/get_library_items_media.rb
|
|
282
300
|
- lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb
|
|
301
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_mediaguid.rb
|
|
302
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_meta.rb
|
|
283
303
|
- lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb
|
|
304
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_metadatarating.rb
|
|
284
305
|
- lib/plex_ruby_sdk/models/operations/get_library_items_operator.rb
|
|
306
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb
|
|
285
307
|
- lib/plex_ruby_sdk/models/operations/get_library_items_part.rb
|
|
308
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_includemeta.rb
|
|
309
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb
|
|
286
310
|
- lib/plex_ruby_sdk/models/operations/get_library_items_request.rb
|
|
287
311
|
- lib/plex_ruby_sdk/models/operations/get_library_items_response.rb
|
|
288
312
|
- lib/plex_ruby_sdk/models/operations/get_library_items_responsebody.rb
|
|
289
313
|
- lib/plex_ruby_sdk/models/operations/get_library_items_role.rb
|
|
314
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb
|
|
290
315
|
- lib/plex_ruby_sdk/models/operations/get_library_items_sort.rb
|
|
316
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb
|
|
291
317
|
- lib/plex_ruby_sdk/models/operations/get_library_items_type.rb
|
|
318
|
+
- lib/plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb
|
|
292
319
|
- lib/plex_ruby_sdk/models/operations/get_library_items_unauthorized.rb
|
|
293
320
|
- lib/plex_ruby_sdk/models/operations/get_library_items_writer.rb
|
|
294
321
|
- lib/plex_ruby_sdk/models/operations/get_media_providers_badrequest.rb
|
|
@@ -314,19 +341,84 @@ files:
|
|
|
314
341
|
- lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_response.rb
|
|
315
342
|
- lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_responsebody.rb
|
|
316
343
|
- lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_role.rb
|
|
344
|
+
- lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_stream.rb
|
|
317
345
|
- lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_unauthorized.rb
|
|
318
346
|
- lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_writer.rb
|
|
347
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_activedirection.rb
|
|
348
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_defaultdirection.rb
|
|
349
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_field.rb
|
|
350
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb
|
|
351
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_filter.rb
|
|
352
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_response_type.rb
|
|
353
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_type.rb
|
|
354
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_image.rb
|
|
355
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_badrequest.rb
|
|
356
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_country.rb
|
|
357
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_director.rb
|
|
358
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_errors.rb
|
|
359
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_filter.rb
|
|
360
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_genre.rb
|
|
361
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_library_errors.rb
|
|
362
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_media.rb
|
|
363
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_mediacontainer.rb
|
|
364
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_metadata.rb
|
|
365
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_part.rb
|
|
366
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_request.rb
|
|
367
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_response.rb
|
|
368
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_responsebody.rb
|
|
369
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_role.rb
|
|
370
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_type.rb
|
|
371
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_unauthorized.rb
|
|
372
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_library_writer.rb
|
|
373
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb
|
|
374
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb
|
|
375
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_operator.rb
|
|
376
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_request.rb
|
|
377
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_response.rb
|
|
378
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_responsebody.rb
|
|
379
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_sort.rb
|
|
380
|
+
- lib/plex_ruby_sdk/models/operations/get_recently_added_type.rb
|
|
319
381
|
- lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_badrequest.rb
|
|
320
382
|
- lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_errors.rb
|
|
321
383
|
- lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_library_errors.rb
|
|
322
384
|
- lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_request.rb
|
|
323
385
|
- lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_response.rb
|
|
324
386
|
- lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_unauthorized.rb
|
|
387
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_badrequest.rb
|
|
388
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_collection.rb
|
|
389
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_country.rb
|
|
390
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_director.rb
|
|
391
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_errors.rb
|
|
392
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_flattenseasons.rb
|
|
393
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_genre.rb
|
|
394
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_hasthumbnail.rb
|
|
395
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_image.rb
|
|
396
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_library_errors.rb
|
|
397
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_library_type.rb
|
|
398
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_location.rb
|
|
399
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_media.rb
|
|
400
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediacontainer.rb
|
|
401
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediaguid.rb
|
|
402
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadata.rb
|
|
403
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadatarating.rb
|
|
404
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_optimizedforstreaming.rb
|
|
405
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_part.rb
|
|
406
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_request.rb
|
|
407
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_response.rb
|
|
408
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_responsebody.rb
|
|
409
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_role.rb
|
|
410
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_showordering.rb
|
|
411
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_stream.rb
|
|
412
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_type.rb
|
|
413
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_ultrablurcolors.rb
|
|
414
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_unauthorized.rb
|
|
415
|
+
- lib/plex_ruby_sdk/models/operations/get_search_all_libraries_writer.rb
|
|
325
416
|
- lib/plex_ruby_sdk/models/operations/get_search_library_badrequest.rb
|
|
326
417
|
- lib/plex_ruby_sdk/models/operations/get_search_library_errors.rb
|
|
327
418
|
- lib/plex_ruby_sdk/models/operations/get_search_library_library_errors.rb
|
|
328
419
|
- lib/plex_ruby_sdk/models/operations/get_search_library_mediacontainer.rb
|
|
329
420
|
- lib/plex_ruby_sdk/models/operations/get_search_library_metadata.rb
|
|
421
|
+
- lib/plex_ruby_sdk/models/operations/get_search_library_queryparam_type.rb
|
|
330
422
|
- lib/plex_ruby_sdk/models/operations/get_search_library_request.rb
|
|
331
423
|
- lib/plex_ruby_sdk/models/operations/get_search_library_response.rb
|
|
332
424
|
- lib/plex_ruby_sdk/models/operations/get_search_library_responsebody.rb
|
|
@@ -501,15 +593,6 @@ files:
|
|
|
501
593
|
- lib/plex_ruby_sdk/models/operations/getplaylists_response.rb
|
|
502
594
|
- lib/plex_ruby_sdk/models/operations/getplaylists_responsebody.rb
|
|
503
595
|
- lib/plex_ruby_sdk/models/operations/getplaylists_unauthorized.rb
|
|
504
|
-
- lib/plex_ruby_sdk/models/operations/getrecentlyadded_badrequest.rb
|
|
505
|
-
- lib/plex_ruby_sdk/models/operations/getrecentlyadded_errors.rb
|
|
506
|
-
- lib/plex_ruby_sdk/models/operations/getrecentlyadded_library_errors.rb
|
|
507
|
-
- lib/plex_ruby_sdk/models/operations/getrecentlyadded_mediacontainer.rb
|
|
508
|
-
- lib/plex_ruby_sdk/models/operations/getrecentlyadded_metadata.rb
|
|
509
|
-
- lib/plex_ruby_sdk/models/operations/getrecentlyadded_request.rb
|
|
510
|
-
- lib/plex_ruby_sdk/models/operations/getrecentlyadded_response.rb
|
|
511
|
-
- lib/plex_ruby_sdk/models/operations/getrecentlyadded_responsebody.rb
|
|
512
|
-
- lib/plex_ruby_sdk/models/operations/getrecentlyadded_unauthorized.rb
|
|
513
596
|
- lib/plex_ruby_sdk/models/operations/getresizedphoto_badrequest.rb
|
|
514
597
|
- lib/plex_ruby_sdk/models/operations/getresizedphoto_errors.rb
|
|
515
598
|
- lib/plex_ruby_sdk/models/operations/getresizedphoto_request.rb
|
|
@@ -622,7 +705,6 @@ files:
|
|
|
622
705
|
- lib/plex_ruby_sdk/models/operations/gettokendetails_authentication_status.rb
|
|
623
706
|
- lib/plex_ruby_sdk/models/operations/gettokendetails_badrequest.rb
|
|
624
707
|
- lib/plex_ruby_sdk/models/operations/gettokendetails_errors.rb
|
|
625
|
-
- lib/plex_ruby_sdk/models/operations/gettokendetails_features.rb
|
|
626
708
|
- lib/plex_ruby_sdk/models/operations/gettokendetails_response.rb
|
|
627
709
|
- lib/plex_ruby_sdk/models/operations/gettokendetails_status.rb
|
|
628
710
|
- lib/plex_ruby_sdk/models/operations/gettokendetails_subscription.rb
|
|
@@ -715,10 +797,12 @@ files:
|
|
|
715
797
|
- lib/plex_ruby_sdk/models/operations/mediareviewsvisibility.rb
|
|
716
798
|
- lib/plex_ruby_sdk/models/operations/meta.rb
|
|
717
799
|
- lib/plex_ruby_sdk/models/operations/metadata.rb
|
|
800
|
+
- lib/plex_ruby_sdk/models/operations/metadatarating.rb
|
|
718
801
|
- lib/plex_ruby_sdk/models/operations/minsize.rb
|
|
719
802
|
- lib/plex_ruby_sdk/models/operations/myplex.rb
|
|
720
803
|
- lib/plex_ruby_sdk/models/operations/onlytransient.rb
|
|
721
804
|
- lib/plex_ruby_sdk/models/operations/operator.rb
|
|
805
|
+
- lib/plex_ruby_sdk/models/operations/optimizedforstreaming.rb
|
|
722
806
|
- lib/plex_ruby_sdk/models/operations/part.rb
|
|
723
807
|
- lib/plex_ruby_sdk/models/operations/pastsubscription.rb
|
|
724
808
|
- lib/plex_ruby_sdk/models/operations/pathparam_taskname.rb
|
|
@@ -739,7 +823,6 @@ files:
|
|
|
739
823
|
- lib/plex_ruby_sdk/models/operations/playlisttype.rb
|
|
740
824
|
- lib/plex_ruby_sdk/models/operations/plexdevice.rb
|
|
741
825
|
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_errors.rb
|
|
742
|
-
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_features.rb
|
|
743
826
|
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_response_status.rb
|
|
744
827
|
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_status.rb
|
|
745
828
|
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_subscription.rb
|
|
@@ -748,9 +831,9 @@ files:
|
|
|
748
831
|
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_defaultsubtitleaccessibility.rb
|
|
749
832
|
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_defaultsubtitleforced.rb
|
|
750
833
|
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_errors.rb
|
|
751
|
-
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_features.rb
|
|
752
834
|
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_mailingliststatus.rb
|
|
753
835
|
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_mediareviewsvisibility.rb
|
|
836
|
+
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb
|
|
754
837
|
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_requestbody.rb
|
|
755
838
|
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_response.rb
|
|
756
839
|
- lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_services.rb
|
|
@@ -766,6 +849,9 @@ files:
|
|
|
766
849
|
- lib/plex_ruby_sdk/models/operations/provider.rb
|
|
767
850
|
- lib/plex_ruby_sdk/models/operations/queryparam_filter.rb
|
|
768
851
|
- lib/plex_ruby_sdk/models/operations/queryparam_force.rb
|
|
852
|
+
- lib/plex_ruby_sdk/models/operations/queryparam_includecollections.rb
|
|
853
|
+
- lib/plex_ruby_sdk/models/operations/queryparam_includeexternalmedia.rb
|
|
854
|
+
- lib/plex_ruby_sdk/models/operations/queryparam_includemeta.rb
|
|
769
855
|
- lib/plex_ruby_sdk/models/operations/queryparam_onlytransient.rb
|
|
770
856
|
- lib/plex_ruby_sdk/models/operations/queryparam_smart.rb
|
|
771
857
|
- lib/plex_ruby_sdk/models/operations/queryparam_type.rb
|
|
@@ -774,6 +860,8 @@ files:
|
|
|
774
860
|
- lib/plex_ruby_sdk/models/operations/responsebody.rb
|
|
775
861
|
- lib/plex_ruby_sdk/models/operations/role.rb
|
|
776
862
|
- lib/plex_ruby_sdk/models/operations/scope.rb
|
|
863
|
+
- lib/plex_ruby_sdk/models/operations/searchresult.rb
|
|
864
|
+
- lib/plex_ruby_sdk/models/operations/searchtypes.rb
|
|
777
865
|
- lib/plex_ruby_sdk/models/operations/server.rb
|
|
778
866
|
- lib/plex_ruby_sdk/models/operations/services.rb
|
|
779
867
|
- lib/plex_ruby_sdk/models/operations/session.rb
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module PlexRubySDK
|
|
8
|
-
module Operations
|
|
9
|
-
FEATURES_SERVERS = [
|
|
10
|
-
'https://plex.tv/api/v2/'
|
|
11
|
-
].freeze
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
class Features < T::Enum
|
|
15
|
-
enums do
|
|
16
|
-
ANDROID_DOLBY_VISION = new('Android - Dolby Vision')
|
|
17
|
-
ANDROID_PI_P = new('Android - PiP')
|
|
18
|
-
CU_SUNSET = new('CU Sunset')
|
|
19
|
-
HRK_ENABLE_EUR = new('HRK_enable_EUR')
|
|
20
|
-
TREBLE_SHOW_FEATURES = new('TREBLE-show-features')
|
|
21
|
-
AD_COUNTDOWN_TIMER = new('ad-countdown-timer')
|
|
22
|
-
ADAPTIVE_BITRATE = new('adaptive_bitrate')
|
|
23
|
-
AMAZON_LOOP_DEBUG = new('amazon-loop-debug')
|
|
24
|
-
AVOD_AD_ANALYSIS = new('avod-ad-analysis')
|
|
25
|
-
AVOD_NEW_MEDIA = new('avod-new-media')
|
|
26
|
-
BLACKLIST_GET_SIGNIN = new('blacklist_get_signin')
|
|
27
|
-
CLIENT_RADIO_STATIONS = new('client-radio-stations')
|
|
28
|
-
CLOUDFLARE_TURNSTILE_REQUIRED = new('cloudflare-turnstile-required')
|
|
29
|
-
COLLECTIONS = new('collections')
|
|
30
|
-
COMMENTS_AND_REPLIES_PUSH_NOTIFICATIONS = new('comments_and_replies_push_notifications')
|
|
31
|
-
COMMUNITY_ACCESS_PLEX_TV = new('community_access_plex_tv')
|
|
32
|
-
COMPANIONS_SONOS = new('companions_sonos')
|
|
33
|
-
CUSTOM_HOME_REMOVAL = new('custom-home-removal')
|
|
34
|
-
DISABLE_HOME_USER_FRIENDSHIPS = new('disable_home_user_friendships')
|
|
35
|
-
DISABLE_SHARING_FRIENDSHIPS = new('disable_sharing_friendships')
|
|
36
|
-
DRM_SUPPORT = new('drm_support')
|
|
37
|
-
EXCLUDE_RESTRICTIONS = new('exclude restrictions')
|
|
38
|
-
FEDERATED_AUTH = new('federated-auth')
|
|
39
|
-
FRIEND_REQUEST_PUSH_NOTIFICATIONS = new('friend_request_push_notifications')
|
|
40
|
-
GUIDED_UPGRADE = new('guided-upgrade')
|
|
41
|
-
HOME = new('home')
|
|
42
|
-
INCREASE_PASSWORD_COMPLEXITY = new('increase-password-complexity')
|
|
43
|
-
IOS14_PRIVACY_BANNER = new('ios14-privacy-banner')
|
|
44
|
-
ITERABLE_NOTIFICATION_TOKENS = new('iterable-notification-tokens')
|
|
45
|
-
KEEP_PAYMENT_METHOD = new('keep-payment-method')
|
|
46
|
-
KEVIN_BACON = new('kevin-bacon')
|
|
47
|
-
KOREA_CONSENT = new('korea-consent')
|
|
48
|
-
LE_ISRG_ROOT_X1 = new('le_isrg_root_x1')
|
|
49
|
-
LETS_ENCRYPT = new('lets_encrypt')
|
|
50
|
-
LIGHTNING_DVR_PIVOT = new('lightning-dvr-pivot')
|
|
51
|
-
LIVE_TV_SUPPORT_INCOMPLETE_SEGMENTS = new('live-tv-support-incomplete-segments')
|
|
52
|
-
LIVETV = new('livetv')
|
|
53
|
-
METADATA_SEARCH = new('metadata_search')
|
|
54
|
-
NEW_PLEX_PASS_PRICES = new('new_plex_pass_prices')
|
|
55
|
-
NEWS_PROVIDER_SUNSET_MODAL = new('news-provider-sunset-modal')
|
|
56
|
-
PHOTOS_FAVORITES = new('photos-favorites')
|
|
57
|
-
PHOTOS_METADATA_EDITION = new('photos-metadata-edition')
|
|
58
|
-
PMS_HEALTH = new('pms_health')
|
|
59
|
-
RADIO = new('radio')
|
|
60
|
-
RATE_LIMIT_CLIENT_TOKEN = new('rate-limit-client-token')
|
|
61
|
-
SCROBBLING_SERVICE_PLEX_TV = new('scrobbling-service-plex-tv')
|
|
62
|
-
SHARED_SERVER_NOTIFICATION = new('shared_server_notification')
|
|
63
|
-
SHARED_SOURCE_NOTIFICATION = new('shared_source_notification')
|
|
64
|
-
SIGNIN_WITH_APPLE = new('signin_with_apple')
|
|
65
|
-
SPRING_SERVE_AD_PROVIDER = new('spring_serve_ad_provider')
|
|
66
|
-
TRANSCODER_CACHE = new('transcoder_cache')
|
|
67
|
-
TUNER_SHARING = new('tuner-sharing')
|
|
68
|
-
TWO_FACTOR_AUTHENTICATION = new('two-factor-authentication')
|
|
69
|
-
UNSUPPORTEDTUNERS = new('unsupportedtuners')
|
|
70
|
-
UPGRADE_3DS2 = new('upgrade-3ds2')
|
|
71
|
-
VOD_SCHEMA = new('vod-schema')
|
|
72
|
-
VOD_CLOUDFLARE = new('vod_cloudflare')
|
|
73
|
-
WATCH_TOGETHER_INVITE = new('watch-together-invite')
|
|
74
|
-
WEB_SERVER_DASHBOARD = new('web_server_dashboard')
|
|
75
|
-
end
|
|
76
|
-
end
|
|
77
|
-
end
|
|
78
|
-
end
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module PlexRubySDK
|
|
8
|
-
module Operations
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class GetRecentlyAddedMediaContainer < ::PlexRubySDK::Utils::FieldAugmented
|
|
12
|
-
extend T::Sig
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
field :allow_sync, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('allowSync') } }
|
|
16
|
-
|
|
17
|
-
field :identifier, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('identifier') } }
|
|
18
|
-
|
|
19
|
-
field :media_tag_prefix, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('mediaTagPrefix') } }
|
|
20
|
-
|
|
21
|
-
field :media_tag_version, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('mediaTagVersion') } }
|
|
22
|
-
|
|
23
|
-
field :metadata, T.nilable(T::Array[::PlexRubySDK::Operations::GetRecentlyAddedMetadata]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Metadata') } }
|
|
24
|
-
|
|
25
|
-
field :mixed_parents, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('mixedParents') } }
|
|
26
|
-
|
|
27
|
-
field :size, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('size') } }
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
sig { params(allow_sync: T.nilable(T::Boolean), identifier: T.nilable(::String), media_tag_prefix: T.nilable(::String), media_tag_version: T.nilable(::Float), metadata: T.nilable(T::Array[::PlexRubySDK::Operations::GetRecentlyAddedMetadata]), mixed_parents: T.nilable(T::Boolean), size: T.nilable(::Float)).void }
|
|
31
|
-
def initialize(allow_sync: nil, identifier: nil, media_tag_prefix: nil, media_tag_version: nil, metadata: nil, mixed_parents: nil, size: nil)
|
|
32
|
-
@allow_sync = allow_sync
|
|
33
|
-
@identifier = identifier
|
|
34
|
-
@media_tag_prefix = media_tag_prefix
|
|
35
|
-
@media_tag_version = media_tag_version
|
|
36
|
-
@metadata = metadata
|
|
37
|
-
@mixed_parents = mixed_parents
|
|
38
|
-
@size = size
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
end
|
|
42
|
-
end
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module PlexRubySDK
|
|
8
|
-
module Operations
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class GetRecentlyAddedRequest < ::PlexRubySDK::Utils::FieldAugmented
|
|
12
|
-
extend T::Sig
|
|
13
|
-
|
|
14
|
-
# The number of items to return. If not specified, all items will be returned.
|
|
15
|
-
# If the number of items exceeds the limit, the response will be paginated.
|
|
16
|
-
# By default this is 50
|
|
17
|
-
#
|
|
18
|
-
field :x_plex_container_size, T.nilable(::Integer), { 'query_param': { 'field_name': 'X-Plex-Container-Size', 'style': 'form', 'explode': true } }
|
|
19
|
-
# The index of the first item to return. If not specified, the first item will be returned.
|
|
20
|
-
# If the number of items exceeds the limit, the response will be paginated.
|
|
21
|
-
# By default this is 0
|
|
22
|
-
#
|
|
23
|
-
field :x_plex_container_start, T.nilable(::Integer), { 'query_param': { 'field_name': 'X-Plex-Container-Start', 'style': 'form', 'explode': true } }
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
sig { params(x_plex_container_size: T.nilable(::Integer), x_plex_container_start: T.nilable(::Integer)).void }
|
|
27
|
-
def initialize(x_plex_container_size: nil, x_plex_container_start: nil)
|
|
28
|
-
@x_plex_container_size = x_plex_container_size
|
|
29
|
-
@x_plex_container_start = x_plex_container_start
|
|
30
|
-
end
|
|
31
|
-
end
|
|
32
|
-
end
|
|
33
|
-
end
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module PlexRubySDK
|
|
8
|
-
module Operations
|
|
9
|
-
GET_TOKEN_DETAILS_FEATURES_SERVERS = [
|
|
10
|
-
'https://plex.tv/api/v2/'
|
|
11
|
-
].freeze
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
class GetTokenDetailsFeatures < T::Enum
|
|
15
|
-
enums do
|
|
16
|
-
ANDROID_DOLBY_VISION = new('Android - Dolby Vision')
|
|
17
|
-
ANDROID_PI_P = new('Android - PiP')
|
|
18
|
-
CU_SUNSET = new('CU Sunset')
|
|
19
|
-
HRK_ENABLE_EUR = new('HRK_enable_EUR')
|
|
20
|
-
TREBLE_SHOW_FEATURES = new('TREBLE-show-features')
|
|
21
|
-
AD_COUNTDOWN_TIMER = new('ad-countdown-timer')
|
|
22
|
-
ADAPTIVE_BITRATE = new('adaptive_bitrate')
|
|
23
|
-
AMAZON_LOOP_DEBUG = new('amazon-loop-debug')
|
|
24
|
-
AVOD_AD_ANALYSIS = new('avod-ad-analysis')
|
|
25
|
-
AVOD_NEW_MEDIA = new('avod-new-media')
|
|
26
|
-
BLACKLIST_GET_SIGNIN = new('blacklist_get_signin')
|
|
27
|
-
CLIENT_RADIO_STATIONS = new('client-radio-stations')
|
|
28
|
-
CLOUDFLARE_TURNSTILE_REQUIRED = new('cloudflare-turnstile-required')
|
|
29
|
-
COLLECTIONS = new('collections')
|
|
30
|
-
COMMENTS_AND_REPLIES_PUSH_NOTIFICATIONS = new('comments_and_replies_push_notifications')
|
|
31
|
-
COMMUNITY_ACCESS_PLEX_TV = new('community_access_plex_tv')
|
|
32
|
-
COMPANIONS_SONOS = new('companions_sonos')
|
|
33
|
-
CUSTOM_HOME_REMOVAL = new('custom-home-removal')
|
|
34
|
-
DISABLE_HOME_USER_FRIENDSHIPS = new('disable_home_user_friendships')
|
|
35
|
-
DISABLE_SHARING_FRIENDSHIPS = new('disable_sharing_friendships')
|
|
36
|
-
DRM_SUPPORT = new('drm_support')
|
|
37
|
-
EXCLUDE_RESTRICTIONS = new('exclude restrictions')
|
|
38
|
-
FEDERATED_AUTH = new('federated-auth')
|
|
39
|
-
FRIEND_REQUEST_PUSH_NOTIFICATIONS = new('friend_request_push_notifications')
|
|
40
|
-
GUIDED_UPGRADE = new('guided-upgrade')
|
|
41
|
-
HOME = new('home')
|
|
42
|
-
INCREASE_PASSWORD_COMPLEXITY = new('increase-password-complexity')
|
|
43
|
-
IOS14_PRIVACY_BANNER = new('ios14-privacy-banner')
|
|
44
|
-
ITERABLE_NOTIFICATION_TOKENS = new('iterable-notification-tokens')
|
|
45
|
-
KEEP_PAYMENT_METHOD = new('keep-payment-method')
|
|
46
|
-
KEVIN_BACON = new('kevin-bacon')
|
|
47
|
-
KOREA_CONSENT = new('korea-consent')
|
|
48
|
-
LE_ISRG_ROOT_X1 = new('le_isrg_root_x1')
|
|
49
|
-
LETS_ENCRYPT = new('lets_encrypt')
|
|
50
|
-
LIGHTNING_DVR_PIVOT = new('lightning-dvr-pivot')
|
|
51
|
-
LIVE_TV_SUPPORT_INCOMPLETE_SEGMENTS = new('live-tv-support-incomplete-segments')
|
|
52
|
-
LIVETV = new('livetv')
|
|
53
|
-
METADATA_SEARCH = new('metadata_search')
|
|
54
|
-
NEW_PLEX_PASS_PRICES = new('new_plex_pass_prices')
|
|
55
|
-
NEWS_PROVIDER_SUNSET_MODAL = new('news-provider-sunset-modal')
|
|
56
|
-
PHOTOS_FAVORITES = new('photos-favorites')
|
|
57
|
-
PHOTOS_METADATA_EDITION = new('photos-metadata-edition')
|
|
58
|
-
PMS_HEALTH = new('pms_health')
|
|
59
|
-
RADIO = new('radio')
|
|
60
|
-
RATE_LIMIT_CLIENT_TOKEN = new('rate-limit-client-token')
|
|
61
|
-
SCROBBLING_SERVICE_PLEX_TV = new('scrobbling-service-plex-tv')
|
|
62
|
-
SHARED_SERVER_NOTIFICATION = new('shared_server_notification')
|
|
63
|
-
SHARED_SOURCE_NOTIFICATION = new('shared_source_notification')
|
|
64
|
-
SIGNIN_WITH_APPLE = new('signin_with_apple')
|
|
65
|
-
SPRING_SERVE_AD_PROVIDER = new('spring_serve_ad_provider')
|
|
66
|
-
TRANSCODER_CACHE = new('transcoder_cache')
|
|
67
|
-
TUNER_SHARING = new('tuner-sharing')
|
|
68
|
-
TWO_FACTOR_AUTHENTICATION = new('two-factor-authentication')
|
|
69
|
-
UNSUPPORTEDTUNERS = new('unsupportedtuners')
|
|
70
|
-
UPGRADE_3DS2 = new('upgrade-3ds2')
|
|
71
|
-
VOD_SCHEMA = new('vod-schema')
|
|
72
|
-
VOD_CLOUDFLARE = new('vod_cloudflare')
|
|
73
|
-
WATCH_TOGETHER_INVITE = new('watch-together-invite')
|
|
74
|
-
WEB_SERVER_DASHBOARD = new('web_server_dashboard')
|
|
75
|
-
end
|
|
76
|
-
end
|
|
77
|
-
end
|
|
78
|
-
end
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module PlexRubySDK
|
|
8
|
-
module Operations
|
|
9
|
-
POST_USERS_SIGN_IN_DATA_AUTHENTICATION_FEATURES_SERVERS = [
|
|
10
|
-
'https://plex.tv/api/v2/'
|
|
11
|
-
].freeze
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
class PostUsersSignInDataAuthenticationFeatures < T::Enum
|
|
15
|
-
enums do
|
|
16
|
-
ANDROID_DOLBY_VISION = new('Android - Dolby Vision')
|
|
17
|
-
ANDROID_PI_P = new('Android - PiP')
|
|
18
|
-
CU_SUNSET = new('CU Sunset')
|
|
19
|
-
HRK_ENABLE_EUR = new('HRK_enable_EUR')
|
|
20
|
-
TREBLE_SHOW_FEATURES = new('TREBLE-show-features')
|
|
21
|
-
AD_COUNTDOWN_TIMER = new('ad-countdown-timer')
|
|
22
|
-
ADAPTIVE_BITRATE = new('adaptive_bitrate')
|
|
23
|
-
AMAZON_LOOP_DEBUG = new('amazon-loop-debug')
|
|
24
|
-
AVOD_AD_ANALYSIS = new('avod-ad-analysis')
|
|
25
|
-
AVOD_NEW_MEDIA = new('avod-new-media')
|
|
26
|
-
BLACKLIST_GET_SIGNIN = new('blacklist_get_signin')
|
|
27
|
-
CLIENT_RADIO_STATIONS = new('client-radio-stations')
|
|
28
|
-
CLOUDFLARE_TURNSTILE_REQUIRED = new('cloudflare-turnstile-required')
|
|
29
|
-
COLLECTIONS = new('collections')
|
|
30
|
-
COMMENTS_AND_REPLIES_PUSH_NOTIFICATIONS = new('comments_and_replies_push_notifications')
|
|
31
|
-
COMMUNITY_ACCESS_PLEX_TV = new('community_access_plex_tv')
|
|
32
|
-
COMPANIONS_SONOS = new('companions_sonos')
|
|
33
|
-
CUSTOM_HOME_REMOVAL = new('custom-home-removal')
|
|
34
|
-
DISABLE_HOME_USER_FRIENDSHIPS = new('disable_home_user_friendships')
|
|
35
|
-
DISABLE_SHARING_FRIENDSHIPS = new('disable_sharing_friendships')
|
|
36
|
-
DRM_SUPPORT = new('drm_support')
|
|
37
|
-
EXCLUDE_RESTRICTIONS = new('exclude restrictions')
|
|
38
|
-
FEDERATED_AUTH = new('federated-auth')
|
|
39
|
-
FRIEND_REQUEST_PUSH_NOTIFICATIONS = new('friend_request_push_notifications')
|
|
40
|
-
GUIDED_UPGRADE = new('guided-upgrade')
|
|
41
|
-
HOME = new('home')
|
|
42
|
-
INCREASE_PASSWORD_COMPLEXITY = new('increase-password-complexity')
|
|
43
|
-
IOS14_PRIVACY_BANNER = new('ios14-privacy-banner')
|
|
44
|
-
ITERABLE_NOTIFICATION_TOKENS = new('iterable-notification-tokens')
|
|
45
|
-
KEEP_PAYMENT_METHOD = new('keep-payment-method')
|
|
46
|
-
KEVIN_BACON = new('kevin-bacon')
|
|
47
|
-
KOREA_CONSENT = new('korea-consent')
|
|
48
|
-
LE_ISRG_ROOT_X1 = new('le_isrg_root_x1')
|
|
49
|
-
LETS_ENCRYPT = new('lets_encrypt')
|
|
50
|
-
LIGHTNING_DVR_PIVOT = new('lightning-dvr-pivot')
|
|
51
|
-
LIVE_TV_SUPPORT_INCOMPLETE_SEGMENTS = new('live-tv-support-incomplete-segments')
|
|
52
|
-
LIVETV = new('livetv')
|
|
53
|
-
METADATA_SEARCH = new('metadata_search')
|
|
54
|
-
NEW_PLEX_PASS_PRICES = new('new_plex_pass_prices')
|
|
55
|
-
NEWS_PROVIDER_SUNSET_MODAL = new('news-provider-sunset-modal')
|
|
56
|
-
PHOTOS_FAVORITES = new('photos-favorites')
|
|
57
|
-
PHOTOS_METADATA_EDITION = new('photos-metadata-edition')
|
|
58
|
-
PMS_HEALTH = new('pms_health')
|
|
59
|
-
RADIO = new('radio')
|
|
60
|
-
RATE_LIMIT_CLIENT_TOKEN = new('rate-limit-client-token')
|
|
61
|
-
SCROBBLING_SERVICE_PLEX_TV = new('scrobbling-service-plex-tv')
|
|
62
|
-
SHARED_SERVER_NOTIFICATION = new('shared_server_notification')
|
|
63
|
-
SHARED_SOURCE_NOTIFICATION = new('shared_source_notification')
|
|
64
|
-
SIGNIN_WITH_APPLE = new('signin_with_apple')
|
|
65
|
-
SPRING_SERVE_AD_PROVIDER = new('spring_serve_ad_provider')
|
|
66
|
-
TRANSCODER_CACHE = new('transcoder_cache')
|
|
67
|
-
TUNER_SHARING = new('tuner-sharing')
|
|
68
|
-
TWO_FACTOR_AUTHENTICATION = new('two-factor-authentication')
|
|
69
|
-
UNSUPPORTEDTUNERS = new('unsupportedtuners')
|
|
70
|
-
UPGRADE_3DS2 = new('upgrade-3ds2')
|
|
71
|
-
VOD_SCHEMA = new('vod-schema')
|
|
72
|
-
VOD_CLOUDFLARE = new('vod_cloudflare')
|
|
73
|
-
WATCH_TOGETHER_INVITE = new('watch-together-invite')
|
|
74
|
-
WEB_SERVER_DASHBOARD = new('web_server_dashboard')
|
|
75
|
-
end
|
|
76
|
-
end
|
|
77
|
-
end
|
|
78
|
-
end
|