plex_ruby_sdk 0.7.6 → 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.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/lib/plex_ruby_sdk/library.rb +0 -44
  3. data/lib/plex_ruby_sdk/models/operations/collection.rb +3 -3
  4. data/lib/plex_ruby_sdk/models/operations/country.rb +10 -4
  5. data/lib/plex_ruby_sdk/models/operations/director.rb +3 -3
  6. data/lib/plex_ruby_sdk/models/operations/genre.rb +11 -4
  7. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_genre.rb +2 -1
  8. data/lib/plex_ruby_sdk/models/operations/{getondeck_guids.rb → get_all_media_library_guids.rb} +3 -2
  9. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_media.rb +8 -8
  10. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_metadata.rb +6 -6
  11. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_role.rb +1 -1
  12. data/lib/plex_ruby_sdk/models/operations/get_all_media_library_stream.rb +17 -11
  13. data/lib/plex_ruby_sdk/models/operations/get_library_items_media.rb +2 -2
  14. data/lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb +7 -7
  15. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_media.rb +8 -8
  16. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_metadata.rb +3 -3
  17. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_producer.rb +39 -0
  18. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_similar.rb +30 -0
  19. data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_stream.rb +17 -11
  20. data/lib/plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb +15 -15
  21. data/lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb +119 -133
  22. data/lib/plex_ruby_sdk/models/operations/hasthumbnail.rb +1 -1
  23. data/lib/plex_ruby_sdk/models/operations/location.rb +3 -3
  24. data/lib/plex_ruby_sdk/models/operations/media.rb +27 -23
  25. data/lib/plex_ruby_sdk/models/operations/part.rb +23 -15
  26. data/lib/plex_ruby_sdk/models/operations/producer.rb +8 -11
  27. data/lib/plex_ruby_sdk/models/operations/{get_library_items_metadatarating.rb → rating.rb} +5 -5
  28. data/lib/plex_ruby_sdk/models/operations/role.rb +12 -12
  29. data/lib/plex_ruby_sdk/models/operations/similar.rb +4 -4
  30. data/lib/plex_ruby_sdk/models/operations/stream.rb +77 -44
  31. data/lib/plex_ruby_sdk/models/operations/writer.rb +15 -6
  32. data/lib/plex_ruby_sdk/models/operations.rb +18 -33
  33. data/lib/plex_ruby_sdk/sdkconfiguration.rb +2 -2
  34. metadata +6 -21
  35. data/lib/plex_ruby_sdk/models/operations/get_library_items_enablecreditsmarkergeneration.rb +0 -18
  36. data/lib/plex_ruby_sdk/models/operations/get_library_items_episodesort.rb +0 -19
  37. data/lib/plex_ruby_sdk/models/operations/get_library_items_flattenseasons.rb +0 -19
  38. data/lib/plex_ruby_sdk/models/operations/get_library_items_mediaguid.rb +0 -26
  39. data/lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb +0 -18
  40. data/lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb +0 -27
  41. data/lib/plex_ruby_sdk/models/operations/getondeck_badrequest.rb +0 -24
  42. data/lib/plex_ruby_sdk/models/operations/getondeck_errors.rb +0 -30
  43. data/lib/plex_ruby_sdk/models/operations/getondeck_library_errors.rb +0 -30
  44. data/lib/plex_ruby_sdk/models/operations/getondeck_media.rb +0 -66
  45. data/lib/plex_ruby_sdk/models/operations/getondeck_mediacontainer.rb +0 -42
  46. data/lib/plex_ruby_sdk/models/operations/getondeck_metadata.rb +0 -129
  47. data/lib/plex_ruby_sdk/models/operations/getondeck_part.rb +0 -48
  48. data/lib/plex_ruby_sdk/models/operations/getondeck_response.rb +0 -39
  49. data/lib/plex_ruby_sdk/models/operations/getondeck_responsebody.rb +0 -24
  50. data/lib/plex_ruby_sdk/models/operations/getondeck_stream.rb +0 -90
  51. data/lib/plex_ruby_sdk/models/operations/getondeck_unauthorized.rb +0 -24
