ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.542.3

This commit is contained in:
speakeasybot
2025-05-06 00:03:13 +00:00
parent ec4c92a1a4
commit ebef311617
10 changed files with 150 additions and 136 deletions

View File

@@ -1,12 +1,12 @@
lockVersion: 2.0.0 lockVersion: 2.0.0
id: 3eeea668-4ef4-464e-a888-bdfa023bedf5 id: 3eeea668-4ef4-464e-a888-bdfa023bedf5
management: management:
docChecksum: d79f1dea291e60a9e3b3fc2de2e0da83 docChecksum: 48621865085324b8b8eda5901f092a37
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.542.0 speakeasyVersion: 1.542.3
generationVersion: 2.596.2 generationVersion: 2.597.9
releaseVersion: 0.27.0 releaseVersion: 0.27.1
configChecksum: e560658ad48bca4276f91cca5943ed0e configChecksum: 8c8c5814ace17a3e1bb15129c44e27eb
repoURL: https://github.com/LukeHagar/plexpy.git repoURL: https://github.com/LukeHagar/plexpy.git
repoSubDirectory: . repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexpy.git installationURL: https://github.com/LukeHagar/plexpy.git
@@ -15,7 +15,7 @@ features:
python: python:
additionalDependencies: 1.0.0 additionalDependencies: 1.0.0
constsAndDefaults: 1.0.5 constsAndDefaults: 1.0.5
core: 5.17.0 core: 5.17.1
defaultEnabledRetries: 0.2.0 defaultEnabledRetries: 0.2.0
deprecations: 3.0.2 deprecations: 3.0.2
downloadStreams: 1.0.1 downloadStreams: 1.0.1

View File

@@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false oAuth2PasswordEnabled: false
python: python:
version: 0.27.0 version: 0.27.1
additionalDependencies: additionalDependencies:
dev: {} dev: {}
main: {} main: {}

View File

@@ -1,4 +1,4 @@
speakeasyVersion: 1.542.0 speakeasyVersion: 1.542.3
sources: sources:
my-source: my-source:
sourceNamespace: my-source sourceNamespace: my-source
@@ -8,19 +8,19 @@ sources:
- latest - latest
plexapi: plexapi:
sourceNamespace: plexapi sourceNamespace: plexapi
sourceRevisionDigest: sha256:31ab7b2e65ccf1e0349bcd8b35791d1ce80091313481874749163fc0c80fd8ed sourceRevisionDigest: sha256:37adc934a79841fb00cfe6ed569f5b1c88534b20202ecbde64b4e84828cee22a
sourceBlobDigest: sha256:d971fff9723c626fe70403a2a83d813c396a20b06ccd6b899263762038cfdbb0 sourceBlobDigest: sha256:ffb5b8d288111a763e4d035c8c9e37f5c89690d146b7297493b43a71d8298e6c
tags: tags:
- latest - latest
- speakeasy-sdk-regen-1746144091 - speakeasy-sdk-regen-1746489712
targets: targets:
plexpy: plexpy:
source: plexapi source: plexapi
sourceNamespace: plexapi sourceNamespace: plexapi
sourceRevisionDigest: sha256:31ab7b2e65ccf1e0349bcd8b35791d1ce80091313481874749163fc0c80fd8ed sourceRevisionDigest: sha256:37adc934a79841fb00cfe6ed569f5b1c88534b20202ecbde64b4e84828cee22a
sourceBlobDigest: sha256:d971fff9723c626fe70403a2a83d813c396a20b06ccd6b899263762038cfdbb0 sourceBlobDigest: sha256:ffb5b8d288111a763e4d035c8c9e37f5c89690d146b7297493b43a71d8298e6c
codeSamplesNamespace: code-samples-python-plexpy codeSamplesNamespace: code-samples-python-plexpy
codeSamplesRevisionDigest: sha256:647c4ac7b5139ce5ac47fd90eb5845242a98f693627233caed79fa992350c80a codeSamplesRevisionDigest: sha256:d44dccf82c6d957716f9fa25e845ee03044aed2df7e25e9921038315f99853f5
workflow: workflow:
workflowVersion: 1.0.0 workflowVersion: 1.0.0
speakeasyVersion: latest speakeasyVersion: latest

