mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-07 12:47:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.488.0
This commit is contained in:
@@ -143,6 +143,7 @@ class GetRecentlyAddedFilterTypedDict(TypedDict):
|
||||
key: str
|
||||
title: str
|
||||
type: str
|
||||
advanced: NotRequired[bool]
|
||||
|
||||
|
||||
class GetRecentlyAddedFilter(BaseModel):
|
||||
@@ -156,6 +157,8 @@ class GetRecentlyAddedFilter(BaseModel):
|
||||
|
||||
type: str
|
||||
|
||||
advanced: Optional[bool] = None
|
||||
|
||||
|
||||
class GetRecentlyAddedActiveDirection(str, Enum):
|
||||
r"""The direction of the sort. Can be either `asc` or `desc`."""
|
||||
@@ -242,6 +245,7 @@ class GetRecentlyAddedTypeTypedDict(TypedDict):
|
||||
type: str
|
||||
title: str
|
||||
active: bool
|
||||
subtype: NotRequired[str]
|
||||
filter_: NotRequired[List[GetRecentlyAddedFilterTypedDict]]
|
||||
sort: NotRequired[List[GetRecentlyAddedSortTypedDict]]
|
||||
field: NotRequired[List[GetRecentlyAddedFieldTypedDict]]
|
||||
@@ -256,6 +260,8 @@ class GetRecentlyAddedType(BaseModel):
|
||||
|
||||
active: bool
|
||||
|
||||
subtype: Optional[str] = None
|
||||
|
||||
filter_: Annotated[
|
||||
Optional[List[GetRecentlyAddedFilter]], pydantic.Field(alias="Filter")
|
||||
] = None
|
||||
@@ -319,6 +325,8 @@ class GetRecentlyAddedHubsType(str, Enum):
|
||||
TV_SHOW = "show"
|
||||
SEASON = "season"
|
||||
EPISODE = "episode"
|
||||
ARTIST = "artist"
|
||||
ALBUM = "album"
|
||||
|
||||
|
||||
class FlattenSeasons(str, Enum):
|
||||
@@ -1225,7 +1233,7 @@ class GetRecentlyAddedMetadata(BaseModel):
|
||||
|
||||
|
||||
class GetRecentlyAddedMediaContainerTypedDict(TypedDict):
|
||||
size: float
|
||||
size: int
|
||||
offset: NotRequired[int]
|
||||
total_size: NotRequired[int]
|
||||
identifier: NotRequired[str]
|
||||
@@ -1238,7 +1246,7 @@ class GetRecentlyAddedMediaContainerTypedDict(TypedDict):
|
||||
|
||||
|
||||
class GetRecentlyAddedMediaContainer(BaseModel):
|
||||
size: float
|
||||
size: int
|
||||
|
||||
offset: Optional[int] = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user