ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.399.2

This commit is contained in:
speakeasybot
2024-09-19 05:59:37 +00:00
parent 351d72a1de
commit 22a6122280
48 changed files with 1076 additions and 315 deletions

View File

@@ -17,7 +17,7 @@ GET_SERVER_RESOURCES_SERVERS = [
class GetServerResourcesGlobalsTypedDict(TypedDict):
x_plex_client_identifier: NotRequired[str]
client_id: NotRequired[str]
r"""The unique identifier for the client application
This is used to track the client application and its usage
(UUID, serial number, or other number unique per device)
@@ -26,7 +26,7 @@ class GetServerResourcesGlobalsTypedDict(TypedDict):
class GetServerResourcesGlobals(BaseModel):
x_plex_client_identifier: Annotated[
client_id: Annotated[
Optional[str],
pydantic.Field(alias="X-Plex-Client-Identifier"),
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
@@ -63,7 +63,7 @@ class IncludeIPv6(int, Enum):
class GetServerResourcesRequestTypedDict(TypedDict):
x_plex_client_identifier: NotRequired[str]
client_id: NotRequired[str]
r"""The unique identifier for the client application
This is used to track the client application and its usage
(UUID, serial number, or other number unique per device)
@@ -81,7 +81,7 @@ class GetServerResourcesRequestTypedDict(TypedDict):
class GetServerResourcesRequest(BaseModel):
x_plex_client_identifier: Annotated[
client_id: Annotated[
Optional[str],
pydantic.Field(alias="X-Plex-Client-Identifier"),
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),