plex_ruby_sdk 0.4.0 → 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 (115) 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/action.rb +27 -0
  6. data/lib/plex_ruby_sdk/models/operations/activedirection.rb +19 -0
  7. data/lib/plex_ruby_sdk/models/operations/collection.rb +24 -0
  8. data/lib/plex_ruby_sdk/models/operations/defaultdirection.rb +19 -0
  9. data/lib/plex_ruby_sdk/models/operations/feature.rb +16 -4
  10. data/lib/plex_ruby_sdk/models/operations/field.rb +7 -7
  11. data/lib/plex_ruby_sdk/models/operations/fieldtype.rb +3 -3
  12. data/lib/plex_ruby_sdk/models/operations/flattenseasons.rb +18 -0
  13. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_directory.rb +1 -1
  14. data/lib/plex_ruby_sdk/models/operations/get_library_details_field.rb +33 -0
  15. data/lib/plex_ruby_sdk/models/operations/get_library_details_fieldtype.rb +27 -0
  16. data/lib/plex_ruby_sdk/models/operations/get_library_details_mediacontainer.rb +2 -2
  17. data/lib/plex_ruby_sdk/models/operations/get_library_details_operator.rb +27 -0
  18. data/lib/plex_ruby_sdk/models/operations/get_library_details_sort.rb +39 -0
  19. data/lib/plex_ruby_sdk/models/operations/get_library_details_type.rb +3 -3
  20. data/lib/plex_ruby_sdk/models/operations/get_library_items_activedirection.rb +19 -0
  21. data/lib/plex_ruby_sdk/models/operations/get_library_items_collection.rb +24 -0
  22. data/lib/plex_ruby_sdk/models/operations/get_library_items_defaultdirection.rb +19 -0
  23. data/lib/plex_ruby_sdk/models/operations/get_library_items_flattenseasons.rb +18 -0
  24. data/lib/plex_ruby_sdk/models/operations/get_library_items_hasthumbnail.rb +18 -0
  25. data/lib/plex_ruby_sdk/models/operations/get_library_items_image.rb +30 -0
  26. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_activedirection.rb +19 -0
  27. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_defaultdirection.rb +19 -0
  28. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_field.rb +33 -0
  29. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_fieldtype.rb +27 -0
  30. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_filter.rb +36 -0
  31. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_operator.rb +27 -0
  32. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_200_type.rb +20 -0
  33. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_type.rb +42 -0
  34. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_sort.rb +47 -0
  35. data/lib/plex_ruby_sdk/models/operations/get_library_items_library_type.rb +21 -0
  36. data/lib/plex_ruby_sdk/models/operations/get_library_items_media.rb +28 -16
  37. data/lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb +27 -8
  38. data/lib/plex_ruby_sdk/models/operations/get_library_items_mediaguid.rb +26 -0
  39. data/lib/plex_ruby_sdk/models/operations/get_library_items_meta.rb +28 -0
  40. data/lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb +78 -22
  41. data/lib/plex_ruby_sdk/models/operations/get_library_items_metadatarating.rb +30 -0
  42. data/lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb +18 -0
  43. data/lib/plex_ruby_sdk/models/operations/get_library_items_part.rb +28 -9
  44. data/lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_includemeta.rb +19 -0
  45. data/lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb +26 -0
  46. data/lib/plex_ruby_sdk/models/operations/get_library_items_request.rb +10 -10
  47. data/lib/plex_ruby_sdk/models/operations/get_library_items_role.rb +18 -3
  48. data/lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb +27 -0
  49. data/lib/plex_ruby_sdk/models/operations/get_library_items_sort.rb +12 -4
  50. data/lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb +135 -0
  51. data/lib/plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb +33 -0
  52. data/lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_part.rb +2 -2
  53. data/lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_stream.rb +117 -0
  54. data/lib/plex_ruby_sdk/models/operations/get_recently_added_activedirection.rb +19 -0
  55. data/lib/plex_ruby_sdk/models/operations/get_recently_added_defaultdirection.rb +19 -0
  56. data/lib/plex_ruby_sdk/models/operations/get_recently_added_field.rb +33 -0
  57. data/lib/plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb +27 -0
  58. data/lib/plex_ruby_sdk/models/operations/get_recently_added_filter.rb +36 -0
  59. data/lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_response_type.rb +20 -0
  60. data/lib/plex_ruby_sdk/models/operations/get_recently_added_hubs_type.rb +21 -0
  61. data/lib/plex_ruby_sdk/models/operations/get_recently_added_image.rb +30 -0
  62. data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_unauthorized.rb → get_recently_added_library_badrequest.rb} +2 -2
  63. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_country.rb +24 -0
  64. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_director.rb +24 -0
  65. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_filter.rb +36 -0
  66. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_genre.rb +24 -0
  67. data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_errors.rb → get_recently_added_library_library_errors.rb} +1 -1
  68. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_media.rb +69 -0
  69. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_mediacontainer.rb +49 -0
  70. data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_metadata.rb → get_recently_added_library_metadata.rb} +8 -8
  71. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_part.rb +51 -0
  72. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_request.rb +55 -0
  73. data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_response.rb → get_recently_added_library_response.rb} +5 -5
  74. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_responsebody.rb +24 -0
  75. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_role.rb +24 -0
  76. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_type.rb +42 -0
  77. data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_badrequest.rb → get_recently_added_library_unauthorized.rb} +4 -4
  78. data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_writer.rb +24 -0
  79. data/lib/plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb +43 -0
  80. data/lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb +252 -0
  81. data/lib/plex_ruby_sdk/models/operations/get_recently_added_operator.rb +27 -0
  82. data/lib/plex_ruby_sdk/models/operations/get_recently_added_request.rb +55 -0
  83. data/lib/plex_ruby_sdk/models/operations/get_recently_added_response.rb +33 -0
  84. data/lib/plex_ruby_sdk/models/operations/{getrecentlyadded_responsebody.rb → get_recently_added_responsebody.rb} +1 -1
  85. data/lib/plex_ruby_sdk/models/operations/get_recently_added_sort.rb +47 -0
  86. data/lib/plex_ruby_sdk/models/operations/get_recently_added_type.rb +42 -0
  87. data/lib/plex_ruby_sdk/models/operations/get_search_library_queryparam_type.rb +26 -0
  88. data/lib/plex_ruby_sdk/models/operations/get_search_library_request.rb +2 -2
  89. data/lib/plex_ruby_sdk/models/operations/getpin_request.rb +8 -2
  90. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_queryparam_type.rb +1 -1
  91. data/lib/plex_ruby_sdk/models/operations/gettokendetails_userplexaccount.rb +5 -2
  92. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_queryparam_type.rb +1 -1
  93. data/lib/plex_ruby_sdk/models/operations/hasthumbnail.rb +18 -0
  94. data/lib/plex_ruby_sdk/models/operations/media.rb +26 -20
  95. data/lib/plex_ruby_sdk/models/operations/meta.rb +3 -3
  96. data/lib/plex_ruby_sdk/models/operations/metadatarating.rb +30 -0
  97. data/lib/plex_ruby_sdk/models/operations/operator.rb +3 -3
  98. data/lib/plex_ruby_sdk/models/operations/optimizedforstreaming.rb +18 -0
  99. data/lib/plex_ruby_sdk/models/operations/part.rb +25 -15
  100. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb +45 -0
  101. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userplexaccount.rb +5 -2
  102. data/lib/plex_ruby_sdk/models/operations/queryparam_includemeta.rb +19 -0
  103. data/lib/plex_ruby_sdk/models/operations/queryparam_type.rb +1 -1
  104. data/lib/plex_ruby_sdk/models/operations/role.rb +18 -3
  105. data/lib/plex_ruby_sdk/models/operations/showordering.rb +27 -0
  106. data/lib/plex_ruby_sdk/models/operations/sort.rb +19 -11
  107. data/lib/plex_ruby_sdk/models/operations/stream.rb +58 -40
  108. data/lib/plex_ruby_sdk/models/operations/type.rb +1 -1
  109. data/lib/plex_ruby_sdk/models/operations/ultrablurcolors.rb +33 -0
  110. data/lib/plex_ruby_sdk/models/operations.rb +100 -32
  111. data/lib/plex_ruby_sdk/sdkconfiguration.rb +3 -3
  112. metadata +79 -11
  113. data/lib/plex_ruby_sdk/models/operations/getrecentlyadded_mediacontainer.rb +0 -42
  114. data/lib/plex_ruby_sdk/models/operations/getrecentlyadded_request.rb +0 -33
  115. /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.0
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-21 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
@@ -152,6 +152,8 @@ files:
152
152
  - lib/plex_ruby_sdk/media.rb