@@ -244,11 +244,9 @@ module PlexRubySDK
244
244
  autoload :GetRecentlyAddedFieldType, 'plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb'
245
245
  autoload :Meta, 'plex_ruby_sdk/models/operations/meta.rb'
246
246
  autoload :GetRecentlyAddedHubsType, 'plex_ruby_sdk/models/operations/get_recently_added_hubs_type.rb'
247
- autoload :FlattenSeasons, 'plex_ruby_sdk/models/operations/flattenseasons.rb'
248
- autoload :EpisodeSort, 'plex_ruby_sdk/models/operations/episodesort.rb'
249
- autoload :EnableCreditsMarkerGeneration, 'plex_ruby_sdk/models/operations/enablecreditsmarkergeneration.rb'
250
- autoload :ShowOrdering, 'plex_ruby_sdk/models/operations/showordering.rb'
251
- autoload :OptimizedForStreaming, 'plex_ruby_sdk/models/operations/optimizedforstreaming.rb'
247
+ autoload :GetRecentlyAddedHubsResponseType, 'plex_ruby_sdk/models/operations/get_recently_added_hubs_response_type.rb'
248
+ autoload :GetRecentlyAddedImage, 'plex_ruby_sdk/models/operations/get_recently_added_image.rb'
249
+ autoload :UltraBlurColors, 'plex_ruby_sdk/models/operations/ultrablurcolors.rb'
252
250
  autoload :HasThumbnail, 'plex_ruby_sdk/models/operations/hasthumbnail.rb'
253
251
  autoload :Stream, 'plex_ruby_sdk/models/operations/stream.rb'
254
252
  autoload :Part, 'plex_ruby_sdk/models/operations/part.rb'
@@ -257,14 +255,13 @@ module PlexRubySDK
257
255
  autoload :Country, 'plex_ruby_sdk/models/operations/country.rb'
258
256
  autoload :Director, 'plex_ruby_sdk/models/operations/director.rb'
259
257
  autoload :Writer, 'plex_ruby_sdk/models/operations/writer.rb'
260
- autoload :Collection, 'plex_ruby_sdk/models/operations/collection.rb'
261
258
  autoload :Role, 'plex_ruby_sdk/models/operations/role.rb'
259
+ autoload :Producer, 'plex_ruby_sdk/models/operations/producer.rb'
260
+ autoload :Rating, 'plex_ruby_sdk/models/operations/rating.rb'
261
+ autoload :Similar, 'plex_ruby_sdk/models/operations/similar.rb'
262
262
  autoload :Location, 'plex_ruby_sdk/models/operations/location.rb'
263
- autoload :MediaGuid, 'plex_ruby_sdk/models/operations/mediaguid.rb'
264
- autoload :UltraBlurColors, 'plex_ruby_sdk/models/operations/ultrablurcolors.rb'
265
- autoload :MetaDataRating, 'plex_ruby_sdk/models/operations/metadatarating.rb'
266
- autoload :GetRecentlyAddedHubsResponseType, 'plex_ruby_sdk/models/operations/get_recently_added_hubs_response_type.rb'
267
- autoload :GetRecentlyAddedImage, 'plex_ruby_sdk/models/operations/get_recently_added_image.rb'
263
+ autoload :Guids, 'plex_ruby_sdk/models/operations/guids.rb'
264
+ autoload :Collection, 'plex_ruby_sdk/models/operations/collection.rb'
268
265
  autoload :GetRecentlyAddedMetadata, 'plex_ruby_sdk/models/operations/get_recently_added_metadata.rb'
269
266
  autoload :GetRecentlyAddedMediaContainer, 'plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb'
270
267
  autoload :GetRecentlyAddedResponseBody, 'plex_ruby_sdk/models/operations/get_recently_added_responsebody.rb'
