mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 20:57:44 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.438.3
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
lockVersion: 2.0.0
|
||||
id: 3eeea668-4ef4-464e-a888-bdfa023bedf5
|
||||
management:
|
||||
docChecksum: af45c1ae70f7fc6589adb3f8075cb275
|
||||
docChecksum: 2554ade61ed4d42b8e095168765d7dc0
|
||||
docVersion: 0.0.3
|
||||
speakeasyVersion: 1.438.1
|
||||
generationVersion: 2.457.2
|
||||
releaseVersion: 0.19.0
|
||||
configChecksum: 1950f7d331e572c2e15ecf4fea8acd77
|
||||
speakeasyVersion: 1.438.3
|
||||
generationVersion: 2.457.9
|
||||
releaseVersion: 0.19.1
|
||||
configChecksum: 6da82312bc6f815c9d30433dc0275c10
|
||||
repoURL: https://github.com/LukeHagar/plexpy.git
|
||||
repoSubDirectory: .
|
||||
installationURL: https://github.com/LukeHagar/plexpy.git
|
||||
@@ -15,7 +15,7 @@ features:
|
||||
python:
|
||||
additionalDependencies: 1.0.0
|
||||
constsAndDefaults: 1.0.4
|
||||
core: 5.6.4
|
||||
core: 5.6.5
|
||||
defaultEnabledRetries: 0.2.0
|
||||
deprecations: 3.0.0
|
||||
downloadStreams: 1.0.1
|
||||
@@ -1914,6 +1914,7 @@ examples:
|
||||
parameters:
|
||||
query:
|
||||
Timespan: 4
|
||||
timespan: 4
|
||||
responses:
|
||||
"200":
|
||||
application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsMedia": []}}
|
||||
@@ -1926,6 +1927,7 @@ examples:
|
||||
parameters:
|
||||
query:
|
||||
Timespan: 4
|
||||
timespan: 4
|
||||
responses:
|
||||
"200":
|
||||
application/json: {"MediaContainer": {"size": 5497, "StatisticsResources": []}}
|
||||
@@ -1938,6 +1940,7 @@ examples:
|
||||
parameters:
|
||||
query:
|
||||
Timespan: 4
|
||||
timespan: 4
|
||||
responses:
|
||||
"200":
|
||||
application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsBandwidth": []}}
|
||||
|
||||
@@ -13,7 +13,7 @@ generation:
|
||||
oAuth2ClientCredentialsEnabled: true
|
||||
oAuth2PasswordEnabled: false
|
||||
python:
|
||||
version: 0.19.0
|
||||
version: 0.19.1
|
||||
additionalDependencies:
|
||||
dev: {}
|
||||
main: {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
speakeasyVersion: 1.438.1
|
||||
speakeasyVersion: 1.438.3
|
||||
sources:
|
||||
my-source:
|
||||
sourceNamespace: my-source
|
||||
@@ -8,8 +8,8 @@ sources:
|
||||
- latest
|
||||
plexapi:
|
||||
sourceNamespace: plexapi
|
||||
sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345
|
||||
sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f
|
||||
sourceRevisionDigest: sha256:37c6bfb15f4154eb89b112465107f20757411f22bd1cc7d0a04335df7127fcb4
|
||||
sourceBlobDigest: sha256:290473ebc909cada80ff428c685b897f4621cf121397e1417355e06d334e7206
|
||||
tags:
|
||||
- latest
|
||||
- main
|
||||
@@ -17,10 +17,10 @@ targets:
|
||||
plexpy:
|
||||
source: plexapi
|
||||
sourceNamespace: plexapi
|
||||
sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345
|
||||
sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f
|
||||
sourceRevisionDigest: sha256:37c6bfb15f4154eb89b112465107f20757411f22bd1cc7d0a04335df7127fcb4
|
||||
sourceBlobDigest: sha256:290473ebc909cada80ff428c685b897f4621cf121397e1417355e06d334e7206
|
||||
codeSamplesNamespace: code-samples-python-plexpy
|
||||
codeSamplesRevisionDigest: sha256:b56d050670b58aaa2649c2e0e7cf48b999dbed5a79866501c17e2e2d6576f617
|
||||
codeSamplesRevisionDigest: sha256:dc4d92eff976b4f84f5b407b04e8a1489653f8e0e8e4bd9743192583a360ca0d
|
||||
workflow:
|
||||
workflowVersion: 1.0.0
|
||||
speakeasyVersion: latest
|
||||
|
||||
10
RELEASES.md
10
RELEASES.md
@@ -859,3 +859,13 @@ Based on:
|
||||
- [python v0.19.0] .
|
||||
### Releases
|
||||
- [PyPI v0.19.0] https://pypi.org/project/plex-api-client/0.19.0 - .
|
||||
|
||||
## 2024-11-14 00:01:13
|
||||
### Changes
|
||||
Based on:
|
||||
- OpenAPI Doc
|
||||
- Speakeasy CLI 1.438.3 (2.457.9) https://github.com/speakeasy-api/speakeasy
|
||||
### Generated
|
||||
- [python v0.19.1] .
|
||||
### Releases
|
||||
- [PyPI v0.19.1] https://pypi.org/project/plex-api-client/0.19.1 - .
|
||||
4
poetry.lock
generated
4
poetry.lock
generated
@@ -308,8 +308,8 @@ files = [
|
||||
annotated-types = ">=0.6.0"
|
||||
pydantic-core = "2.23.4"
|
||||
typing-extensions = [
|
||||
{version = ">=4.12.2", markers = "python_version >= \"3.13\""},
|
||||
{version = ">=4.6.1", markers = "python_version < \"3.13\""},
|
||||
{version = ">=4.12.2", markers = "python_version >= \"3.13\""},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
@@ -432,8 +432,8 @@ files = [
|
||||
astroid = ">=3.2.2,<=3.3.0-dev0"
|
||||
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
|
||||
dill = [
|
||||
{version = ">=0.3.7", markers = "python_version >= \"3.12\""},
|
||||
{version = ">=0.2", markers = "python_version < \"3.11\""},
|
||||
{version = ">=0.3.7", markers = "python_version >= \"3.12\""},
|
||||
{version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""},
|
||||
]
|
||||
isort = ">=4.2.5,<5.13.0 || >5.13.0,<6"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "plex-api-client"
|
||||
version = "0.19.0"
|
||||
version = "0.19.1"
|
||||
description = "Python Client SDK Generated by Speakeasy"
|
||||
authors = ["Speakeasy",]
|
||||
readme = "README-PYPI.md"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import importlib.metadata
|
||||
|
||||
__title__: str = "plex-api-client"
|
||||
__version__: str = "0.19.0"
|
||||
__version__: str = "0.19.1"
|
||||
|
||||
try:
|
||||
if __package__ is not None:
|
||||
|
||||
@@ -20,7 +20,6 @@ class GetBandwidthStatisticsRequestTypedDict(TypedDict):
|
||||
class GetBandwidthStatisticsRequest(BaseModel):
|
||||
timespan: Annotated[
|
||||
Optional[int],
|
||||
pydantic.Field(alias="Timespan"),
|
||||
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
||||
] = None
|
||||
r"""The timespan to retrieve statistics for
|
||||
|
||||
@@ -20,7 +20,6 @@ class GetResourcesStatisticsRequestTypedDict(TypedDict):
|
||||
class GetResourcesStatisticsRequest(BaseModel):
|
||||
timespan: Annotated[
|
||||
Optional[int],
|
||||
pydantic.Field(alias="Timespan"),
|
||||
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
||||
] = None
|
||||
r"""The timespan to retrieve statistics for
|
||||
|
||||
@@ -20,7 +20,6 @@ class GetStatisticsRequestTypedDict(TypedDict):
|
||||
class GetStatisticsRequest(BaseModel):
|
||||
timespan: Annotated[
|
||||
Optional[int],
|
||||
pydantic.Field(alias="Timespan"),
|
||||
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
||||
] = None
|
||||
r"""The timespan to retrieve statistics for
|
||||
|
||||
@@ -39,9 +39,9 @@ class SDKConfiguration:
|
||||
server_defaults: List[Dict[str, str]] = field(default_factory=List)
|
||||
language: str = "python"
|
||||
openapi_doc_version: str = "0.0.3"
|
||||
sdk_version: str = "0.19.0"
|
||||
gen_version: str = "2.457.2"
|
||||
user_agent: str = "speakeasy-sdk/python 0.19.0 2.457.2 0.0.3 plex-api-client"
|
||||
sdk_version: str = "0.19.1"
|
||||
gen_version: str = "2.457.9"
|
||||
user_agent: str = "speakeasy-sdk/python 0.19.1 2.457.9 0.0.3 plex-api-client"
|
||||
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
|
||||
timeout_ms: Optional[int] = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user