153
153
  - lib/plex_ruby_sdk/models/operations.rb
154
154
  - lib/plex_ruby_sdk/models/operations/account.rb
155
+ - lib/plex_ruby_sdk/models/operations/action.rb
156
+ - lib/plex_ruby_sdk/models/operations/activedirection.rb
155
157
  - lib/plex_ruby_sdk/models/operations/activity.rb
156
158
  - lib/plex_ruby_sdk/models/operations/addplaylistcontents_badrequest.rb
157
159
  - lib/plex_ruby_sdk/models/operations/addplaylistcontents_errors.rb
@@ -190,6 +192,7 @@ files:
190
192
  - lib/plex_ruby_sdk/models/operations/clearplaylistcontents_request.rb
191
193
  - lib/plex_ruby_sdk/models/operations/clearplaylistcontents_response.rb
192
194
  - lib/plex_ruby_sdk/models/operations/clearplaylistcontents_unauthorized.rb
195
+ - lib/plex_ruby_sdk/models/operations/collection.rb
193
196
  - lib/plex_ruby_sdk/models/operations/connections.rb
194
197
  - lib/plex_ruby_sdk/models/operations/context.rb
195
198
  - lib/plex_ruby_sdk/models/operations/country.rb
@@ -203,6 +206,7 @@ files:
203
206
  - lib/plex_ruby_sdk/models/operations/createplaylist_response.rb