@@ -397,11 +394,11 @@ module PlexRubySDK
397
394
  autoload :GetLibraryItemsOperator, 'plex_ruby_sdk/models/operations/get_library_items_operator.rb'
398
395
  autoload :GetLibraryItemsFieldType, 'plex_ruby_sdk/models/operations/get_library_items_fieldtype.rb'
399
396
  autoload :GetLibraryItemsLibraryType, 'plex_ruby_sdk/models/operations/get_library_items_library_type.rb'
400
- autoload :GetLibraryItemsFlattenSeasons, 'plex_ruby_sdk/models/operations/get_library_items_flattenseasons.rb'
401
- autoload :GetLibraryItemsEpisodeSort, 'plex_ruby_sdk/models/operations/get_library_items_episodesort.rb'
402
- autoload :GetLibraryItemsEnableCreditsMarkerGeneration, 'plex_ruby_sdk/models/operations/get_library_items_enablecreditsmarkergeneration.rb'
403
- autoload :GetLibraryItemsShowOrdering, 'plex_ruby_sdk/models/operations/get_library_items_showordering.rb'
404
- autoload :GetLibraryItemsOptimizedForStreaming, 'plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb'
397
+ autoload :FlattenSeasons, 'plex_ruby_sdk/models/operations/flattenseasons.rb'
398
+ autoload :EpisodeSort, 'plex_ruby_sdk/models/operations/episodesort.rb'
399
+ autoload :EnableCreditsMarkerGeneration, 'plex_ruby_sdk/models/operations/enablecreditsmarkergeneration.rb'
400
+ autoload :ShowOrdering, 'plex_ruby_sdk/models/operations/showordering.rb'
401
+ autoload :OptimizedForStreaming, 'plex_ruby_sdk/models/operations/optimizedforstreaming.rb'
405
402
  autoload :GetLibraryItemsHasThumbnail, 'plex_ruby_sdk/models/operations/get_library_items_hasthumbnail.rb'
406
403
  autoload :GetLibraryItemsStream, 'plex_ruby_sdk/models/operations/get_library_items_stream.rb'
407
404
  autoload :GetLibraryItemsPart, 'plex_ruby_sdk/models/operations/get_library_items_part.rb'
@@ -413,9 +410,9 @@ module PlexRubySDK
413
410
  autoload :GetLibraryItemsCollection, 'plex_ruby_sdk/models/operations/get_library_items_collection.rb'
414
411
  autoload :GetLibraryItemsRole, 'plex_ruby_sdk/models/operations/get_library_items_role.rb'
415
412
  autoload :GetLibraryItemsLocation, 'plex_ruby_sdk/models/operations/get_library_items_location.rb'
416
- autoload :GetLibraryItemsMediaGuid, 'plex_ruby_sdk/models/operations/get_library_items_mediaguid.rb'
413
+ autoload :MediaGuid, 'plex_ruby_sdk/models/operations/mediaguid.rb'
417
414
  autoload :GetLibraryItemsUltraBlurColors, 'plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb'
418
- autoload :GetLibraryItemsMetaDataRating, 'plex_ruby_sdk/models/operations/get_library_items_metadatarating.rb'
415
+ autoload :MetaDataRating, 'plex_ruby_sdk/models/operations/metadatarating.rb'
419
416
  autoload :GetLibraryItemsLibraryResponse200Type, 'plex_ruby_sdk/models/operations/get_library_items_library_response_200_type.rb'
420
417
  autoload :GetLibraryItemsImage, 'plex_ruby_sdk/models/operations/get_library_items_image.rb'
421
418
  autoload :GetLibraryItemsMetadata, 'plex_ruby_sdk/models/operations/get_library_items_metadata.rb'
@@ -464,7 +461,7 @@ module PlexRubySDK
464
461
  autoload :GetAllMediaLibraryDirector, 'plex_ruby_sdk/models/operations/get_all_media_library_director.rb'
