plex_ruby_sdk 0.4.1 → 0.4.2

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 (101) hide show
  1. checksums.yaml +4 -4
  2. data/lib/plex_ruby_sdk/authentication.rb +4 -2
  3. data/lib/plex_ruby_sdk/hubs.rb +35 -0
  4. data/lib/plex_ruby_sdk/library.rb +9 -14
  5. data/lib/plex_ruby_sdk/models/operations/field.rb +7 -7
  6. data/lib/plex_ruby_sdk/models/operations/fieldtype.rb +3 -3
  7. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_directory.rb +1 -1
  8. data/lib/plex_ruby_sdk/models/operations/get_library_details_field.rb +33 -0
  9. data/lib/plex_ruby_sdk/models/operations/get_library_details_fieldtype.rb +27 -0
  10. data/lib/plex_ruby_sdk/models/operations/get_library_details_mediacontainer.rb +2 -2
  11. data/lib/plex_ruby_sdk/models/operations/get_library_details_operator.rb +27 -0
  12. data/lib/plex_ruby_sdk/models/operations/get_library_details_sort.rb +39 -0
  13. data/lib/plex_ruby_sdk/models/operations/get_library_details_type.rb +3 -3
  14. data/lib/plex_ruby_sdk/models/operations/get_library_items_activedirection.rb +19 -0
  15. data/lib/plex_ruby_sdk/models/operations/get_library_items_collection.rb +24 -0
  16. data/lib/plex_ruby_sdk/models/operations/get_library_items_defaultdirection.rb +19 -0
  17. data/lib/plex_ruby_sdk/models/operations/get_library_items_flattenseasons.rb +18 -0
  18. data/lib/plex_ruby_sdk/models/operations/get_library_items_hasthumbnail.rb +18 -0
  19. data/lib/plex_ruby_sdk/models/operations/get_library_items_image.rb +2 -2
  20. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_activedirection.rb +19 -0
  21. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_defaultdirection.rb +19 -0
  22. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_field.rb +33 -0
  23. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_fieldtype.rb +27 -0
  24. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_filter.rb +36 -0
  25. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_operator.rb +27 -0
  26. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_200_type.rb +20 -0
  27. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_type.rb +28 -6
  28. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_sort.rb +47 -0
  29. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_type.rb +8 -29
  30. data/lib/plex_ruby_sdk/models/operations/get_library_items_media.rb +8 -2
  31. data/lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb +12 -5
  32. data/lib/plex_ruby_sdk/models/operations/get_library_items_mediaguid.rb +26 -0
  33. data/lib/plex_ruby_sdk/models/operations/get_library_items_meta.rb +28 -0
  34. data/lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb +23 -8
  35. data/lib/plex_ruby_sdk/models/operations/get_library_items_metadatarating.rb +30 -0
  36. data/lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb +18 -0
  37. data/lib/plex_ruby_sdk/models/operations/get_library_items_part.rb +12 -3
  38. data/lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_includemeta.rb +19 -0
  39. data/lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb +26 -0
  40. data/lib/plex_ruby_sdk/models/operations/get_library_items_request.rb +3 -3
  41. data/lib/plex_ruby_sdk/models/operations/get_library_items_role.rb +18 -3
  42. data/lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb +27 -0
  43. data/lib/plex_ruby_sdk/models/operations/get_library_items_sort.rb +3 -3
  44. data/lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb +135 -0
  45. data/lib/plex_ruby_sdk/models/operations/get_library_items_type.rb +29 -8
  46. data/lib/plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb +33 -0
  47. data/lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_part.rb +2 -2
  48. data/lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_stream.rb +117 -0
  49. data/lib/plex_ruby_sdk/models/operations/get_recently_added_activedirection.rb +19 -0
  50. data/lib/plex_ruby_sdk/models/operations/get_recently_added_defaultdirection.rb +19 -0
  51. data/lib/plex_ruby_sdk/models/operations/get_recently_added_field.rb +33 -0
  52. data/lib/plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb +27 -0
  53. data/lib/plex_ruby_sdk/models/operations/get_recently_added_filter.rb +36 -0
  54. data/lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_response_type.rb +20 -0
  55. data/lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_type.rb +21 -0
  56. data/lib/plex_ruby_sdk/models/operations/get_recently_added_image.rb +30 -0
  57. data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_unauthorized.rb → get_recently_added_library_badrequest.rb} +2 -2
  58. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_country.rb +24 -0
  59. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_director.rb +24 -0
  60. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_filter.rb +36 -0
  61. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_genre.rb +24 -0
  62. data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_errors.rb → get_recently_added_library_library_errors.rb} +1 -1
  63. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_media.rb +69 -0
  64. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_mediacontainer.rb +49 -0
  65. data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_metadata.rb → get_recently_added_library_metadata.rb} +8 -8
  66. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_part.rb +51 -0
  67. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_request.rb +55 -0
  68. data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_response.rb → get_recently_added_library_response.rb} +5 -5
  69. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_responsebody.rb +24 -0
  70. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_role.rb +24 -0
  71. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_type.rb +42 -0
  72. data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_badrequest.rb → get_recently_added_library_unauthorized.rb} +4 -4
  73. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_writer.rb +24 -0
  74. data/lib/plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb +43 -0
  75. data/lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb +252 -0
  76. data/lib/plex_ruby_sdk/models/operations/get_recently_added_operator.rb +27 -0
  77. data/lib/plex_ruby_sdk/models/operations/get_recently_added_request.rb +55 -0
  78. data/lib/plex_ruby_sdk/models/operations/get_recently_added_response.rb +33 -0
  79. data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_responsebody.rb → get_recently_added_responsebody.rb} +1 -1
  80. data/lib/plex_ruby_sdk/models/operations/get_recently_added_sort.rb +47 -0
  81. data/lib/plex_ruby_sdk/models/operations/get_recently_added_type.rb +42 -0
  82. data/lib/plex_ruby_sdk/models/operations/get_search_library_queryparam_type.rb +26 -0
  83. data/lib/plex_ruby_sdk/models/operations/get_search_library_request.rb +2 -2
  84. data/lib/plex_ruby_sdk/models/operations/getpin_request.rb +8 -2
  85. data/lib/plex_ruby_sdk/models/operations/media.rb +26 -20
  86. data/lib/plex_ruby_sdk/models/operations/meta.rb +3 -3
  87. data/lib/plex_ruby_sdk/models/operations/metadatarating.rb +30 -0
  88. data/lib/plex_ruby_sdk/models/operations/operator.rb +3 -3
  89. data/lib/plex_ruby_sdk/models/operations/optimizedforstreaming.rb +18 -0
  90. data/lib/plex_ruby_sdk/models/operations/part.rb +25 -15
  91. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb +45 -0
  92. data/lib/plex_ruby_sdk/models/operations/queryparam_includemeta.rb +19 -0
  93. data/lib/plex_ruby_sdk/models/operations/role.rb +18 -3
  94. data/lib/plex_ruby_sdk/models/operations/sort.rb +19 -11
  95. data/lib/plex_ruby_sdk/models/operations/stream.rb +58 -40
  96. data/lib/plex_ruby_sdk/models/operations.rb +97 -40
  97. data/lib/plex_ruby_sdk/sdkconfiguration.rb +3 -3
  98. metadata +68 -11
  99. data/lib/plex_ruby_sdk/models/operations/getrecentlyadded_mediacontainer.rb +0 -42
  100. data/lib/plex_ruby_sdk/models/operations/getrecentlyadded_request.rb +0 -33
  101. /data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_library_errors.rb → get_recently_added_library_errors.rb} +0 -0
