Skip to content

Commit ad0425f

Browse files
chore: 🐝 Update SDK - Generate SDK 1.0.0-beta.13
1 parent e250484 commit ad0425f

File tree

74 files changed

+5169
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+5169
-13
lines changed

.speakeasy/gen.lock

Lines changed: 330 additions & 3 deletions
Large diffs are not rendered by default.

.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.12
21+
version: 1.0.0-beta.13
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.555.0
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:998da938eb9ac185da28adfd825d1f6e3c88fe847e2d1d6af9ff533ea67215b4
6-
sourceBlobDigest: sha256:708e1b097346ea3052aa4e38906fdf1cb82cfacabaa16c3ddb84a0ca325eefa3
5+
sourceRevisionDigest: sha256:8af699864d9acf8cf65e06d67d4b380320e18256e0613c2dcfe7cf6c9204eb87
6+
sourceBlobDigest: sha256:133156f3fc63d884456c0f7c1f82ddcee26f7851b3f1445d446913d3a310d3ae
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748952958
9+
- speakeasy-sdk-regen-1748954131
1010
- 1.0.0
1111
targets:
1212
php:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:998da938eb9ac185da28adfd825d1f6e3c88fe847e2d1d6af9ff533ea67215b4
16-
sourceBlobDigest: sha256:708e1b097346ea3052aa4e38906fdf1cb82cfacabaa16c3ddb84a0ca325eefa3
15+
sourceRevisionDigest: sha256:8af699864d9acf8cf65e06d67d4b380320e18256e0613c2dcfe7cf6c9204eb87
16+
sourceBlobDigest: sha256:133156f3fc63d884456c0f7c1f82ddcee26f7851b3f1445d446913d3a310d3ae
1717
codeSamplesNamespace: openapi-php-code-samples
18-
codeSamplesRevisionDigest: sha256:19fc1f3323c55593864668628acfbe6280f8576f4e8c1a0a2a77a2b854643159
18+
codeSamplesRevisionDigest: sha256:084916761126945d6c12855a008e6a4aaa32481847cfbd3d6f31228bcb021fe2
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,23 @@ if ($response->accountUpdaterJob !== null) {
383383

384384
* [get](docs/sdks/refunds/README.md#get) - Get refund
385385

386+
### [reports](docs/sdks/reports/README.md)
387+
388+
* [list](docs/sdks/reports/README.md#list) - List configured reports
389+
* [create](docs/sdks/reports/README.md#create) - Add a report
390+
* [get](docs/sdks/reports/README.md#get) - Get a report
391+
* [put](docs/sdks/reports/README.md#put) - Update a report
392+
393+
#### [reports->executions](docs/sdks/executions/README.md)
394+
395+
* [list](docs/sdks/executions/README.md#list) - List executions for report
396+
* [url](docs/sdks/executions/README.md#url) - Create URL for executed report
397+
398+
### [reportsExecutions](docs/sdks/reportsexecutions/README.md)
399+
400+
* [list](docs/sdks/reportsexecutions/README.md#list) - List executed reports
401+
* [get](docs/sdks/reportsexecutions/README.md#get) - Get executed report
402+
386403

387404
### [transactions](docs/sdks/transactions/README.md)
388405

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,14 @@ Based on:
7878
### Generated
7979
- [php v1.0.0-beta.12] .
8080
### Releases
81-
- [Composer v1.0.0-beta.12] https://packagist.org/packages/gr4vy/gr4vy-php#v1.0.0-beta.12 - .
81+
- [Composer v1.0.0-beta.12] https://packagist.org/packages/gr4vy/gr4vy-php#v1.0.0-beta.12 - .
82+
83+
## 2025-06-03 12:35:15
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc
87+
- Speakeasy CLI 1.555.0 (2.618.0) https://github.com/speakeasy-api/speakeasy
88+
### Generated
89+
- [php v1.0.0-beta.13] .
90+
### Releases
91+
- [Composer v1.0.0-beta.13] https://packagist.org/packages/gr4vy/gr4vy-php#v1.0.0-beta.13 - .

docs/AddReportRequest.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AddReportRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `merchantAccountId` | *?string* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
9+
| `reportCreate` | [ReportCreate](./ReportCreate.md) | :heavy_check_mark: | N/A | |

docs/AddReportResponse.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AddReportResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
8+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `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+
| `report` | [?Report](./Report.md) | :heavy_minus_sign: | Successful Response |

docs/CollectionReport.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CollectionReport
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
8+
| `items` | array<[Report](./Report.md)> | :heavy_check_mark: | A list of items returned for this request. | |
9+
| `limit` | *?int* | :heavy_minus_sign: | The number of items for this page. | 20 |
10+
| `nextCursor` | *?string* | :heavy_minus_sign: | The cursor pointing at the next page of items. | ZXhhbXBsZTE |
11+
| `previousCursor` | *?string* | :heavy_minus_sign: | The cursor pointing at the previous page of items. | Xkjss7asS |

docs/CollectionReportExecution.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CollectionReportExecution
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
8+
| `items` | array<[ReportExecution](./ReportExecution.md)> | :heavy_check_mark: | A list of items returned for this request. | |
9+
| `limit` | *?int* | :heavy_minus_sign: | The number of items for this page. | 20 |
10+
| `nextCursor` | *?string* | :heavy_minus_sign: | The cursor pointing at the next page of items. | ZXhhbXBsZTE |
11+
| `previousCursor` | *?string* | :heavy_minus_sign: | The cursor pointing at the previous page of items. | Xkjss7asS |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CreateReportExecutionUrlRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
8+
| `reportId` | *string* | :heavy_check_mark: | The ID of the report to retrieve a URL for. | 4d4c7123-b794-4fad-b1b9-5ab2606e6bbe |
9+
| `reportExecutionId` | *string* | :heavy_check_mark: | The ID of the execution of a report to retrieve a URL for. | 003bc416-f32a-420c-8eb2-062a386e1fb0 |
10+
| `merchantAccountId` | *?string* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreateReportExecutionUrlResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
8+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `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+
| `reportExecutionUrl` | [?ReportExecutionUrl](./ReportExecutionUrl.md) | :heavy_minus_sign: | Successful Response |

docs/DetailedSettlementReportSpec.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# DetailedSettlementReportSpec
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
8+
| `model` | *?string* | :heavy_minus_sign: | The report model type. | detailed_settlement |
9+
| `params` | array<string, *mixed*> | :heavy_check_mark: | The parameters for the detailed settlement report model. | {<br/>"filters": {<br/>"ingested_at": {<br/>"end": "day_end",<br/>"start": "day_start"<br/>}<br/>}<br/>} |

docs/GetReportExecutionRequest.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GetReportExecutionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
8+
| `reportExecutionId` | *string* | :heavy_check_mark: | The ID of the execution of a report to retrieve details for. | 003bc416-f32a-420c-8eb2-062a386e1fb0 |
9+
| `merchantAccountId` | *?string* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |

0 commit comments

Comments
 (0)