ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.438.1

This commit is contained in:
speakeasybot
2024-11-12 00:26:38 +00:00
parent 025b6c4640
commit 99af1ce0f6
825 changed files with 4124 additions and 3989 deletions

View File

@@ -19,7 +19,8 @@ public enum GetLibraryItemsQueryParamType {
Movie(1L),
TvShow(2L),
Season(3L),
Episode(4L);
Episode(4L),
Audio(8L);
@JsonValue
private final long value;

View File

@@ -19,7 +19,8 @@ public enum GetPlaylistContentsQueryParamType {
Movie(1L),
TvShow(2L),
Season(3L),
Episode(4L);
Episode(4L),
Audio(8L);
@JsonValue
private final long value;

View File

@@ -19,7 +19,8 @@ public enum GetSearchLibraryQueryParamType {
Movie(1L),
TvShow(2L),
Season(3L),
Episode(4L);
Episode(4L),
Audio(8L);
@JsonValue
private final long value;

View File

@@ -19,7 +19,8 @@ public enum GetTopWatchedContentQueryParamType {
Movie(1L),
TvShow(2L),
Season(3L),
Episode(4L);
Episode(4L),
Audio(8L);
@JsonValue
private final long value;

View File

@@ -19,7 +19,8 @@ public enum QueryParamType {
Movie(1L),
TvShow(2L),
Season(3L),
Episode(4L);
Episode(4L),
Audio(8L);
@JsonValue
private final long value;

View File

@@ -19,7 +19,8 @@ public enum Type {
Movie(1L),
TvShow(2L),
Season(3L),
Episode(4L);
Episode(4L),
Audio(8L);
@JsonValue
private final long value;