@@ -231,6 +231,41 @@ module PlexRubySDK
231
231
  autoload :GetGlobalHubsMediaContainer, 'plex_ruby_sdk/models/operations/getglobalhubs_mediacontainer.rb'
232
232
  autoload :GetGlobalHubsResponseBody, 'plex_ruby_sdk/models/operations/getglobalhubs_responsebody.rb'
233
233
  autoload :GetGlobalHubsResponse, 'plex_ruby_sdk/models/operations/getglobalhubs_response.rb'
234
+ autoload :Type, 'plex_ruby_sdk/models/operations/type.rb'
235
+ autoload :IncludeMeta, 'plex_ruby_sdk/models/operations/includemeta.rb'
236
+ autoload :GetRecentlyAddedRequest, 'plex_ruby_sdk/models/operations/get_recently_added_request.rb'
237
+ autoload :GetRecentlyAddedFilter, 'plex_ruby_sdk/models/operations/get_recently_added_filter.rb'
238
+ autoload :GetRecentlyAddedActiveDirection, 'plex_ruby_sdk/models/operations/get_recently_added_activedirection.rb'
239
+ autoload :GetRecentlyAddedDefaultDirection, 'plex_ruby_sdk/models/operations/get_recently_added_defaultdirection.rb'
240
+ autoload :GetRecentlyAddedSort, 'plex_ruby_sdk/models/operations/get_recently_added_sort.rb'
241
+ autoload :GetRecentlyAddedField, 'plex_ruby_sdk/models/operations/get_recently_added_field.rb'
242
+ autoload :GetRecentlyAddedType, 'plex_ruby_sdk/models/operations/get_recently_added_type.rb'
243
+ autoload :GetRecentlyAddedOperator, 'plex_ruby_sdk/models/operations/get_recently_added_operator.rb'
244
+ autoload :GetRecentlyAddedFieldType, 'plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb'
245
+ autoload :Meta, 'plex_ruby_sdk/models/operations/meta.rb'
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 :ShowOrdering, 'plex_ruby_sdk/models/operations/showordering.rb'
249
+ autoload :OptimizedForStreaming, 'plex_ruby_sdk/models/operations/optimizedforstreaming.rb'
250
+ autoload :HasThumbnail, 'plex_ruby_sdk/models/operations/hasthumbnail.rb'
251
+ autoload :Stream, 'plex_ruby_sdk/models/operations/stream.rb'
252
+ autoload :Part, 'plex_ruby_sdk/models/operations/part.rb'
253
+ autoload :Media, 'plex_ruby_sdk/models/operations/media.rb'
254
+ autoload :Genre, 'plex_ruby_sdk/models/operations/genre.rb'
255
+ autoload :Country, 'plex_ruby_sdk/models/operations/country.rb'
256
+ autoload :Director, 'plex_ruby_sdk/models/operations/director.rb'
257
+ autoload :Writer, 'plex_ruby_sdk/models/operations/writer.rb'
258
+ autoload :Collection, 'plex_ruby_sdk/models/operations/collection.rb'
259
+ autoload :Role, 'plex_ruby_sdk/models/operations/role.rb'
260
+ autoload :MediaGuid, 'plex_ruby_sdk/models/operations/mediaguid.rb'
261
+ autoload :UltraBlurColors, 'plex_ruby_sdk/models/operations/ultrablurcolors.rb'
262
+ autoload :MetaDataRating, 'plex_ruby_sdk/models/operations/metadatarating.rb'
263
+ autoload :GetRecentlyAddedHubsResponseType, 'plex_ruby_sdk/models/operations/get_recently_added_hubs_response_type.rb'
264
+ autoload :GetRecentlyAddedImage, 'plex_ruby_sdk/models/operations/get_recently_added_image.rb'
265
+ autoload :GetRecentlyAddedMetadata, 'plex_ruby_sdk/models/operations/get_recently_added_metadata.rb'
266
+ autoload :GetRecentlyAddedMediaContainer, 'plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb'
267
+ autoload :GetRecentlyAddedResponseBody, 'plex_ruby_sdk/models/operations/get_recently_added_responsebody.rb'
268
+ autoload :GetRecentlyAddedResponse, 'plex_ruby_sdk/models/operations/get_recently_added_response.rb'
234
269
  autoload :QueryParamOnlyTransient, 'plex_ruby_sdk/models/operations/queryparam_onlytransient.rb'