465
462
  autoload :GetAllMediaLibraryWriter, 'plex_ruby_sdk/models/operations/get_all_media_library_writer.rb'
466
463
  autoload :GetAllMediaLibraryRole, 'plex_ruby_sdk/models/operations/get_all_media_library_role.rb'
467
- autoload :Guids, 'plex_ruby_sdk/models/operations/guids.rb'
464
+ autoload :GetAllMediaLibraryGuids, 'plex_ruby_sdk/models/operations/get_all_media_library_guids.rb'
468
465
  autoload :GetAllMediaLibraryCollection, 'plex_ruby_sdk/models/operations/get_all_media_library_collection.rb'
469
466
  autoload :GetAllMediaLibraryMetadata, 'plex_ruby_sdk/models/operations/get_all_media_library_metadata.rb'
470
467
  autoload :GetAllMediaLibraryMediaContainer, 'plex_ruby_sdk/models/operations/get_all_media_library_mediacontainer.rb'
@@ -570,8 +567,8 @@ module PlexRubySDK
570
567
  autoload :GetMediaMetaDataRole, 'plex_ruby_sdk/models/operations/get_media_meta_data_role.rb'
571
568
  autoload :GetMediaMetaDataDirector, 'plex_ruby_sdk/models/operations/get_media_meta_data_director.rb'
572
569
  autoload :GetMediaMetaDataWriter, 'plex_ruby_sdk/models/operations/get_media_meta_data_writer.rb'
573
- autoload :Producer, 'plex_ruby_sdk/models/operations/producer.rb'
574
- autoload :Similar, 'plex_ruby_sdk/models/operations/similar.rb'
570
+ autoload :GetMediaMetaDataProducer, 'plex_ruby_sdk/models/operations/get_media_meta_data_producer.rb'
571
+ autoload :GetMediaMetaDataSimilar, 'plex_ruby_sdk/models/operations/get_media_meta_data_similar.rb'
575
572
  autoload :GetMediaMetaDataLocation, 'plex_ruby_sdk/models/operations/get_media_meta_data_location.rb'
576
573
  autoload :GetMediaMetaDataMetadata, 'plex_ruby_sdk/models/operations/get_media_meta_data_metadata.rb'
577
574
  autoload :GetMediaMetaDataMediaContainer, 'plex_ruby_sdk/models/operations/get_media_meta_data_mediacontainer.rb'
@@ -602,18 +599,6 @@ module PlexRubySDK
602
599
  autoload :GetTopWatchedContentMediaContainer, 'plex_ruby_sdk/models/operations/gettopwatchedcontent_mediacontainer.rb'
603
600
  autoload :GetTopWatchedContentResponseBody, 'plex_ruby_sdk/models/operations/gettopwatchedcontent_responsebody.rb'
604
601
  autoload :GetTopWatchedContentResponse, 'plex_ruby_sdk/models/operations/gettopwatchedcontent_response.rb'
605
- autoload :GetOnDeckLibraryErrors, 'plex_ruby_sdk/models/operations/getondeck_library_errors.rb'
606
- autoload :GetOnDeckUnauthorized, 'plex_ruby_sdk/models/operations/getondeck_unauthorized.rb'
607
- autoload :GetOnDeckErrors, 'plex_ruby_sdk/models/operations/getondeck_errors.rb'
608
- autoload :GetOnDeckBadRequest, 'plex_ruby_sdk/models/operations/getondeck_badrequest.rb'
609
- autoload :GetOnDeckStream, 'plex_ruby_sdk/models/operations/getondeck_stream.rb'
610
- autoload :GetOnDeckPart, 'plex_ruby_sdk/models/operations/getondeck_part.rb'
611
- autoload :GetOnDeckMedia, 'plex_ruby_sdk/models/operations/getondeck_media.rb'
612
- autoload :GetOnDeckGuids, 'plex_ruby_sdk/models/operations/getondeck_guids.rb'
613
- autoload :GetOnDeckMetadata, 'plex_ruby_sdk/models/operations/getondeck_metadata.rb'
614
- autoload :GetOnDeckMediaContainer, 'plex_ruby_sdk/models/operations/getondeck_mediacontainer.rb'
615
- autoload :GetOnDeckResponseBody, 'plex_ruby_sdk/models/operations/getondeck_responsebody.rb'
616
- autoload :GetOnDeckResponse, 'plex_ruby_sdk/models/operations/getondeck_response.rb'
617
602
  autoload :Filter, 'plex_ruby_sdk/models/operations/filter.rb'
