ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.401.2

This commit is contained in:
speakeasybot
2024-09-22 00:29:24 +00:00
parent 3499fe6d12
commit beae244178
352 changed files with 5737 additions and 3646 deletions

View File

@@ -409,9 +409,9 @@ public class Application {
GetLibraryItemsRequest req = GetLibraryItemsRequest.builder()
.sectionKey(9518)
.tag(Tag.EDITION)
.type(Type.Show)
.includeGuids(IncludeGuids.Enable)
.includeMeta(IncludeMeta.Enable)
.type(Type.TvShow)
.xPlexContainerStart(0)
.xPlexContainerSize(50)
.build();
@@ -555,7 +555,7 @@ public class Application {
GetSearchLibraryResponse res = sdk.library().getSearchLibrary()
.sectionKey(9518)
.type(QueryParamType.Show)
.type(QueryParamType.TvShow)
.call();
if (res.object().isPresent()) {
@@ -736,7 +736,7 @@ public class Application {
.build();
GetTopWatchedContentResponse res = sdk.library().getTopWatchedContent()
.type(GetTopWatchedContentQueryParamType.Show)
.type(GetTopWatchedContentQueryParamType.TvShow)
.includeGuids(1L)
.call();