235
270
  autoload :GetLibraryHubsRequest, 'plex_ruby_sdk/models/operations/getlibraryhubs_request.rb'
236
271
  autoload :GetLibraryHubsHubsErrors, 'plex_ruby_sdk/models/operations/getlibraryhubs_hubs_errors.rb'
@@ -284,22 +319,32 @@ module PlexRubySDK
284
319
  autoload :GetFileHashErrors, 'plex_ruby_sdk/models/operations/getfilehash_errors.rb'
285
320
  autoload :GetFileHashBadRequest, 'plex_ruby_sdk/models/operations/getfilehash_badrequest.rb'
286
321
  autoload :GetFileHashResponse, 'plex_ruby_sdk/models/operations/getfilehash_response.rb'
287
- autoload :GetRecentlyAddedRequest, 'plex_ruby_sdk/models/operations/getrecentlyadded_request.rb'
288
- autoload :GetRecentlyAddedLibraryErrors, 'plex_ruby_sdk/models/operations/getrecentlyadded_library_errors.rb'
289
- autoload :GetRecentlyAddedUnauthorized, 'plex_ruby_sdk/models/operations/getrecentlyadded_unauthorized.rb'
290
- autoload :GetRecentlyAddedErrors, 'plex_ruby_sdk/models/operations/getrecentlyadded_errors.rb'
291
- autoload :GetRecentlyAddedBadRequest, 'plex_ruby_sdk/models/operations/getrecentlyadded_badrequest.rb'
292
- autoload :Part, 'plex_ruby_sdk/models/operations/part.rb'
293
- autoload :Media, 'plex_ruby_sdk/models/operations/media.rb'
294
- autoload :Genre, 'plex_ruby_sdk/models/operations/genre.rb'
295
- autoload :Director, 'plex_ruby_sdk/models/operations/director.rb'
296
- autoload :Writer, 'plex_ruby_sdk/models/operations/writer.rb'
297
- autoload :Country, 'plex_ruby_sdk/models/operations/country.rb'
298
- autoload :Role, 'plex_ruby_sdk/models/operations/role.rb'
299
- autoload :GetRecentlyAddedMetadata, 'plex_ruby_sdk/models/operations/getrecentlyadded_metadata.rb'
300
- autoload :GetRecentlyAddedMediaContainer, 'plex_ruby_sdk/models/operations/getrecentlyadded_mediacontainer.rb'
301
- autoload :GetRecentlyAddedResponseBody, 'plex_ruby_sdk/models/operations/getrecentlyadded_responsebody.rb'
302
- autoload :GetRecentlyAddedResponse, 'plex_ruby_sdk/models/operations/getrecentlyadded_response.rb'
322
+ autoload :QueryParamType, 'plex_ruby_sdk/models/operations/queryparam_type.rb'
323
+ autoload :QueryParamIncludeMeta, 'plex_ruby_sdk/models/operations/queryparam_includemeta.rb'
324
+ autoload :GetRecentlyAddedLibraryRequest, 'plex_ruby_sdk/models/operations/get_recently_added_library_request.rb'
325
+ autoload :GetRecentlyAddedLibraryLibraryErrors, 'plex_ruby_sdk/models/operations/get_recently_added_library_library_errors.rb'
326
+ autoload :GetRecentlyAddedLibraryUnauthorized, 'plex_ruby_sdk/models/operations/get_recently_added_library_unauthorized.rb'
327
+ autoload :GetRecentlyAddedLibraryErrors, 'plex_ruby_sdk/models/operations/get_recently_added_library_errors.rb'
328
+ autoload :GetRecentlyAddedLibraryBadRequest, 'plex_ruby_sdk/models/operations/get_recently_added_library_badrequest.rb'
329
+ autoload :GetRecentlyAddedLibraryFilter, 'plex_ruby_sdk/models/operations/get_recently_added_library_filter.rb'
330
+ autoload :ActiveDirection, 'plex_ruby_sdk/models/operations/activedirection.rb'
331
+ autoload :DefaultDirection, 'plex_ruby_sdk/models/operations/defaultdirection.rb'
332
+ autoload :Sort, 'plex_ruby_sdk/models/operations/sort.rb'
333
+ autoload :Field, 'plex_ruby_sdk/models/operations/field.rb'
334
+ autoload :GetRecentlyAddedLibraryType, 'plex_ruby_sdk/models/operations/get_recently_added_library_type.rb'
335
+ autoload :Operator, 'plex_ruby_sdk/models/operations/operator.rb'
336
+ autoload :FieldType, 'plex_ruby_sdk/models/operations/fieldtype.rb'
337
+ autoload :GetRecentlyAddedLibraryPart, 'plex_ruby_sdk/models/operations/get_recently_added_library_part.rb'
338
+ autoload :GetRecentlyAddedLibraryMedia, 'plex_ruby_sdk/models/operations/get_recently_added_library_media.rb'
339
+ autoload :GetRecentlyAddedLibraryGenre, 'plex_ruby_sdk/models/operations/get_recently_added_library_genre.rb'
340
+ autoload :GetRecentlyAddedLibraryDirector, 'plex_ruby_sdk/models/operations/get_recently_added_library_director.rb'
341
+ autoload :GetRecentlyAddedLibraryWriter, 'plex_ruby_sdk/models/operations/get_recently_added_library_writer.rb'
342
+ autoload :GetRecentlyAddedLibraryCountry, 'plex_ruby_sdk/models/operations/get_recently_added_library_country.rb'
343
+ autoload :GetRecentlyAddedLibraryRole, 'plex_ruby_sdk/models/operations/get_recently_added_library_role.rb'
344
+ autoload :GetRecentlyAddedLibraryMetadata, 'plex_ruby_sdk/models/operations/get_recently_added_library_metadata.rb'
345
+ autoload :GetRecentlyAddedLibraryMediaContainer, 'plex_ruby_sdk/models/operations/get_recently_added_library_mediacontainer.rb'
346
+ autoload :GetRecentlyAddedLibraryResponseBody, 'plex_ruby_sdk/models/operations/get_recently_added_library_responsebody.rb'
347
+ autoload :GetRecentlyAddedLibraryResponse, 'plex_ruby_sdk/models/operations/get_recently_added_library_response.rb'
303
348
  autoload :GetAllLibrariesLibraryErrors, 'plex_ruby_sdk/models/operations/get_all_libraries_library_errors.rb'
