Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeasy CLI 1.123.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 28, 2023
1 parent 3cd5e98 commit 1033af7
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 21 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# speakeasy-api/speakeasy-client-sdk-php

<!-- Start SDK Installation -->
<!-- Start SDK Installation [installation] -->
## SDK Installation

### Composer

```bash
composer require "speakeasy-api/speakeasy-client-sdk-php"
```
<!-- End SDK Installation -->
<!-- End SDK Installation [installation] -->

<!-- Start SDK Example Usage [usage] -->
## SDK Example Usage
<!-- Start SDK Example Usage -->

### Example

```php
Expand Down Expand Up @@ -49,9 +50,9 @@ try {
}

```
<!-- End SDK Example Usage -->
<!-- End SDK Example Usage [usage] -->

<!-- Start SDK Available Operations -->
<!-- Start Available Resources and Operations [operations] -->
## Available Resources and Operations

### [SDK](docs/sdks/sdk/README.md)
Expand Down Expand Up @@ -112,13 +113,9 @@ try {
* [getEmbedAccessToken](docs/sdks/embeds/README.md#getembedaccesstoken) - Get an embed access token for the current workspace.
* [getValidEmbedAccessTokens](docs/sdks/embeds/README.md#getvalidembedaccesstokens) - Get all valid embed access tokens for the current workspace.
* [revokeEmbedAccessToken](docs/sdks/embeds/README.md#revokeembedaccesstoken) - Revoke an embed access EmbedToken.
<!-- End SDK Available Operations -->


<!-- End Available Resources and Operations [operations] -->

<!-- Start Dev Containers -->

<!-- End Dev Containers -->

<!-- Placeholder for Future Speakeasy SDK Sections -->

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,4 +544,14 @@ Based on:
### Generated
- [php v0.33.1] .
### Releases
- [Composer v0.33.1] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.33.1 - .
- [Composer v0.33.1] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.33.1 - .

## 2023-11-28 00:12:21
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.123.0 (2.202.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.33.2] .
### Releases
- [Composer v0.33.2] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.33.2 - .
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Start SDK Example Usage -->
<!-- Start SDK Example Usage [usage] -->
```php
<?php

Expand Down Expand Up @@ -34,4 +34,4 @@ try {
}

```
<!-- End SDK Example Usage -->
<!-- End SDK Example Usage [usage] -->
2 changes: 1 addition & 1 deletion files.gen
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ src/Models/Shared/Plugin.php
src/Models/Shared/EmbedAccessTokenResponse.php
src/Models/Shared/EmbedToken.php
src/Models/Shared/Security.php
USAGE.md
docs/Models/Operations/ValidateApiKeyResponse.md
docs/Models/Operations/DeleteApiRequest.md
docs/Models/Operations/DeleteApiResponse.md
Expand Down Expand Up @@ -215,4 +214,5 @@ docs/sdks/schemas/README.md
docs/sdks/requests/README.md
docs/sdks/plugins/README.md
docs/sdks/embeds/README.md
USAGE.md
.gitattributes
8 changes: 4 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: ba638b2ad28966c596e28321a2003686
docVersion: 0.3.0
speakeasyVersion: 1.120.3
generationVersion: 2.192.1
speakeasyVersion: 1.123.0
generationVersion: 2.202.2
generation:
comments: {}
sdkClassName: SDK
Expand All @@ -15,11 +15,11 @@ features:
core: 3.1.2
examples: 2.81.3
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
globalServerURLs: 2.82.1
inputOutputModels: 2.82.0
serverIDs: 2.81.1
php:
version: 0.33.1
version: 0.33.2
imports:
option: openapi
paths:
Expand Down
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.33.1';
public string $genVersion = '2.192.1';
public string $userAgent = 'speakeasy-sdk/php 0.33.1 2.192.1 0.3.0 speakeasy-api/speakeasy-client-sdk-php';
public string $sdkVersion = '0.33.2';
public string $genVersion = '2.202.2';
public string $userAgent = 'speakeasy-sdk/php 0.33.2 2.202.2 0.3.0 speakeasy-api/speakeasy-client-sdk-php';


public function getServerUrl(): string
Expand Down

0 comments on commit 1033af7

Please sign in to comment.