ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.459.2

This commit is contained in:
speakeasybot
2024-12-23 00:11:31 +00:00
parent 2321f0edaf
commit 24ee36b8f7
7 changed files with 75 additions and 53 deletions

View File

@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 01a51eb2-5d90-4a24-b154-68e491d02c36
management:
docChecksum: 48a69156b6fa2af10cd43e971790441b
docChecksum: 1aad3e9216e8a6eb638f23d09b6c235a
docVersion: 0.0.3
speakeasyVersion: 1.459.2
generationVersion: 2.483.1
releaseVersion: 0.12.0
configChecksum: d7103804a0c3e64fde7baea5b9a89318
releaseVersion: 0.12.1
configChecksum: 205fa2f91b11d6ca7fd386fcf03d73bc
repoURL: https://github.com/LukeHagar/plexphp.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexphp

View File

@@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
php:
version: 0.12.0
version: 0.12.1
additionalDependencies:
autoload: {}
autoload-dev: {}

View File

@@ -9,19 +9,19 @@ sources:
- main
plexapi:
sourceNamespace: plexapi
sourceRevisionDigest: sha256:ccba0c42f1644923e2209e28da7a78195a843e48da1aeaaedbf8759f1a8a0fe0
sourceBlobDigest: sha256:b362c110ef633288220a55ab50627374b996c64f2d9b8e020944e84ea2840332
sourceRevisionDigest: sha256:28e2213b78ff9c789846a4a0b7ab9fb219079a1699d44b22d28474efc4f48eac
sourceBlobDigest: sha256:fa76c39de0ff801844dd56a76c26ab6ca88695fc9b42bb9ff9a8aab5b2b21277
tags:
- latest
- speakeasy-sdk-regen-1734739773
- speakeasy-sdk-regen-1734912607
targets:
plexphp:
source: plexapi
sourceNamespace: plexapi
sourceRevisionDigest: sha256:ccba0c42f1644923e2209e28da7a78195a843e48da1aeaaedbf8759f1a8a0fe0
sourceBlobDigest: sha256:b362c110ef633288220a55ab50627374b996c64f2d9b8e020944e84ea2840332
sourceRevisionDigest: sha256:28e2213b78ff9c789846a4a0b7ab9fb219079a1699d44b22d28474efc4f48eac
sourceBlobDigest: sha256:fa76c39de0ff801844dd56a76c26ab6ca88695fc9b42bb9ff9a8aab5b2b21277
codeSamplesNamespace: code-samples-php-plexphp
codeSamplesRevisionDigest: sha256:8bb8bad6945558485d64a156003735f5f0ed2a978ff2565fc7fda7876790c5cb
codeSamplesRevisionDigest: sha256:d66544dc09355764bc85a26226e281fd0c456ce018966e737b99de0e9409e653
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest

View File

@@ -723,3 +723,13 @@ Based on:
- [php v0.12.0] .
### Releases
- [Composer v0.12.0] https://packagist.org/packages/lukehagar/plex-api#v0.12.0 - .
## 2024-12-23 00:10:04
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.459.2 (2.483.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.12.1] .
### Releases
- [Composer v0.12.1] https://packagist.org/packages/lukehagar/plex-api#v0.12.1 - .

View File

@@ -4,7 +4,7 @@
## Fields
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| `addedAt` | *?int* | :heavy_minus_sign: | N/A | 1705543312 |
| `art` | *?string* | :heavy_minus_sign: | N/A | /library/metadata/39904/art/1705310687 |
| `duration` | *?int* | :heavy_minus_sign: | N/A | 186240 |
@@ -21,6 +21,7 @@
| `librarySectionKey` | *?string* | :heavy_minus_sign: | N/A | /library/sections/3 |
| `librarySectionTitle` | *?string* | :heavy_minus_sign: | N/A | Music |
| `musicAnalysisVersion` | *?string* | :heavy_minus_sign: | N/A | 1 |
| `originalTitle` | *?string* | :heavy_minus_sign: | The original untranslated name of the media item when non-english, or the track artist if an audio Item has an album artist | The American Dream Is Killing Me |
| `parentGuid` | *?string* | :heavy_minus_sign: | N/A | plex://album/65394d6d472b8ab03ef47f12 |
| `parentIndex` | *?int* | :heavy_minus_sign: | N/A | 1 |
| `parentKey` | *?string* | :heavy_minus_sign: | N/A | /library/metadata/67084 |