304
349
  autoload :GetAllLibrariesUnauthorized, 'plex_ruby_sdk/models/operations/get_all_libraries_unauthorized.rb'
305
350
  autoload :GetAllLibrariesErrors, 'plex_ruby_sdk/models/operations/get_all_libraries_errors.rb'
@@ -317,11 +362,11 @@ module PlexRubySDK
317
362
  autoload :GetLibraryDetailsBadRequest, 'plex_ruby_sdk/models/operations/get_library_details_badrequest.rb'
318
363
  autoload :GetLibraryDetailsDirectory, 'plex_ruby_sdk/models/operations/get_library_details_directory.rb'
319
364
  autoload :GetLibraryDetailsFilter, 'plex_ruby_sdk/models/operations/get_library_details_filter.rb'
320
- autoload :Sort, 'plex_ruby_sdk/models/operations/sort.rb'
321
- autoload :Field, 'plex_ruby_sdk/models/operations/field.rb'
365
+ autoload :GetLibraryDetailsSort, 'plex_ruby_sdk/models/operations/get_library_details_sort.rb'
366
+ autoload :GetLibraryDetailsField, 'plex_ruby_sdk/models/operations/get_library_details_field.rb'
322
367
  autoload :GetLibraryDetailsType, 'plex_ruby_sdk/models/operations/get_library_details_type.rb'
