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

@@ -886,7 +886,7 @@ actions:
.build();
GetTopWatchedContentResponse res = sdk.library().getTopWatchedContent()
.type(GetTopWatchedContentQueryParamType.Show)
.type(GetTopWatchedContentQueryParamType.TvShow)
.includeGuids(1L)
.call();
@@ -1385,7 +1385,7 @@ actions:
GetSearchLibraryResponse res = sdk.library().getSearchLibrary()
.sectionKey(9518)
.type(QueryParamType.Show)
.type(QueryParamType.TvShow)
.call();
if (res.object().isPresent()) {
@@ -1428,9 +1428,9 @@ actions:
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();
@@ -2035,7 +2035,7 @@ actions:
GetPlaylistContentsResponse res = sdk.playlists().getPlaylistContents()
.playlistID(5004.46d)
.type(GetPlaylistContentsQueryParamType.Show)
.type(GetPlaylistContentsQueryParamType.TvShow)
.call();
if (res.object().isPresent()) {