204
207
  - lib/plex_ruby_sdk/models/operations/createplaylist_responsebody.rb
205
208
  - lib/plex_ruby_sdk/models/operations/createplaylist_unauthorized.rb
209
+ - lib/plex_ruby_sdk/models/operations/defaultdirection.rb
206
210
  - lib/plex_ruby_sdk/models/operations/defaultsubtitleaccessibility.rb
207
211
  - lib/plex_ruby_sdk/models/operations/defaultsubtitleforced.rb
208
212
  - lib/plex_ruby_sdk/models/operations/deletelibrary_badrequest.rb
@@ -232,6 +236,7 @@ files:
232
236
  - lib/plex_ruby_sdk/models/operations/field.rb
233
237
  - lib/plex_ruby_sdk/models/operations/fieldtype.rb
234
238
  - lib/plex_ruby_sdk/models/operations/filter.rb
239
+ - lib/plex_ruby_sdk/models/operations/flattenseasons.rb
235
240
  - lib/plex_ruby_sdk/models/operations/force.rb
236
241
  - lib/plex_ruby_sdk/models/operations/friend.rb
237
242
  - lib/plex_ruby_sdk/models/operations/genre.rb
@@ -253,34 +258,63 @@ files:
253
258
  - lib/plex_ruby_sdk/models/operations/get_library_details_badrequest.rb
254
259
  - lib/plex_ruby_sdk/models/operations/get_library_details_directory.rb
255
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
256
263
  - lib/plex_ruby_sdk/models/operations/get_library_details_filter.rb
257
264
  - lib/plex_ruby_sdk/models/operations/get_library_details_library_errors.rb
258
265
  - lib/plex_ruby_sdk/models/operations/get_library_details_mediacontainer.rb
266
+ - lib/plex_ruby_sdk/models/operations/get_library_details_operator.rb
259
267
  - lib/plex_ruby_sdk/models/operations/get_library_details_request.rb
260
268
  - lib/plex_ruby_sdk/models/operations/get_library_details_response.rb
261
269
  - lib/plex_ruby_sdk/models/operations/get_library_details_responsebody.rb
270
+ - lib/plex_ruby_sdk/models/operations/get_library_details_sort.rb
262
271
  - lib/plex_ruby_sdk/models/operations/get_library_details_type.rb
263
272
  - lib/plex_ruby_sdk/models/operations/get_library_details_unauthorized.rb
273
+ - lib/plex_ruby_sdk/models/operations/get_library_items_activedirection.rb
264
274
  - lib/plex_ruby_sdk/models/operations/get_library_items_badrequest.rb
275
+ - lib/plex_ruby_sdk/models/operations/get_library_items_collection.rb
265
276
  - lib/plex_ruby_sdk/models/operations/get_library_items_country.rb