618
603
  autoload :Libtype, 'plex_ruby_sdk/models/operations/libtype.rb'
619
604
  autoload :IncludeCollections, 'plex_ruby_sdk/models/operations/includecollections.rb'
@@ -45,9 +45,9 @@ module PlexRubySDK
45
45
  end
46
46
  @language = 'ruby'
47
47
  @openapi_doc_version = '0.0.3'
48
- @sdk_version = '0.7.6'
48
+ @sdk_version = '0.7.7'
49
49
  @gen_version = '2.545.4'
50
- @user_agent = 'speakeasy-sdk/ruby 0.7.6 2.545.4 0.0.3 plex_ruby_sdk'
50
+ @user_agent = 'speakeasy-sdk/ruby 0.7.7 2.545.4 0.0.3 plex_ruby_sdk'
51
51
  end
52
52
 
53
53
  sig { returns([String, T::Hash[Symbol, String]]) }
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.7.6
4
+ version: 0.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - LukeHagar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-08 00:00:00.000000000 Z
11
+ date: 2025-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -296,6 +296,7 @@ files:
296
296
  - lib/plex_ruby_sdk/models/operations/get_all_media_library_fieldtype.rb
297
297
  - lib/plex_ruby_sdk/models/operations/get_all_media_library_filter.rb
298
298
  - lib/plex_ruby_sdk/models/operations/get_all_media_library_genre.rb
299
+ - lib/plex_ruby_sdk/models/operations/get_all_media_library_guids.rb
299
300
  - lib/plex_ruby_sdk/models/operations/get_all_media_library_hasthumbnail.rb
300
301
  - lib/plex_ruby_sdk/models/operations/get_all_media_library_image.rb
301
302
  - lib/plex_ruby_sdk/models/operations/get_all_media_library_library_errors.rb
@@ -366,13 +367,10 @@ files:
366
367
  - lib/plex_ruby_sdk/models/operations/get_library_items_country.rb
367
368
  - lib/plex_ruby_sdk/models/operations/get_library_items_defaultdirection.rb
368
369
  - lib/plex_ruby_sdk/models/operations/get_library_items_director.rb
369
- - lib/plex_ruby_sdk/models/operations/get_library_items_enablecreditsmarkergeneration.rb
370
- - lib/plex_ruby_sdk/models/operations/get_library_items_episodesort.rb
371
370
  - lib/plex_ruby_sdk/models/operations/get_library_items_errors.rb
372
371
  - lib/plex_ruby_sdk/models/operations/get_library_items_field.rb
373
372
  - lib/plex_ruby_sdk/models/operations/get_library_items_fieldtype.rb
374
373
  - lib/plex_ruby_sdk/models/operations/get_library_items_filter.rb
375
- - lib/plex_ruby_sdk/models/operations/get_library_items_flattenseasons.rb
376
374
  - lib/plex_ruby_sdk/models/operations/get_library_items_genre.rb
377
375
  - lib/plex_ruby_sdk/models/operations/get_library_items_hasthumbnail.rb
378
376
  - lib/plex_ruby_sdk/models/operations/get_library_items_image.rb
@@ -390,12 +388,9 @@ files:
390
388
  - lib/plex_ruby_sdk/models/operations/get_library_items_location.rb
391
389
  - lib/plex_ruby_sdk/models/operations/get_library_items_media.rb
392
390
  - lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb
393
- - lib/plex_ruby_sdk/models/operations/get_library_items_mediaguid.rb
394
391
  - lib/plex_ruby_sdk/models/operations/get_library_items_meta.rb
395
392
  - lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb
396
- - lib/plex_ruby_sdk/models/operations/get_library_items_metadatarating.rb
397
393
  - lib/plex_ruby_sdk/models/operations/get_library_items_operator.rb
398
- - lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb
399
394
  - lib/plex_ruby_sdk/models/operations/get_library_items_part.rb
400
395
  - lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_includemeta.rb
401
396
  - lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb
@@ -403,7 +398,6 @@ files:
403
398
  - lib/plex_ruby_sdk/models/operations/get_library_items_response.rb
404
399
  - lib/plex_ruby_sdk/models/operations/get_library_items_responsebody.rb
405
400
  - lib/plex_ruby_sdk/models/operations/get_library_items_role.rb
406
- - lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb
407
401
  - lib/plex_ruby_sdk/models/operations/get_library_items_sort.rb
408
402
  - lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb
409
403
  - lib/plex_ruby_sdk/models/operations/get_library_items_type.rb
@@ -424,10 +418,12 @@ files:
424
418
  - lib/plex_ruby_sdk/models/operations/get_media_meta_data_mediacontainer.rb
425
419
  - lib/plex_ruby_sdk/models/operations/get_media_meta_data_metadata.rb
426
420
  - lib/plex_ruby_sdk/models/operations/get_media_meta_data_part.rb
421
+ - lib/plex_ruby_sdk/models/operations/get_media_meta_data_producer.rb
427
422
  - lib/plex_ruby_sdk/models/operations/get_media_meta_data_request.rb
428
423
  - lib/plex_ruby_sdk/models/operations/get_media_meta_data_response.rb
429
424
  - lib/plex_ruby_sdk/models/operations/get_media_meta_data_responsebody.rb
430
425
  - lib/plex_ruby_sdk/models/operations/get_media_meta_data_role.rb
426
+ - lib/plex_ruby_sdk/models/operations/get_media_meta_data_similar.rb
431
427
  - lib/plex_ruby_sdk/models/operations/get_media_meta_data_stream.rb
432
428
  - lib/plex_ruby_sdk/models/operations/get_media_meta_data_ultrablurcolors.rb
433
429
  - lib/plex_ruby_sdk/models/operations/get_media_meta_data_unauthorized.rb
@@ -651,18 +647,6 @@ files:
651
647
  - lib/plex_ruby_sdk/models/operations/getmyplexaccount_responsebody.rb
652
648
  - lib/plex_ruby_sdk/models/operations/getmyplexaccount_server_errors.rb
653
649
  - lib/plex_ruby_sdk/models/operations/getmyplexaccount_unauthorized.rb
654
- - lib/plex_ruby_sdk/models/operations/getondeck_badrequest.rb
655
- - lib/plex_ruby_sdk/models/operations/getondeck_errors.rb
656
- - lib/plex_ruby_sdk/models/operations/getondeck_guids.rb
657
- - lib/plex_ruby_sdk/models/operations/getondeck_library_errors.rb
658
- - lib/plex_ruby_sdk/models/operations/getondeck_media.rb
659
- - lib/plex_ruby_sdk/models/operations/getondeck_mediacontainer.rb
660
- - lib/plex_ruby_sdk/models/operations/getondeck_metadata.rb
661
- - lib/plex_ruby_sdk/models/operations/getondeck_part.rb
662
- - lib/plex_ruby_sdk/models/operations/getondeck_response.rb
663
- - lib/plex_ruby_sdk/models/operations/getondeck_responsebody.rb
664
- - lib/plex_ruby_sdk/models/operations/getondeck_stream.rb
665
- - lib/plex_ruby_sdk/models/operations/getondeck_unauthorized.rb
666
650
  - lib/plex_ruby_sdk/models/operations/getpin_authpincontainer.rb
667
651
  - lib/plex_ruby_sdk/models/operations/getpin_badrequest.rb
