Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.438.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 14, 2024
1 parent a4f0e50 commit 3204dbc
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 20 deletions.
15 changes: 9 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
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
published: true
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
Expand Down Expand Up @@ -2681,6 +2681,7 @@ examples:
parameters:
query:
Timespan: 4
timespan: 4
responses:
"200":
application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsMedia": []}}
Expand All @@ -2693,6 +2694,7 @@ examples:
parameters:
query:
Timespan: 4
timespan: 4
responses:
"200":
application/json: {"MediaContainer": {"size": 5497, "StatisticsResources": []}}
Expand All @@ -2705,6 +2707,7 @@ examples:
parameters:
query:
Timespan: 4
timespan: 4
responses:
"200":
application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsBandwidth": []}}
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
php:
version: 0.11.0
version: 0.11.1
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKException
flattenGlobalSecurity: true
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.438.1
speakeasyVersion: 1.438.3
sources:
my-source:
sourceNamespace: my-source
Expand All @@ -9,19 +9,19 @@ sources:
- main
plexapi:
sourceNamespace: plexapi
sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345
sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f
sourceRevisionDigest: sha256:37c6bfb15f4154eb89b112465107f20757411f22bd1cc7d0a04335df7127fcb4
sourceBlobDigest: sha256:290473ebc909cada80ff428c685b897f4621cf121397e1417355e06d334e7206
tags:
- latest
- main
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
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - .
2 changes: 1 addition & 1 deletion src/Models/Operations/GetBandwidthStatisticsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Operations/GetResourcesStatisticsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Operations/GetStatisticsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down
6 changes: 3 additions & 3 deletions src/SDKConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [],
Expand Down

0 comments on commit 3204dbc

Please sign in to comment.