323
- autoload :Operator, 'plex_ruby_sdk/models/operations/operator.rb'
324
- autoload :FieldType, 'plex_ruby_sdk/models/operations/fieldtype.rb'
368
+ autoload :GetLibraryDetailsOperator, 'plex_ruby_sdk/models/operations/get_library_details_operator.rb'
369
+ autoload :GetLibraryDetailsFieldType, 'plex_ruby_sdk/models/operations/get_library_details_fieldtype.rb'
325
370
  autoload :GetLibraryDetailsMediaContainer, 'plex_ruby_sdk/models/operations/get_library_details_mediacontainer.rb'
326
371
  autoload :GetLibraryDetailsResponseBody, 'plex_ruby_sdk/models/operations/get_library_details_responsebody.rb'
327
372
  autoload :GetLibraryDetailsResponse, 'plex_ruby_sdk/models/operations/get_library_details_response.rb'
@@ -333,39 +378,50 @@ module PlexRubySDK
333
378
  autoload :DeleteLibraryResponse, 'plex_ruby_sdk/models/operations/deletelibrary_response.rb'
334
379
  autoload :Tag, 'plex_ruby_sdk/models/operations/tag.rb'
335
380
  autoload :IncludeGuids, 'plex_ruby_sdk/models/operations/includeguids.rb'
336
- autoload :IncludeMeta, 'plex_ruby_sdk/models/operations/includemeta.rb'
337
- autoload :Type, 'plex_ruby_sdk/models/operations/type.rb'
381
+ autoload :GetLibraryItemsQueryParamType, 'plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb'
382
+ autoload :GetLibraryItemsQueryParamIncludeMeta, 'plex_ruby_sdk/models/operations/get_library_items_queryparam_includemeta.rb'
338
383
  autoload :GetLibraryItemsRequest, 'plex_ruby_sdk/models/operations/get_library_items_request.rb'
339
384
  autoload :GetLibraryItemsLibraryErrors, 'plex_ruby_sdk/models/operations/get_library_items_library_errors.rb'
340
385
  autoload :GetLibraryItemsUnauthorized, 'plex_ruby_sdk/models/operations/get_library_items_unauthorized.rb'
341
386
  autoload :GetLibraryItemsErrors, 'plex_ruby_sdk/models/operations/get_library_items_errors.rb'
342
387
  autoload :GetLibraryItemsBadRequest, 'plex_ruby_sdk/models/operations/get_library_items_badrequest.rb'
388
+ autoload :GetLibraryItemsFilter, 'plex_ruby_sdk/models/operations/get_library_items_filter.rb'
389
+ autoload :GetLibraryItemsActiveDirection, 'plex_ruby_sdk/models/operations/get_library_items_activedirection.rb'
390
+ autoload :GetLibraryItemsDefaultDirection, 'plex_ruby_sdk/models/operations/get_library_items_defaultdirection.rb'
391
+ autoload :GetLibraryItemsSort, 'plex_ruby_sdk/models/operations/get_library_items_sort.rb'
392
+ autoload :GetLibraryItemsField, 'plex_ruby_sdk/models/operations/get_library_items_field.rb'
343
393
  autoload :GetLibraryItemsType, 'plex_ruby_sdk/models/operations/get_library_items_type.rb'
344
- autoload :FlattenSeasons, 'plex_ruby_sdk/models/operations/flattenseasons.rb'
345
- autoload :ShowOrdering, 'plex_ruby_sdk/models/operations/showordering.rb'
346
- autoload :HasThumbnail, 'plex_ruby_sdk/models/operations/hasthumbnail.rb'
394
+ autoload :GetLibraryItemsOperator, 'plex_ruby_sdk/models/operations/get_library_items_operator.rb'
395
+ autoload :GetLibraryItemsFieldType, 'plex_ruby_sdk/models/operations/get_library_items_fieldtype.rb'
396
+ autoload :GetLibraryItemsLibraryType, 'plex_ruby_sdk/models/operations/get_library_items_library_type.rb'
397
+ autoload :GetLibraryItemsFlattenSeasons, 'plex_ruby_sdk/models/operations/get_library_items_flattenseasons.rb'
398
+ autoload :GetLibraryItemsShowOrdering, 'plex_ruby_sdk/models/operations/get_library_items_showordering.rb'
399
+ autoload :GetLibraryItemsOptimizedForStreaming, 'plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb'
400
+ autoload :GetLibraryItemsHasThumbnail, 'plex_ruby_sdk/models/operations/get_library_items_hasthumbnail.rb'
401
+ autoload :GetLibraryItemsStream, 'plex_ruby_sdk/models/operations/get_library_items_stream.rb'
347
402
  autoload :GetLibraryItemsPart, 'plex_ruby_sdk/models/operations/get_library_items_part.rb'
348
403
  autoload :GetLibraryItemsMedia, 'plex_ruby_sdk/models/operations/get_library_items_media.rb'
349
404
  autoload :GetLibraryItemsGenre, 'plex_ruby_sdk/models/operations/get_library_items_genre.rb'