668
652
  - lib/plex_ruby_sdk/models/operations/getpin_errors.rb
@@ -972,6 +956,7 @@ files:
972
956
  - lib/plex_ruby_sdk/models/operations/queryparam_onlytransient.rb
973
957
  - lib/plex_ruby_sdk/models/operations/queryparam_smart.rb
974
958
  - lib/plex_ruby_sdk/models/operations/queryparam_type.rb
959
+ - lib/plex_ruby_sdk/models/operations/rating.rb
975
960
  - lib/plex_ruby_sdk/models/operations/ratings.rb
976
961
  - lib/plex_ruby_sdk/models/operations/release.rb
977
962
  - lib/plex_ruby_sdk/models/operations/responsebody.rb
@@ -1,18 +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
- # GetLibraryItemsEnableCreditsMarkerGeneration - Setting that indicates if credits markers detection is enabled. (-1 = Library default, 0 = Disabled).
11
- class GetLibraryItemsEnableCreditsMarkerGeneration < T::Enum
12
- enums do
13
- LIBRARY_DEFAULT = new('-1')
14
- DISABLED = new('0')
15
- end
16
- end
17
- end
18
- end
@@ -1,19 +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
- # GetLibraryItemsEpisodeSort - Setting that indicates how episodes are sorted for the show. (-1 = Library default, 0 = Oldest first, 1 = Newest first).
11
- class GetLibraryItemsEpisodeSort < T::Enum
12
- enums do
13
- LIBRARY_DEFAULT = new('-1')
14
- OLDEST_FIRST = new('0')
15
- NEWEST_FIRST = new('1')
16
- end
17
- end
18
- end
19
- end
@@ -1,19 +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
- # GetLibraryItemsFlattenSeasons - Setting that indicates if seasons are set to hidden for the show. (-1 = Library default, 0 = Hide, 1 = Show).
11
- class GetLibraryItemsFlattenSeasons < T::Enum
12
- enums do
13
- LIBRARY_DEFAULT = new('-1')
14
- HIDE = new('0')
15
- SHOW = new('1')
16
- end
17
- end
18
- end
19
- end
@@ -1,26 +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 GetLibraryItemsMediaGuid < ::Crystalline::FieldAugmented
12
- extend T::Sig
13
-
14
- # Can be one of the following formats:
15
- # imdb://tt13015952, tmdb://2434012, tvdb://7945991
16
- #
17
- field :id, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('id') } }
18
-
19
-
20
- sig { params(id: ::String).void }
21
- def initialize(id: nil)
22
- @id = id
23
- end
24
- end
25
- end
26
- end
@@ -1,18 +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 GetLibraryItemsOptimizedForStreaming < T::Enum
12
- enums do
13
- DISABLE = new(0)
14
- ENABLE = new(1)
15
- end
16
- end
17
- end
18
- end
@@ -1,27 +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
- # GetLibraryItemsShowOrdering - Setting that indicates the episode ordering for the show.
11
- # None = Library default,
12
- # tmdbAiring = The Movie Database (Aired),
13
- # aired = TheTVDB (Aired),
14
- # dvd = TheTVDB (DVD),
15
- # absolute = TheTVDB (Absolute)).
16
- #
17
- class GetLibraryItemsShowOrdering < T::Enum
18
- enums do
19
- NONE = new('None')
20
- TMDB_AIRING = new('tmdbAiring')
21
- TVDB_AIRED = new('aired')
22
- TVDB_DVD = new('dvd')
23
- TVDB_ABSOLUTE = new('absolute')
24
- end
25
- end
26
- end
27
- end
@@ -1,24 +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
- # Bad Request - A parameter was not specified, or was specified incorrectly.
11
- class GetOnDeckBadRequest < ::Crystalline::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
- field :errors, T.nilable(T::Array[::PlexRubySDK::Operations::GetOnDeckErrors]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('errors') } }
16
-
17
-
18
- sig { params(errors: T.nilable(T::Array[::PlexRubySDK::Operations::GetOnDeckErrors])).void }
19
- def initialize(errors: nil)
20
- @errors = errors
21
- end
22
- end
23
- end
24
- end
@@ -1,30 +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 GetOnDeckErrors < ::Crystalline::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
- field :code, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('code') } }
16
-
17
- field :message, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('message') } }
18
-
19
- field :status, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('status') } }
20
-
21
-
22
- sig { params(code: T.nilable(::Integer), message: T.nilable(::String), status: T.nilable(::Integer)).void }
23
- def initialize(code: nil, message: nil, status: nil)
24
- @code = code
25
- @message = message
26
- @status = status
27
- end
28
- end
29
- end
30
- end
@@ -1,30 +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 GetOnDeckLibraryErrors < ::Crystalline::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
- field :code, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('code') } }
16
-
17
- field :message, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('message') } }
18
-
19
- field :status, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('status') } }
20
-
21
-
22
- sig { params(code: T.nilable(::Integer), message: T.nilable(::String), status: T.nilable(::Integer)).void }
23
- def initialize(code: nil, message: nil, status: nil)
24
- @code = code
25
- @message = message
26
- @status = status
27
- end
28
- end
29
- end
30
- end
@@ -1,66 +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 GetOnDeckMedia < ::Crystalline::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
- field :aspect_ratio, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('aspectRatio') } }
16
-
17
- field :audio_channels, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('audioChannels') } }
18
-
19
- field :audio_codec, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('audioCodec') } }
20
-
21
- field :audio_profile, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('audioProfile') } }
22
-
23
- field :bitrate, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('bitrate') } }
24
-
25
- field :container, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('container') } }
26
-
27
- field :duration, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('duration') } }
28
-
29
- field :height, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('height') } }
30
-
31
- field :id, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('id') } }
32
-
33
- field :part, T.nilable(T::Array[::PlexRubySDK::Operations::GetOnDeckPart]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Part') } }
34
-
35
- field :video_codec, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('videoCodec') } }
36
-
37
- field :video_frame_rate, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('videoFrameRate') } }
38
-
39
- field :video_profile, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('videoProfile') } }
40
-
41
- field :video_resolution, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('videoResolution') } }
42
-
43
- field :width, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('width') } }
44
-
45
-
46
- sig { params(aspect_ratio: T.nilable(::Float), audio_channels: T.nilable(::Float), audio_codec: T.nilable(::String), audio_profile: T.nilable(::String), bitrate: T.nilable(::Float), container: T.nilable(::String), duration: T.nilable(::Float), height: T.nilable(::Float), id: T.nilable(::Float), part: T.nilable(T::Array[::PlexRubySDK::Operations::GetOnDeckPart]), video_codec: T.nilable(::String), video_frame_rate: T.nilable(::String), video_profile: T.nilable(::String), video_resolution: T.nilable(::String), width: T.nilable(::Float)).void }
47
- def initialize(aspect_ratio: nil, audio_channels: nil, audio_codec: nil, audio_profile: nil, bitrate: nil, container: nil, duration: nil, height: nil, id: nil, part: nil, video_codec: nil, video_frame_rate: nil, video_profile: nil, video_resolution: nil, width: nil)
48
- @aspect_ratio = aspect_ratio
49
- @audio_channels = audio_channels
50
- @audio_codec = audio_codec
51
- @audio_profile = audio_profile
52
- @bitrate = bitrate
53
- @container = container
54
- @duration = duration
55
- @height = height
56
- @id = id
57
- @part = part
58
- @video_codec = video_codec
59
- @video_frame_rate = video_frame_rate
60
- @video_profile = video_profile
61
- @video_resolution = video_resolution
62
- @width = width
63
- end
64
- end
65
- end
66
- 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 GetOnDeckMediaContainer < ::Crystalline::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::GetOnDeckMetadata]), { '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::GetOnDeckMetadata]), 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