View File

@@ -139,6 +139,15 @@ class GetSessionsMetadata
#[\Speakeasy\Serializer\Annotation\SkipWhenNull]
public ?string $musicAnalysisVersion = null;
/**
* The original untranslated name of the media item when non-english, or the track artist if an audio Item has an album artist
*
* @var ?string $originalTitle
*/
#[\Speakeasy\Serializer\Annotation\SerializedName('originalTitle')]
#[\Speakeasy\Serializer\Annotation\SkipWhenNull]
public ?string $originalTitle = null;
/**
*
* @var ?string $parentGuid
@@ -329,6 +338,7 @@ class GetSessionsMetadata
* @param ?string $librarySectionKey
* @param ?string $librarySectionTitle
* @param ?string $musicAnalysisVersion
* @param ?string $originalTitle
* @param ?string $parentGuid
* @param ?int $parentIndex
* @param ?string $parentKey
@@ -351,7 +361,7 @@ class GetSessionsMetadata
* @param ?Player $player
* @param ?Session $session
*/
public function __construct(?int $addedAt = null, ?string $art = null, ?int $duration = null, ?string $grandparentArt = null, ?string $grandparentGuid = null, ?string $grandparentKey = null, ?string $grandparentRatingKey = null, ?string $grandparentThumb = null, ?string $grandparentTitle = null, ?string $guid = null, ?int $index = null, ?string $key = null, ?string $librarySectionID = null, ?string $librarySectionKey = null, ?string $librarySectionTitle = null, ?string $musicAnalysisVersion = null, ?string $parentGuid = null, ?int $parentIndex = null, ?string $parentKey = null, ?string $parentRatingKey = null, ?string $parentStudio = null, ?string $parentThumb = null, ?string $parentTitle = null, ?int $parentYear = null, ?int $ratingCount = null, ?string $ratingKey = null, ?string $sessionKey = null, ?string $thumb = null, ?string $title = null, ?string $titleSort = null, ?string $type = null, ?int $updatedAt = null, ?int $viewOffset = null, ?array $media = null, ?GetSessionsUser $user = null, ?Player $player = null, ?Session $session = null)
public function __construct(?int $addedAt = null, ?string $art = null, ?int $duration = null, ?string $grandparentArt = null, ?string $grandparentGuid = null, ?string $grandparentKey = null, ?string $grandparentRatingKey = null, ?string $grandparentThumb = null, ?string $grandparentTitle = null, ?string $guid = null, ?int $index = null, ?string $key = null, ?string $librarySectionID = null, ?string $librarySectionKey = null, ?string $librarySectionTitle = null, ?string $musicAnalysisVersion = null, ?string $originalTitle = null, ?string $parentGuid = null, ?int $parentIndex = null, ?string $parentKey = null, ?string $parentRatingKey = null, ?string $parentStudio = null, ?string $parentThumb = null, ?string $parentTitle = null, ?int $parentYear = null, ?int $ratingCount = null, ?string $ratingKey = null, ?string $sessionKey = null, ?string $thumb = null, ?string $title = null, ?string $titleSort = null, ?string $type = null, ?int $updatedAt = null, ?int $viewOffset = null, ?array $media = null, ?GetSessionsUser $user = null, ?Player $player = null, ?Session $session = null)
{
$this->addedAt = $addedAt;
$this->art = $art;
@@ -369,6 +379,7 @@ class GetSessionsMetadata
$this->librarySectionKey = $librarySectionKey;
$this->librarySectionTitle = $librarySectionTitle;
$this->musicAnalysisVersion = $musicAnalysisVersion;
$this->originalTitle = $originalTitle;
$this->parentGuid = $parentGuid;
$this->parentIndex = $parentIndex;
$this->parentKey = $parentKey;

View File

@@ -35,11 +35,11 @@ class SDKConfiguration
public string $openapiDocVersion = '0.0.3';
public string $sdkVersion = '0.12.0';
public string $sdkVersion = '0.12.1';
public string $genVersion = '2.483.1';
public string $userAgent = 'speakeasy-sdk/php 0.12.0 2.483.1 0.0.3 lukehagar/plex-api';
public string $userAgent = 'speakeasy-sdk/php 0.12.1 2.483.1 0.0.3 lukehagar/plex-api';
public ?RetryConfig $retryConfig = null;