350
405
  autoload :GetLibraryItemsCountry, 'plex_ruby_sdk/models/operations/get_library_items_country.rb'
351
406
  autoload :GetLibraryItemsDirector, 'plex_ruby_sdk/models/operations/get_library_items_director.rb'
352
407
  autoload :GetLibraryItemsWriter, 'plex_ruby_sdk/models/operations/get_library_items_writer.rb'
353
- autoload :Collection, 'plex_ruby_sdk/models/operations/collection.rb'
408
+ autoload :GetLibraryItemsCollection, 'plex_ruby_sdk/models/operations/get_library_items_collection.rb'
354
409
  autoload :GetLibraryItemsRole, 'plex_ruby_sdk/models/operations/get_library_items_role.rb'
355
- autoload :MediaGuid, 'plex_ruby_sdk/models/operations/mediaguid.rb'
356
- autoload :UltraBlurColors, 'plex_ruby_sdk/models/operations/ultrablurcolors.rb'
357
- autoload :GetLibraryItemsLibraryResponseType, 'plex_ruby_sdk/models/operations/get_library_items_library_response_type.rb'
410
+ autoload :GetLibraryItemsMediaGuid, 'plex_ruby_sdk/models/operations/get_library_items_mediaguid.rb'
411
+ autoload :GetLibraryItemsUltraBlurColors, 'plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb'
412
+ autoload :GetLibraryItemsMetaDataRating, 'plex_ruby_sdk/models/operations/get_library_items_metadatarating.rb'
413
+ autoload :GetLibraryItemsLibraryResponse200Type, 'plex_ruby_sdk/models/operations/get_library_items_library_response_200_type.rb'
358
414
  autoload :GetLibraryItemsImage, 'plex_ruby_sdk/models/operations/get_library_items_image.rb'
359
415
  autoload :GetLibraryItemsMetadata, 'plex_ruby_sdk/models/operations/get_library_items_metadata.rb'
360
- autoload :GetLibraryItemsFilter, 'plex_ruby_sdk/models/operations/get_library_items_filter.rb'
361
- autoload :ActiveDirection, 'plex_ruby_sdk/models/operations/activedirection.rb'
362
- autoload :DefaultDirection, 'plex_ruby_sdk/models/operations/defaultdirection.rb'
363
- autoload :GetLibraryItemsSort, 'plex_ruby_sdk/models/operations/get_library_items_sort.rb'
364
- autoload :GetLibraryItemsField, 'plex_ruby_sdk/models/operations/get_library_items_field.rb'
365
- autoload :GetLibraryItemsLibraryType, 'plex_ruby_sdk/models/operations/get_library_items_library_type.rb'
366
- autoload :GetLibraryItemsOperator, 'plex_ruby_sdk/models/operations/get_library_items_operator.rb'
367
- autoload :GetLibraryItemsFieldType, 'plex_ruby_sdk/models/operations/get_library_items_fieldtype.rb'
368
- autoload :Meta, 'plex_ruby_sdk/models/operations/meta.rb'
416
+ autoload :GetLibraryItemsLibraryFilter, 'plex_ruby_sdk/models/operations/get_library_items_library_filter.rb'
417
+ autoload :GetLibraryItemsLibraryActiveDirection, 'plex_ruby_sdk/models/operations/get_library_items_library_activedirection.rb'
418
+ autoload :GetLibraryItemsLibraryDefaultDirection, 'plex_ruby_sdk/models/operations/get_library_items_library_defaultdirection.rb'
419
+ autoload :GetLibraryItemsLibrarySort, 'plex_ruby_sdk/models/operations/get_library_items_library_sort.rb'
420
+ autoload :GetLibraryItemsLibraryField, 'plex_ruby_sdk/models/operations/get_library_items_library_field.rb'
421
+ autoload :GetLibraryItemsLibraryResponseType, 'plex_ruby_sdk/models/operations/get_library_items_library_response_type.rb'
422
+ autoload :GetLibraryItemsLibraryOperator, 'plex_ruby_sdk/models/operations/get_library_items_library_operator.rb'
423
+ autoload :GetLibraryItemsLibraryFieldType, 'plex_ruby_sdk/models/operations/get_library_items_library_fieldtype.rb'
424
+ autoload :GetLibraryItemsMeta, 'plex_ruby_sdk/models/operations/get_library_items_meta.rb'
369
425
  autoload :GetLibraryItemsMediaContainer, 'plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb'
370
426
  autoload :GetLibraryItemsResponseBody, 'plex_ruby_sdk/models/operations/get_library_items_responsebody.rb'
371
427
  autoload :GetLibraryItemsResponse, 'plex_ruby_sdk/models/operations/get_library_items_response.rb'
@@ -376,7 +432,7 @@ module PlexRubySDK
376
432
  autoload :GetRefreshLibraryMetadataErrors, 'plex_ruby_sdk/models/operations/get_refresh_library_metadata_errors.rb'
