Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.417.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 11, 2024
1 parent 2d1689f commit 2816ed7
Show file tree
Hide file tree
Showing 46 changed files with 681 additions and 318 deletions.
24 changes: 19 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: db1bb4da-054f-485f-8c6e-d42db3f1da90
management:
docChecksum: ff0251877ad0819b7ae028e9d209320c
docChecksum: 423cb74009b95d54915258fb6e315547
docVersion: 0.4.0 .
speakeasyVersion: 1.411.1
generationVersion: 2.436.1
releaseVersion: 0.43.0
configChecksum: 52c7d467dcacf94c77391eb6d77808e5
speakeasyVersion: 1.417.0
generationVersion: 2.438.2
releaseVersion: 0.44.0
configChecksum: 77ee1b273922ed6ef47f37dd97734858
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php
Expand All @@ -20,6 +20,7 @@ features:
globalServerURLs: 2.82.1
globals: 2.82.2
inputOutputModels: 2.83.0
methodArguments: 0.1.0
nameOverrides: 2.81.2
nullables: 1.0.0
responseFormat: 0.1.0
Expand Down Expand Up @@ -168,6 +169,7 @@ generatedFiles:
- docs/Models/Operations/Schema.md
- docs/Models/Operations/SearchWorkspaceEventsRequest.md
- docs/Models/Operations/SearchWorkspaceEventsResponse.md
- docs/Models/Operations/SuggestItemsResponse.md
- docs/Models/Operations/SuggestOpenAPIRegistryRequest.md
- docs/Models/Operations/SuggestOpenAPIRegistryResponse.md
- docs/Models/Operations/SuggestOpenAPIRequest.md
Expand Down Expand Up @@ -245,6 +247,7 @@ generatedFiles:
- docs/Models/Shared/SchemaDiff.md
- docs/Models/Shared/Security.md
- docs/Models/Shared/ShortURL.md
- docs/Models/Shared/SuggestItemsRequestBody.md
- docs/Models/Shared/SuggestOptsOld.md
- docs/Models/Shared/SuggestRequestBody.md
- docs/Models/Shared/SuggestRequestBodySuggestionType.md
Expand Down Expand Up @@ -436,6 +439,7 @@ generatedFiles:
- src/Models/Operations/Schema.php
- src/Models/Operations/SearchWorkspaceEventsRequest.php
- src/Models/Operations/SearchWorkspaceEventsResponse.php
- src/Models/Operations/SuggestItemsResponse.php
- src/Models/Operations/SuggestOpenAPIRegistryRequest.php
- src/Models/Operations/SuggestOpenAPIRegistryResponse.php
- src/Models/Operations/SuggestOpenAPIRequest.php
Expand Down Expand Up @@ -513,6 +517,7 @@ generatedFiles:
- src/Models/Shared/SchemaDiff.php
- src/Models/Shared/Security.php
- src/Models/Shared/ShortURL.php
- src/Models/Shared/SuggestItemsRequestBody.php
- src/Models/Shared/SuggestOptsOld.php
- src/Models/Shared/SuggestRequestBody.php
- src/Models/Shared/SuggestRequestBodySuggestionType.php
Expand Down Expand Up @@ -544,6 +549,8 @@ generatedFiles:
- src/Schemas.php
- src/ShortURLs.php
- src/Suggest.php
- src/Utils/BigDecimalHandler.php
- src/Utils/BigIntHandler.php
- src/Utils/DateHandler.php
- src/Utils/DateTimeHandler.php
- src/Utils/DefaultRequest.php
Expand Down Expand Up @@ -1632,3 +1639,10 @@ examples:
application/json: []
5XX:
application/json: {"message": "<value>", "status_code": 255923}
suggestItems:
speakeasy-default-suggest-items:
requestBody:
application/json: {"items": [], "prompt": "<value>"}
responses:
2XX:
application/json: ["<value>", "<value>"]
3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
php:
version: 0.43.0
version: 0.44.0
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
Expand All @@ -26,6 +26,7 @@ php:
enabled: false
svcName: openapi
maxMethodParams: 0
methodArguments: infer-optional-args
namespace: Speakeasy\SpeakeasyClientSDK
outputModelSuffix: output
packageName: speakeasy-api/speakeasy-client-sdk-php
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.411.1
speakeasyVersion: 1.417.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:8770f92e8d87a2f551f5e95624c540cf3dbb0b854305a0097fc1c7f6cb839543
sourceBlobDigest: sha256:f5a6a776602f0d52882b31fb986311857356e9f95a49774fee822b6a1e14f4ac
sourceRevisionDigest: sha256:0d9a2154801cbe688ffc9351d0cf254379308770fbe1b8d9201528ad63c566c7
sourceBlobDigest: sha256:eac306db32b189da0c4ad06634416d17f600aa31a3a9f3defd174b47b1e5b6af
tags:
- latest
- main
targets:
php-target:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:8770f92e8d87a2f551f5e95624c540cf3dbb0b854305a0097fc1c7f6cb839543
sourceBlobDigest: sha256:f5a6a776602f0d52882b31fb986311857356e9f95a49774fee822b6a1e14f4ac
sourceRevisionDigest: sha256:0d9a2154801cbe688ffc9351d0cf254379308770fbe1b8d9201528ad63c566c7
sourceBlobDigest: sha256:eac306db32b189da0c4ad06634416d17f600aa31a3a9f3defd174b47b1e5b6af
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ if ($response->apis !== null) {
### [suggest](docs/sdks/suggest/README.md)

* [suggest](docs/sdks/suggest/README.md#suggest) - Generate suggestions for improving an OpenAPI document.
* [suggestItems](docs/sdks/suggest/README.md#suggestitems) - Generate generic suggestions for a list of items.
* [suggestOpenAPI](docs/sdks/suggest/README.md#suggestopenapi) - (DEPRECATED) Generate suggestions for improving an OpenAPI document.
* [suggestOpenAPIRegistry](docs/sdks/suggest/README.md#suggestopenapiregistry) - Generate suggestions for improving an OpenAPI document stored in the registry.

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

## 2024-10-11 00:15:36
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.417.0 (2.438.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.44.0] .
### Releases
- [Composer v0.44.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.44.0 - .
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"guzzlehttp/guzzle": "^7.0",
"speakeasy/serializer": "^3.40.0",
"brick/date-time": "^0.7.0",
"phpdocumentor/type-resolver": "^1.8"
"phpdocumentor/type-resolver": "^1.8",
"brick/math": "^0.12.1"
},
"require-dev": {
"laravel/pint": "^1.18.1",
Expand Down
11 changes: 11 additions & 0 deletions docs/Models/Operations/SuggestItemsResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SuggestItemsResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `strings` | array<*string*> | :heavy_minus_sign: | One suggestion per item. Guaranteed to be the same length as the input items. |
1 change: 1 addition & 0 deletions docs/Models/Shared/Organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ A speakeasy organization
| `slug` | *string* | :heavy_check_mark: | N/A |
| `telemetryDisabled` | *bool* | :heavy_check_mark: | N/A |
| `updatedAt` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_check_mark: | N/A |
| `internal` | *?bool* | :heavy_minus_sign: | N/A |
| `freeTrialExpiry` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | N/A |
9 changes: 9 additions & 0 deletions docs/Models/Shared/SuggestItemsRequestBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SuggestItemsRequestBody


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| `items` | array<*string*> | :heavy_check_mark: | The list of "things" to get suggestions for. One suggestion will be returned for each item in the list. |
| `prompt` | *string* | :heavy_check_mark: | The prompt to use for the suggestion. Think of this as the "preamble". |
1 change: 1 addition & 0 deletions docs/Models/Shared/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
| `id` | *string* | :heavy_check_mark: | Unique identifier for the user. |
| `updatedAt` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_check_mark: | Timestamp of the user's last update. |
| `whitelisted` | *bool* | :heavy_check_mark: | Indicates whether the user has been whitelisted. |
| `internal` | *?bool* | :heavy_minus_sign: | Indicates whether the user is internal. |
| `defaultWorkspaceId` | *?string* | :heavy_minus_sign: | Identifier of the default workspace. |
| `githubHandle` | *?string* | :heavy_minus_sign: | GitHub handle of the user. |
| `lastLoginAt` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | Timestamp of the last login. |
Expand Down
Loading

0 comments on commit 2816ed7

Please sign in to comment.