ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.438.3

This commit is contained in:
speakeasybot
2024-11-14 00:10:59 +00:00
parent a4f0e500fb
commit 3204dbc84e
8 changed files with 33 additions and 20 deletions

View File

@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 01a51eb2-5d90-4a24-b154-68e491d02c36
management:
docChecksum: af45c1ae70f7fc6589adb3f8075cb275
docChecksum: 2554ade61ed4d42b8e095168765d7dc0
docVersion: 0.0.3
speakeasyVersion: 1.438.1
generationVersion: 2.457.2
releaseVersion: 0.11.0
configChecksum: d1b38b109356712a347823b2aeb2d042
speakeasyVersion: 1.438.3
generationVersion: 2.457.9
releaseVersion: 0.11.1
configChecksum: 5bcbf0a3a539ef43a496b7ac1835018e
repoURL: https://github.com/LukeHagar/plexphp.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexphp
@@ -14,7 +14,7 @@ management:
features:
php:
constsAndDefaults: 0.2.0
core: 3.7.1
core: 3.7.2
deprecations: 2.81.1
enums: 2.81.1
errors: 0.3.0
@@ -2681,6 +2681,7 @@ examples:
parameters:
query:
Timespan: 4
timespan: 4
responses:
"200":
application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsMedia": []}}
@@ -2693,6 +2694,7 @@ examples:
parameters:
query:
Timespan: 4
timespan: 4
responses:
"200":
application/json: {"MediaContainer": {"size": 5497, "StatisticsResources": []}}
@@ -2705,6 +2707,7 @@ examples:
parameters:
query:
Timespan: 4
timespan: 4
responses:
"200":
application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsBandwidth": []}}

View File

@@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
php:
version: 0.11.0
version: 0.11.1
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKException
flattenGlobalSecurity: true

View File

@@ -1,4 +1,4 @@
speakeasyVersion: 1.438.1
speakeasyVersion: 1.438.3
sources:
my-source:
sourceNamespace: my-source
@@ -9,8 +9,8 @@ sources:
- main
plexapi:
sourceNamespace: plexapi
sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345
sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f
sourceRevisionDigest: sha256:37c6bfb15f4154eb89b112465107f20757411f22bd1cc7d0a04335df7127fcb4
sourceBlobDigest: sha256:290473ebc909cada80ff428c685b897f4621cf121397e1417355e06d334e7206
tags:
- latest
- main
@@ -18,10 +18,10 @@ targets:
plexphp:
source: plexapi
sourceNamespace: plexapi
sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345
sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f
sourceRevisionDigest: sha256:37c6bfb15f4154eb89b112465107f20757411f22bd1cc7d0a04335df7127fcb4
sourceBlobDigest: sha256:290473ebc909cada80ff428c685b897f4621cf121397e1417355e06d334e7206
codeSamplesNamespace: code-samples-php-plexphp
codeSamplesRevisionDigest: sha256:8ff55f12261344346ca24ed390a654538414e7762f7ef621cbc3e5074b189f72
codeSamplesRevisionDigest: sha256:ec39a1baa000076369129c6d77614e8a87e3e5d12991082cbd1c60a9cc9e9c59
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest

View File

@@ -702,4 +702,14 @@ Based on:
### Generated
- [php v0.11.0] .
### Releases
- [Composer v0.11.0] https://packagist.org/packages/lukehagar/plex-api#v0.11.0 - .
- [Composer v0.11.0] https://packagist.org/packages/lukehagar/plex-api#v0.11.0 - .
## 2024-11-14 00:09:43
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.438.3 (2.457.9) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.11.1] .
### Releases
- [Composer v0.11.1] https://packagist.org/packages/lukehagar/plex-api#v0.11.1 - .

View File

@@ -19,7 +19,7 @@ class GetBandwidthStatisticsRequest
*
* @var ?int $timespan
*/
#[SpeakeasyMetadata('queryParam:style=form,explode=true,name=Timespan')]
#[SpeakeasyMetadata('queryParam:style=form,explode=true,name=timespan')]
public ?int $timespan = null;
/**

View File

@@ -19,7 +19,7 @@ class GetResourcesStatisticsRequest
*
* @var ?int $timespan
*/
#[SpeakeasyMetadata('queryParam:style=form,explode=true,name=Timespan')]
#[SpeakeasyMetadata('queryParam:style=form,explode=true,name=timespan')]
public ?int $timespan = null;
/**

View File

@@ -19,7 +19,7 @@ class GetStatisticsRequest
*
* @var ?int $timespan
*/
#[SpeakeasyMetadata('queryParam:style=form,explode=true,name=Timespan')]
#[SpeakeasyMetadata('queryParam:style=form,explode=true,name=timespan')]
public ?int $timespan = null;
/**

View File

@@ -36,11 +36,11 @@ class SDKConfiguration
public string $openapiDocVersion = '0.0.3';
public string $sdkVersion = '0.11.0';
public string $sdkVersion = '0.11.1';
public string $genVersion = '2.457.2';
public string $genVersion = '2.457.9';
public string $userAgent = 'speakeasy-sdk/php 0.11.0 2.457.2 0.0.3 lukehagar/plex-api';
public string $userAgent = 'speakeasy-sdk/php 0.11.1 2.457.9 0.0.3 lukehagar/plex-api';
/** @var array<string, array<string, array<string, mixed>>> */
public ?array $globals = [
'parameters' => [],