377
433
  autoload :GetRefreshLibraryMetadataBadRequest, 'plex_ruby_sdk/models/operations/get_refresh_library_metadata_badrequest.rb'
378
434
  autoload :GetRefreshLibraryMetadataResponse, 'plex_ruby_sdk/models/operations/get_refresh_library_metadata_response.rb'
379
- autoload :QueryParamType, 'plex_ruby_sdk/models/operations/queryparam_type.rb'
435
+ autoload :GetSearchLibraryQueryParamType, 'plex_ruby_sdk/models/operations/get_search_library_queryparam_type.rb'
380
436
  autoload :GetSearchLibraryRequest, 'plex_ruby_sdk/models/operations/get_search_library_request.rb'
381
437
  autoload :GetSearchLibraryLibraryErrors, 'plex_ruby_sdk/models/operations/get_search_library_library_errors.rb'
382
438
  autoload :GetSearchLibraryUnauthorized, 'plex_ruby_sdk/models/operations/get_search_library_unauthorized.rb'
@@ -391,7 +447,7 @@ module PlexRubySDK
391
447
  autoload :GetMetaDataByRatingKeyUnauthorized, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_unauthorized.rb'
392
448
  autoload :GetMetaDataByRatingKeyErrors, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_errors.rb'
393
449
  autoload :GetMetaDataByRatingKeyBadRequest, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_badrequest.rb'
394
- autoload :Stream, 'plex_ruby_sdk/models/operations/stream.rb'
450
+ autoload :GetMetaDataByRatingKeyStream, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_stream.rb'
395
451
  autoload :GetMetaDataByRatingKeyPart, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_part.rb'
396
452
  autoload :GetMetaDataByRatingKeyMedia, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_media.rb'
397
453
  autoload :GetMetaDataByRatingKeyGenre, 'plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_genre.rb'
@@ -591,6 +647,7 @@ module PlexRubySDK
591
647
  autoload :GetTokenDetailsUserPlexAccount, 'plex_ruby_sdk/models/operations/gettokendetails_userplexaccount.rb'
592
648
  autoload :GetTokenDetailsResponse, 'plex_ruby_sdk/models/operations/gettokendetails_response.rb'
593
649
  autoload :PostUsersSignInDataRequestBody, 'plex_ruby_sdk/models/operations/post_users_sign_in_data_requestbody.rb'
650
+ autoload :PostUsersSignInDataRequest, 'plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb'
594
651
  autoload :PostUsersSignInDataAuthenticationErrors, 'plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_errors.rb'
595
652
  autoload :PostUsersSignInDataUnauthorized, 'plex_ruby_sdk/models/operations/post_users_sign_in_data_unauthorized.rb'
596
653
  autoload :PostUsersSignInDataErrors, 'plex_ruby_sdk/models/operations/post_users_sign_in_data_errors.rb'
@@ -42,9 +42,9 @@ module PlexRubySDK
42
42
  @globals = globals.nil? ? {} : globals
43
43
  @language = 'ruby'
44
44
  @openapi_doc_version = '0.0.3'
45
- @sdk_version = '0.4.1'
46
- @gen_version = '2.421.3'
47
- @user_agent = 'speakeasy-sdk/ruby 0.4.1 2.421.3 0.0.3 plex_ruby_sdk'
45
+ @sdk_version = '0.4.2'
46
+ @gen_version = '2.422.22'
47
+ @user_agent = 'speakeasy-sdk/ruby 0.4.2 2.422.22 0.0.3 plex_ruby_sdk'
48
48
  end
49
49
 
50
50
  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.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - LukeHagar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-22 00:00:00.000000000 Z
11
+ date: 2024-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -258,37 +258,63 @@ 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
281
298
  - lib/plex_ruby_sdk/models/operations/get_library_items_media.rb
282
299
  - lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb
300
+ - lib/plex_ruby_sdk/models/operations/get_library_items_mediaguid.rb
301
+ - lib/plex_ruby_sdk/models/operations/get_library_items_meta.rb
283
302
  - lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb
303
+ - lib/plex_ruby_sdk/models/operations/get_library_items_metadatarating.rb
284
304
  - lib/plex_ruby_sdk/models/operations/get_library_items_operator.rb
305
+ - lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb
285
306
  - lib/plex_ruby_sdk/models/operations/get_library_items_part.rb
307
+ - lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_includemeta.rb
308
+ - lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb
286
309
  - lib/plex_ruby_sdk/models/operations/get_library_items_request.rb
287
310
  - lib/plex_ruby_sdk/models/operations/get_library_items_response.rb
288
311
  - lib/plex_ruby_sdk/models/operations/get_library_items_responsebody.rb
289
312
  - lib/plex_ruby_sdk/models/operations/get_library_items_role.rb
313
+ - lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb
290
314
  - lib/plex_ruby_sdk/models/operations/get_library_items_sort.rb
315
+ - lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb
291
316
  - lib/plex_ruby_sdk/models/operations/get_library_items_type.rb