View File

@@ -1029,3 +1029,13 @@ Based on:
- [python v0.27.0] . - [python v0.27.0] .
### Releases ### Releases
- [PyPI v0.27.0] https://pypi.org/project/plex-api-client/0.27.0 - . - [PyPI v0.27.0] https://pypi.org/project/plex-api-client/0.27.0 - .
## 2025-05-06 00:01:36
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.542.3 (2.597.9) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.27.1] .
### Releases
- [PyPI v0.27.1] https://pypi.org/project/plex-api-client/0.27.1 - .

View File

@@ -9,7 +9,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -28,7 +28,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -47,7 +47,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -66,7 +66,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -85,8 +85,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -116,7 +116,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -135,7 +135,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -154,7 +154,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -173,7 +173,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -192,7 +192,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -211,7 +211,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -230,8 +230,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -250,8 +250,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -270,7 +270,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -289,7 +289,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -308,7 +308,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -327,7 +327,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -346,7 +346,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI() as plex_api: with PlexAPI() as plex_api:
@@ -363,7 +363,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -382,7 +382,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -401,8 +401,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -425,7 +425,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -444,7 +444,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -463,7 +463,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -482,7 +482,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI() as plex_api: with PlexAPI() as plex_api:
@@ -499,8 +499,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -519,7 +519,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -538,7 +538,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -572,7 +572,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -591,7 +591,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -610,7 +610,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -636,7 +636,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -655,7 +655,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -674,7 +674,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -693,7 +693,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -719,8 +719,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -757,8 +757,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -783,7 +783,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -802,8 +802,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -825,7 +825,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -844,7 +844,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -863,8 +863,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -883,8 +883,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -906,8 +906,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -926,8 +926,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -946,8 +946,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -966,8 +966,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -986,8 +986,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -1010,8 +1010,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -1030,7 +1030,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1051,7 +1051,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1070,7 +1070,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1089,7 +1089,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1108,8 +1108,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -1136,7 +1136,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI() as plex_api: with PlexAPI() as plex_api:
@@ -1159,7 +1159,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI() as plex_api: with PlexAPI() as plex_api:
@@ -1183,7 +1183,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1202,8 +1202,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -1227,8 +1227,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -1247,7 +1247,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1266,7 +1266,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1285,7 +1285,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1304,7 +1304,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1323,8 +1323,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -1343,7 +1343,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1362,7 +1362,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1381,7 +1381,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1400,7 +1400,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1419,8 +1419,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -1439,7 +1439,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1458,7 +1458,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1477,7 +1477,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1496,7 +1496,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1515,7 +1515,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1534,7 +1534,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1553,7 +1553,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1572,7 +1572,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1591,8 +1591,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -1611,8 +1611,8 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
from .models import operations from plex_api_client.models import operations
with PlexAPI( with PlexAPI(
@@ -1631,7 +1631,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1650,7 +1650,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(
@@ -1669,7 +1669,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI() as plex_api: with PlexAPI() as plex_api:
@@ -1700,7 +1700,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI() as plex_api: with PlexAPI() as plex_api:
@@ -1728,7 +1728,7 @@ actions:
- lang: python - lang: python
label: PlexPy label: PlexPy
source: |- source: |-
from import PlexAPI from plex_api_client import PlexAPI
with PlexAPI( with PlexAPI(

View File

@@ -24,5 +24,5 @@
| `content` | *bool* | :heavy_check_mark: | UNKNOWN | true | | `content` | *bool* | :heavy_check_mark: | UNKNOWN | true |
| `directory` | *bool* | :heavy_check_mark: | UNKNOWN | true | | `directory` | *bool* | :heavy_check_mark: | UNKNOWN | true |
| `content_changed_at` | *int* | :heavy_check_mark: | Timestamp (in seconds) representing the last time the content was modified.<br/>NOTE: Some Plex server have some absurd values for this field, like 8457612157633039800 so it should be int64<br/> | 9173960 | | `content_changed_at` | *int* | :heavy_check_mark: | Timestamp (in seconds) representing the last time the content was modified.<br/>NOTE: Some Plex server have some absurd values for this field, like 8457612157633039800 so it should be int64<br/> | 9173960 |
| `hidden` | [Optional[operations.Hidden]](../../models/operations/hidden.md) | :heavy_minus_sign: | N/A | 1 | | `hidden` | [Optional[operations.Hidden]](../../models/operations/hidden.md) | :heavy_minus_sign: | The Plex library visibility setting | 1 |
| `location` | List[[operations.GetAllLibrariesLocation](../../models/operations/getalllibrarieslocation.md)] | :heavy_check_mark: | N/A | | | `location` | List[[operations.GetAllLibrariesLocation](../../models/operations/getalllibrarieslocation.md)] | :heavy_check_mark: | N/A | |

View File

@@ -1,11 +1,12 @@
# Hidden # Hidden
UNKNOWN The Plex library visibility setting
## Values ## Values
| Name | Value | | Name | Value |
| --------- | --------- | | --------------------------------------- | --------------------------------------- |
| `DISABLE` | 0 | | `VISIBLE` | 0 |
| `ENABLE` | 1 | | `EXCLUDE_HOME_SCREEN` | 1 |
| `EXCLUDE_HOME_SCREEN_AND_GLOBAL_SEARCH` | 2 |

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "plex-api-client" name = "plex-api-client"
version = "0.27.0" version = "0.27.1"
description = "Python Client SDK Generated by Speakeasy" description = "Python Client SDK Generated by Speakeasy"
authors = [{ name = "Speakeasy" },] authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md" readme = "README-PYPI.md"

View File

@@ -3,10 +3,10 @@
import importlib.metadata import importlib.metadata
__title__: str = "plex-api-client" __title__: str = "plex-api-client"
__version__: str = "0.27.0" __version__: str = "0.27.1"
__openapi_doc_version__: str = "0.0.3" __openapi_doc_version__: str = "0.0.3"
__gen_version__: str = "2.596.2" __gen_version__: str = "2.597.9"
__user_agent__: str = "speakeasy-sdk/python 0.27.0 2.596.2 0.0.3 plex-api-client" __user_agent__: str = "speakeasy-sdk/python 0.27.1 2.597.9 0.0.3 plex-api-client"
try: try:
if __package__ is not None: if __package__ is not None:

View File

@@ -24,10 +24,11 @@ class GetAllLibrariesType(str, Enum, metaclass=utils.OpenEnumMeta):
class Hidden(int, Enum): class Hidden(int, Enum):
r"""UNKNOWN""" r"""The Plex library visibility setting"""
DISABLE = 0 VISIBLE = 0
ENABLE = 1 EXCLUDE_HOME_SCREEN = 1
EXCLUDE_HOME_SCREEN_AND_GLOBAL_SEARCH = 2
class GetAllLibrariesLocationTypedDict(TypedDict): class GetAllLibrariesLocationTypedDict(TypedDict):
@@ -87,6 +88,7 @@ class GetAllLibrariesDirectoryTypedDict(TypedDict):
location: List[GetAllLibrariesLocationTypedDict] location: List[GetAllLibrariesLocationTypedDict]
created_at: NotRequired[int] created_at: NotRequired[int]
hidden: NotRequired[Hidden] hidden: NotRequired[Hidden]
r"""The Plex library visibility setting"""
class GetAllLibrariesDirectory(BaseModel): class GetAllLibrariesDirectory(BaseModel):
@@ -150,7 +152,8 @@ class GetAllLibrariesDirectory(BaseModel):
created_at: Annotated[Optional[int], pydantic.Field(alias="createdAt")] = None created_at: Annotated[Optional[int], pydantic.Field(alias="createdAt")] = None
hidden: Optional[Hidden] = Hidden.DISABLE hidden: Optional[Hidden] = Hidden.VISIBLE
r"""The Plex library visibility setting"""
class GetAllLibrariesMediaContainerTypedDict(TypedDict): class GetAllLibrariesMediaContainerTypedDict(TypedDict):