277
+ - lib/plex_ruby_sdk/models/operations/get_library_items_defaultdirection.rb
266
278
  - lib/plex_ruby_sdk/models/operations/get_library_items_director.rb
267
279
  - lib/plex_ruby_sdk/models/operations/get_library_items_errors.rb
268
280
  - lib/plex_ruby_sdk/models/operations/get_library_items_field.rb
269
281
  - lib/plex_ruby_sdk/models/operations/get_library_items_fieldtype.rb
270
282
  - lib/plex_ruby_sdk/models/operations/get_library_items_filter.rb
283
+ - lib/plex_ruby_sdk/models/operations/get_library_items_flattenseasons.rb
271
284
  - lib/plex_ruby_sdk/models/operations/get_library_items_genre.rb
285
+ - lib/plex_ruby_sdk/models/operations/get_library_items_hasthumbnail.rb
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
272
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
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
297
+ - lib/plex_ruby_sdk/models/operations/get_library_items_library_type.rb
273
298
  - lib/plex_ruby_sdk/models/operations/get_library_items_media.rb
274
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
275
302
  - lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb
303
+ - lib/plex_ruby_sdk/models/operations/get_library_items_metadatarating.rb
276
304
  - lib/plex_ruby_sdk/models/operations/get_library_items_operator.rb
305
+ - lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb
277
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
278
309
  - lib/plex_ruby_sdk/models/operations/get_library_items_request.rb
279
310
  - lib/plex_ruby_sdk/models/operations/get_library_items_response.rb
280
311
  - lib/plex_ruby_sdk/models/operations/get_library_items_responsebody.rb
281
312
  - lib/plex_ruby_sdk/models/operations/get_library_items_role.rb
313
+ - lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb
282
314
  - lib/plex_ruby_sdk/models/operations/get_library_items_sort.rb
315
+ - lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb
283
316
  - lib/plex_ruby_sdk/models/operations/get_library_items_type.rb
317
+ - lib/plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb
284
318
  - lib/plex_ruby_sdk/models/operations/get_library_items_unauthorized.rb
285
319
  - lib/plex_ruby_sdk/models/operations/get_library_items_writer.rb
286
320
  - lib/plex_ruby_sdk/models/operations/get_media_providers_badrequest.rb
@@ -306,8 +340,43 @@ files:
306
340
  - lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_response.rb
307
341
  - lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_responsebody.rb
308
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
309
344
  - lib/plex_ruby_sdk/models/operations/get_meta_data_by_rating_key_unauthorized.rb
310
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
311
380
  - lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_badrequest.rb
312
381
  - lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_errors.rb
313
382
  - lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_library_errors.rb
@@ -319,6 +388,7 @@ files:
319
388
  - lib/plex_ruby_sdk/models/operations/get_search_library_library_errors.rb
320
389
  - lib/plex_ruby_sdk/models/operations/get_search_library_mediacontainer.rb
321
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
322
392
  - lib/plex_ruby_sdk/models/operations/get_search_library_request.rb
323
393
  - lib/plex_ruby_sdk/models/operations/get_search_library_response.rb
324
394
  - lib/plex_ruby_sdk/models/operations/get_search_library_responsebody.rb
@@ -493,15 +563,6 @@ files:
493
563
  - lib/plex_ruby_sdk/models/operations/getplaylists_response.rb
494
564
  - lib/plex_ruby_sdk/models/operations/getplaylists_responsebody.rb
495
565
  - lib/plex_ruby_sdk/models/operations/getplaylists_unauthorized.rb
496
- - lib/plex_ruby_sdk/models/operations/getrecentlyadded_badrequest.rb
497
- - lib/plex_ruby_sdk/models/operations/getrecentlyadded_errors.rb
498
- - lib/plex_ruby_sdk/models/operations/getrecentlyadded_library_errors.rb
499
- - lib/plex_ruby_sdk/models/operations/getrecentlyadded_mediacontainer.rb
500
- - lib/plex_ruby_sdk/models/operations/getrecentlyadded_metadata.rb
501
- - lib/plex_ruby_sdk/models/operations/getrecentlyadded_request.rb
502
- - lib/plex_ruby_sdk/models/operations/getrecentlyadded_response.rb
503
- - lib/plex_ruby_sdk/models/operations/getrecentlyadded_responsebody.rb
504
- - lib/plex_ruby_sdk/models/operations/getrecentlyadded_unauthorized.rb
505
566
  - lib/plex_ruby_sdk/models/operations/getresizedphoto_badrequest.rb
