Skip to content

Commit c102ccd

Browse files
chore: 🐝 Update SDK - Generate SDK 1.0.0-beta.20
1 parent 1d2fee0 commit c102ccd

35 files changed

+515
-442
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 16ed6937-9038-4c34-a8b6-e4732948f250
33
management:
4-
docChecksum: 23b71b6873e3cd10fe3efd3d45af41e1
4+
docChecksum: c3800b8a888fa4e6c6e677c573c8de90
55
docVersion: 1.0.0
66
speakeasyVersion: 1.556.2
77
generationVersion: 2.621.3
8-
releaseVersion: 1.0.0-beta.19
9-
configChecksum: bd360aa77ba966b20ec4cae1f8d38c60
8+
releaseVersion: 1.0.0-beta.20
9+
configChecksum: 09e57f3ee96338591358f156763cb413
1010
repoURL: https://github.com/gr4vy/gr4vy-php.git
1111
installationURL: https://github.com/gr4vy/gr4vy-php
1212
published: true
@@ -425,6 +425,7 @@ generatedFiles:
425425
- docs/sdks/paymentservicessdk/README.md
426426
- docs/sdks/payouts/README.md
427427
- docs/sdks/refundssdk/README.md
428+
- docs/sdks/reportexecutionssdk/README.md
428429
- docs/sdks/reportssdk/README.md
429430
- docs/sdks/sdk/README.md
430431
- docs/sdks/sessions/README.md
@@ -753,6 +754,7 @@ generatedFiles:
753754
- src/ReportExecutionSummary.php
754755
- src/ReportExecutionUrl.php
755756
- src/ReportExecutions.php
757+
- src/ReportExecutionsSDK.php
756758
- src/ReportSpec.php
757759
- src/ReportSummary.php
758760
- src/ReportUpdate.php

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2PasswordEnabled: false
1919
sdkHooksConfigAccess: true
2020
php:
21-
version: 1.0.0-beta.19
21+
version: 1.0.0-beta.20
2222
additionalDependencies:
2323
autoload: {}
2424
autoload-dev: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.556.2
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:0a35ec09c1fda04e29857c8fc613e2e43b2810345c14c268b58288f104f14eb7
6-
sourceBlobDigest: sha256:c0b53e03cf56d3fad6052f2385939060c0566a519808392fc5265bdf2bd39a4e
5+
sourceRevisionDigest: sha256:27e4c7b36ceddcb28551c61f0fffcc5846db35d54fe946aa3d815c341c06ea64
6+
sourceBlobDigest: sha256:0d636c48b27d36bcf41dfb8d3178df7ca3be2bd8d34f960b0800f777dd125bf3
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749145525
9+
- speakeasy-sdk-regen-1749154288
1010
- 1.0.0
1111
targets:
1212
php:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:0a35ec09c1fda04e29857c8fc613e2e43b2810345c14c268b58288f104f14eb7
16-
sourceBlobDigest: sha256:c0b53e03cf56d3fad6052f2385939060c0566a519808392fc5265bdf2bd39a4e
15+
sourceRevisionDigest: sha256:27e4c7b36ceddcb28551c61f0fffcc5846db35d54fe946aa3d815c341c06ea64
16+
sourceBlobDigest: sha256:0d636c48b27d36bcf41dfb8d3178df7ca3be2bd8d34f960b0800f777dd125bf3
1717
codeSamplesNamespace: openapi-php-code-samples
18-
codeSamplesRevisionDigest: sha256:73ad92d915b778a3cfa3674d4ae8c62c906ed9eaa4fde9b7d483fa9b8ea99cd6
18+
codeSamplesRevisionDigest: sha256:2ce3e7d322f43c04b2354cceec61ab2b908c8ef24149523bda644535d9253b89
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,10 @@ if ($response->accountUpdaterJob !== null) {
389389

390390
* [get](docs/sdks/refundssdk/README.md#get) - Get refund
391391

392+
### [reportExecutions](docs/sdks/reportexecutionssdk/README.md)
393+
394+
* [list](docs/sdks/reportexecutionssdk/README.md#list) - List executed reports
395+
392396
### [reports](docs/sdks/reportssdk/README.md)
393397

394398
* [list](docs/sdks/reportssdk/README.md#list) - List configured reports
@@ -400,7 +404,6 @@ if ($response->accountUpdaterJob !== null) {
400404

401405
* [list](docs/sdks/executions/README.md#list) - List executions for report
402406
* [url](docs/sdks/executions/README.md#url) - Create URL for executed report
403-
* [all](docs/sdks/executions/README.md#all) - List executed reports
404407
* [get](docs/sdks/executions/README.md#get) - Get executed report
405408

406409

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,14 @@ Based on:
148148
### Generated
149149
- [php v1.0.0-beta.19] .
150150
### Releases
151-
- [Composer v1.0.0-beta.19] https://packagist.org/packages/gr4vy/gr4vy-php#v1.0.0-beta.19 - .
151+
- [Composer v1.0.0-beta.19] https://packagist.org/packages/gr4vy/gr4vy-php#v1.0.0-beta.19 - .
152+
153+
## 2025-06-05 20:11:12
154+
### Changes
155+
Based on:
156+
- OpenAPI Doc
157+
- Speakeasy CLI 1.556.2 (2.621.3) https://github.com/speakeasy-api/speakeasy
158+
### Generated
159+
- [php v1.0.0-beta.20] .
160+
### Releases
161+
- [Composer v1.0.0-beta.20] https://packagist.org/packages/gr4vy/gr4vy-php#v1.0.0-beta.20 - .

docs/CreateTransactionResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
1010
| `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 |
11-
| `transaction` | [?Transaction](./Transaction.md) | :heavy_minus_sign: | Returns the transaction. |
11+
| `transaction` | [?Transaction](./Transaction.md) | :heavy_minus_sign: | Returns the created transaction. |

docs/GiftCardTokenTransactionCreate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `id` | *string* | :heavy_check_mark: | The ID for the gift card to charge. | 356d56e5-fe16-42ae-97ee-8d55d846ae2e |
9-
| `amount` | *int* | :heavy_check_mark: | The monetary amount for this transaction to charge against the gift card, in the smallest currency unit for the given currency, for example `1299` cents to create an authorization for `$12.99`. | 1299 |
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `id` | *string* | :heavy_check_mark: | The ID for the gift card to charge. | 356d56e5-fe16-42ae-97ee-8d55d846ae2e |
9+
| `amount` | *int* | :heavy_check_mark: | The monetary amount for this transaction to charge against the gift card, in the smallest currency unit (for example, cents or pence). | 1299 |

0 commit comments

Comments
 (0)