diff --git a/README.md b/README.md index ef31d01..172d328 100755 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ $sdk = SDK::builder() try { $request = new GetApisRequest(); $request->metadata = [ - 'aut' => [ - 'bypassing', + 'South' => [ + 'Southwest', ], ]; $request->op = new GetApisOp(); diff --git a/RELEASES.md b/RELEASES.md index fb96fa9..f9d2825 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -474,4 +474,14 @@ Based on: ### Generated - [php v0.29.0] . ### Releases -- [Composer v0.29.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.29.0 - . \ No newline at end of file +- [Composer v0.29.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.29.0 - . + +## 2023-10-07 00:11:19 +### Changes +Based on: +- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml +- Speakeasy CLI 1.96.1 (2.150.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [php v0.30.0] . +### Releases +- [Composer v0.30.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.30.0 - . \ No newline at end of file diff --git a/USAGE.md b/USAGE.md index 99062be..9d35b19 100755 --- a/USAGE.md +++ b/USAGE.md @@ -18,8 +18,8 @@ $sdk = SDK::builder() try { $request = new GetApisRequest(); $request->metadata = [ - 'aut' => [ - 'bypassing', + 'South' => [ + 'Southwest', ], ]; $request->op = new GetApisOp(); diff --git a/docs/sdks/apis/README.md b/docs/sdks/apis/README.md index f87ed5c..a3ac1fc 100755 --- a/docs/sdks/apis/README.md +++ b/docs/sdks/apis/README.md @@ -178,8 +178,8 @@ try { $request = new GetAllApiVersionsRequest(); $request->apiID = 'yum Rustic Berkshire'; $request->metadata = [ - 'assumenda' => [ - 'Fresh', + 'Dodge' => [ + 'Salad', ], ]; $request->op = new GetAllApiVersionsOp(); @@ -231,8 +231,8 @@ $sdk = SDK::builder() try { $request = new GetApisRequest(); $request->metadata = [ - 'aut' => [ - 'bypassing', + 'South' => [ + 'Southwest', ], ]; $request->op = new GetApisOp(); @@ -287,8 +287,8 @@ try { $request->apiInput->apiId = 'Martinique redefine Garland'; $request->apiInput->description = 'Balanced 24/7 utilisation'; $request->apiInput->metaData = [ - 'deleniti' => [ - 'male', + 'pixel' => [ + 'Buckinghamshire', ], ]; $request->apiInput->versionId = 'Forward'; diff --git a/gen.yaml b/gen.yaml index 92ccab1..e9e81f2 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,22 +2,22 @@ configVersion: 1.0.0 management: docChecksum: 8c4f3932e054e1b349a9a34f12cf7e8c docVersion: 0.3.0 - speakeasyVersion: 1.91.3 - generationVersion: 2.139.1 + speakeasyVersion: 1.96.1 + generationVersion: 2.150.0 generation: sdkClassName: SDK singleTagPerOp: false telemetryEnabled: true features: php: - core: 2.87.0 + core: 2.88.2 examples: 2.81.2 globalSecurity: 2.81.1 globalServerURLs: 2.82.0 inputOutputModels: 2.81.1 serverIDs: 2.81.1 php: - version: 0.29.0 + version: 0.30.0 maxMethodParams: 0 namespace: Speakeasy\SpeakeasyClientSDK packageName: speakeasy-api/speakeasy-client-sdk-php diff --git a/src/SDKConfiguration.php b/src/SDKConfiguration.php index 9e74b97..60857b5 100755 --- a/src/SDKConfiguration.php +++ b/src/SDKConfiguration.php @@ -17,9 +17,9 @@ class SDKConfiguration public string $server = ''; public string $language = 'php'; public string $openapiDocVersion = '0.3.0'; - public string $sdkVersion = '0.29.0'; - public string $genVersion = '2.139.1'; - public string $userAgent = 'speakeasy-sdk/php 0.29.0 2.139.1 0.3.0 speakeasy-api/speakeasy-client-sdk-php'; + public string $sdkVersion = '0.30.0'; + public string $genVersion = '2.150.0'; + public string $userAgent = 'speakeasy-sdk/php 0.30.0 2.150.0 0.3.0 speakeasy-api/speakeasy-client-sdk-php'; public function getServerUrl(): string