Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.96.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 7, 2023
1 parent d3c7a6f commit 061c316
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ $sdk = SDK::builder()
try {
$request = new GetApisRequest();
$request->metadata = [
'aut' => [
'bypassing',
'South' => [
'Southwest',
],
];
$request->op = new GetApisOp();
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - .
- [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 - .
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ $sdk = SDK::builder()
try {
$request = new GetApisRequest();
$request->metadata = [
'aut' => [
'bypassing',
'South' => [
'Southwest',
],
];
$request->op = new GetApisOp();
Expand Down
12 changes: 6 additions & 6 deletions docs/sdks/apis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ try {
$request = new GetAllApiVersionsRequest();
$request->apiID = 'yum Rustic Berkshire';
$request->metadata = [
'assumenda' => [
'Fresh',
'Dodge' => [
'Salad',
],
];
$request->op = new GetAllApiVersionsOp();
Expand Down Expand Up @@ -231,8 +231,8 @@ $sdk = SDK::builder()
try {
$request = new GetApisRequest();
$request->metadata = [
'aut' => [
'bypassing',
'South' => [
'Southwest',
],
];
$request->op = new GetApisOp();
Expand Down Expand Up @@ -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';
Expand Down
8 changes: 4 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions src/SDKConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 061c316

Please sign in to comment.