506
567
  - lib/plex_ruby_sdk/models/operations/getresizedphoto_errors.rb
507
568
  - lib/plex_ruby_sdk/models/operations/getresizedphoto_request.rb
@@ -661,6 +722,7 @@ files:
661
722
  - lib/plex_ruby_sdk/models/operations/getuserfriends_response.rb
662
723
  - lib/plex_ruby_sdk/models/operations/getuserfriends_unauthorized.rb
663
724
  - lib/plex_ruby_sdk/models/operations/guids.rb
725
+ - lib/plex_ruby_sdk/models/operations/hasthumbnail.rb
664
726
  - lib/plex_ruby_sdk/models/operations/hub.rb
665
727
  - lib/plex_ruby_sdk/models/operations/image.rb
666
728
  - lib/plex_ruby_sdk/models/operations/includecollections.rb
@@ -706,10 +768,12 @@ files:
706
768
  - lib/plex_ruby_sdk/models/operations/mediareviewsvisibility.rb
707
769
  - lib/plex_ruby_sdk/models/operations/meta.rb
708
770
  - lib/plex_ruby_sdk/models/operations/metadata.rb
771
+ - lib/plex_ruby_sdk/models/operations/metadatarating.rb
709
772
  - lib/plex_ruby_sdk/models/operations/minsize.rb
710
773
  - lib/plex_ruby_sdk/models/operations/myplex.rb
711
774
  - lib/plex_ruby_sdk/models/operations/onlytransient.rb
712
775
  - lib/plex_ruby_sdk/models/operations/operator.rb
776
+ - lib/plex_ruby_sdk/models/operations/optimizedforstreaming.rb
713
777
  - lib/plex_ruby_sdk/models/operations/part.rb
714
778
  - lib/plex_ruby_sdk/models/operations/pastsubscription.rb
715
779
  - lib/plex_ruby_sdk/models/operations/pathparam_taskname.rb
@@ -742,6 +806,7 @@ files:
742
806
  - lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_features.rb
743
807
  - lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_mailingliststatus.rb
744
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
745
810
  - lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_requestbody.rb
746
811
  - lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_response.rb
747
812
  - lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_services.rb
@@ -757,6 +822,7 @@ files:
757
822
  - lib/plex_ruby_sdk/models/operations/provider.rb
758
823
  - lib/plex_ruby_sdk/models/operations/queryparam_filter.rb
759
824
  - lib/plex_ruby_sdk/models/operations/queryparam_force.rb
825
+ - lib/plex_ruby_sdk/models/operations/queryparam_includemeta.rb
760
826
  - lib/plex_ruby_sdk/models/operations/queryparam_onlytransient.rb
761
827
  - lib/plex_ruby_sdk/models/operations/queryparam_smart.rb
762
828
  - lib/plex_ruby_sdk/models/operations/queryparam_type.rb
@@ -771,6 +837,7 @@ files:
771
837
  - lib/plex_ruby_sdk/models/operations/setting.rb
772
838
  - lib/plex_ruby_sdk/models/operations/sharedservers.rb
773
839
  - lib/plex_ruby_sdk/models/operations/sharedsources.rb
840
+ - lib/plex_ruby_sdk/models/operations/showordering.rb
774
841
  - lib/plex_ruby_sdk/models/operations/skip.rb
775
842
  - lib/plex_ruby_sdk/models/operations/smart.rb
776
843
  - lib/plex_ruby_sdk/models/operations/sort.rb
@@ -821,6 +888,7 @@ files:
821
888
  - lib/plex_ruby_sdk/models/operations/transcodesession.rb
822
889
  - lib/plex_ruby_sdk/models/operations/trials.rb
823
890
  - lib/plex_ruby_sdk/models/operations/type.rb
891
+ - lib/plex_ruby_sdk/models/operations/ultrablurcolors.rb
824
892
  - lib/plex_ruby_sdk/models/operations/updateplaylist_badrequest.rb
825
893
  - lib/plex_ruby_sdk/models/operations/updateplaylist_errors.rb
826
894
  - lib/plex_ruby_sdk/models/operations/updateplaylist_playlists_errors.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