ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.323.0

This commit is contained in:
speakeasybot
2024-07-01 15:44:00 +00:00
parent c997ac8d64
commit 221e0ea9b9
6 changed files with 771 additions and 759 deletions

View File

@@ -3,10 +3,10 @@ id: 01a51eb2-5d90-4a24-b154-68e491d02c36
management:
docChecksum: e73920abd3a55e8d249592f2e3090574
docVersion: 0.0.3
speakeasyVersion: 1.314.2
generationVersion: 2.349.6
releaseVersion: 0.6.1
configChecksum: 1694452926c402dd09d1cc43ef9b906b
speakeasyVersion: 1.323.0
generationVersion: 2.356.0
releaseVersion: 0.6.2
configChecksum: 65aaac81367ae49e68e24e596795b815
repoURL: https://github.com/LukeHagar/plexphp.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexphp

View File

@@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
php:
version: 0.6.1
version: 0.6.2
flattenGlobalSecurity: true
imports:
option: openapi

View File

@@ -1,9 +1,9 @@
speakeasyVersion: 1.322.3
speakeasyVersion: 1.323.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:a3681cf0312258f245f4df931eda00ac14434e5f8d7312b696928fd3cc462038
sourceBlobDigest: sha256:1c0f34e2258d0e31cefdd830c85a9fb5823fcc8d9e952baf0c6bf129a7b633c1
sourceRevisionDigest: sha256:3ff45b002ead8da26edb32de7bfe420b28c3899c98f898b546730c90e3841614
sourceBlobDigest: sha256:27174918b80c37f841d105b5120f6beb8fed03400753018c65d312626f1de4c0
tags:
- latest
- main
@@ -11,8 +11,10 @@ targets:
plexphp:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:a3681cf0312258f245f4df931eda00ac14434e5f8d7312b696928fd3cc462038
sourceBlobDigest: sha256:1c0f34e2258d0e31cefdd830c85a9fb5823fcc8d9e952baf0c6bf129a7b633c1
sourceRevisionDigest: sha256:3ff45b002ead8da26edb32de7bfe420b28c3899c98f898b546730c90e3841614
sourceBlobDigest: sha256:27174918b80c37f841d105b5120f6beb8fed03400753018c65d312626f1de4c0
codeSamplesNamespace: code-samples-php-plexphp
codeSamplesRevisionDigest: sha256:ffafae78abf92ae1a1f47fa4c8cc68a4da89a8ff80d128e9e6a9f48e3dd75e94
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
@@ -29,3 +31,5 @@ workflow:
source: my-source
codeSamples:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/lukehagar/lukehagar/code-samples-php-plexphp

View File

@@ -567,3 +567,11 @@ Based on:
- Speakeasy CLI 1.322.3 (2.354.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.6.1] .
## 2024-07-01 15:43:12
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.323.0 (2.356.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.6.2] .

File diff suppressed because it is too large Load Diff

View File

@@ -35,11 +35,11 @@ class SDKConfiguration
public string $openapiDocVersion = '0.0.3';
public string $sdkVersion = '0.6.1';
public string $sdkVersion = '0.6.2';
public string $genVersion = '2.349.6';
public string $genVersion = '2.356.0';
public string $userAgent = 'speakeasy-sdk/php 0.6.1 2.349.6 0.0.3 lukehagar/plex-api';
public string $userAgent = 'speakeasy-sdk/php 0.6.2 2.356.0 0.0.3 lukehagar/plex-api';
/** @var array<string, array<string, array<string, mixed>>> */
public ?array $globals = [
'parameters' => [],