317
+ - lib/plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb
292
318
  - lib/plex_ruby_sdk/models/operations/get_library_items_unauthorized.rb
293
319
  - lib/plex_ruby_sdk/models/operations/get_library_items_writer.rb
294
320
  - lib/plex_ruby_sdk/models/operations/get_media_providers_badrequest.rb
@@ -314,8 +340,43 @@ files:
314
340
  - lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_response.rb
315
341
  - lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_responsebody.rb
316
342
  - lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_role.rb
343
+ - lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_stream.rb
317
344
  - lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_unauthorized.rb
318
345
  - lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_writer.rb
346
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_activedirection.rb
347
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_defaultdirection.rb
348
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_field.rb
349
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb
350
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_filter.rb
351
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_response_type.rb
352
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_type.rb
353
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_image.rb
354
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_badrequest.rb
355
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_country.rb
356
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_director.rb
357
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_errors.rb
358
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_filter.rb
359
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_genre.rb
360
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_library_errors.rb
361
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_media.rb
362
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_mediacontainer.rb
363
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_metadata.rb
364
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_part.rb
365
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_request.rb
366
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_response.rb
367
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_responsebody.rb
368
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_role.rb
369
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_type.rb
370
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_unauthorized.rb
371
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_library_writer.rb
372
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb
373
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb
374
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_operator.rb
375
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_request.rb
376
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_response.rb
377
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_responsebody.rb
378
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_sort.rb
379
+ - lib/plex_ruby_sdk/models/operations/get_recently_added_type.rb
319
380
  - lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_badrequest.rb
320
381
  - lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_errors.rb
321
382
  - lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_library_errors.rb
@@ -327,6 +388,7 @@ files:
327
388
  - lib/plex_ruby_sdk/models/operations/get_search_library_library_errors.rb
328
389
  - lib/plex_ruby_sdk/models/operations/get_search_library_mediacontainer.rb
329
390
  - lib/plex_ruby_sdk/models/operations/get_search_library_metadata.rb
391
+ - lib/plex_ruby_sdk/models/operations/get_search_library_queryparam_type.rb
330
392
  - lib/plex_ruby_sdk/models/operations/get_search_library_request.rb
331
393
  - lib/plex_ruby_sdk/models/operations/get_search_library_response.rb
332
394
  - lib/plex_ruby_sdk/models/operations/get_search_library_responsebody.rb
@@ -501,15 +563,6 @@ files:
501
563
  - lib/plex_ruby_sdk/models/operations/getplaylists_response.rb
502
564
  - lib/plex_ruby_sdk/models/operations/getplaylists_responsebody.rb
503
565
  - 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
566
  - lib/plex_ruby_sdk/models/operations/getresizedphoto_badrequest.rb
514
567
  - lib/plex_ruby_sdk/models/operations/getresizedphoto_errors.rb
515
568
  - lib/plex_ruby_sdk/models/operations/getresizedphoto_request.rb
@@ -715,10 +768,12 @@ files:
715
768
  - lib/plex_ruby_sdk/models/operations/mediareviewsvisibility.rb
716
769
  - lib/plex_ruby_sdk/models/operations/meta.rb
717
770
  - lib/plex_ruby_sdk/models/operations/metadata.rb
771
+ - lib/plex_ruby_sdk/models/operations/metadatarating.rb
718
772
  - lib/plex_ruby_sdk/models/operations/minsize.rb
719
773
  - lib/plex_ruby_sdk/models/operations/myplex.rb
720
774
  - lib/plex_ruby_sdk/models/operations/onlytransient.rb
721
775
  - lib/plex_ruby_sdk/models/operations/operator.rb
776
+ - lib/plex_ruby_sdk/models/operations/optimizedforstreaming.rb
722
777
  - lib/plex_ruby_sdk/models/operations/part.rb
723
778
  - lib/plex_ruby_sdk/models/operations/pastsubscription.rb
724
779
  - lib/plex_ruby_sdk/models/operations/pathparam_taskname.rb
@@ -751,6 +806,7 @@ files:
751
806
  - lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_features.rb
752
807
  - lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_mailingliststatus.rb
753
808
  - lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_mediareviewsvisibility.rb
809
+ - lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb
754
810
  - lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_requestbody.rb
755
811
  - lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_response.rb
756
812
  - lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_services.rb
@@ -766,6 +822,7 @@ files:
766
822
  - lib/plex_ruby_sdk/models/operations/provider.rb
767
823
  - lib/plex_ruby_sdk/models/operations/queryparam_filter.rb
768
824
  - lib/plex_ruby_sdk/models/operations/queryparam_force.rb
825
+ - lib/plex_ruby_sdk/models/operations/queryparam_includemeta.rb
769
826
  - lib/plex_ruby_sdk/models/operations/queryparam_onlytransient.rb
770
827
  - lib/plex_ruby_sdk/models/operations/queryparam_smart.rb
771
828
  - lib/plex_ruby_sdk/models/operations/queryparam_type.rb
@@ -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