Skip to content

Commit 0be303a

Browse files
chore: 🐝 Update SDK - Generate SDK 1.0.0-beta.19
1 parent 5aa6e1b commit 0be303a

File tree

78 files changed

+5729
-14
lines changed

Some content is hidden

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

78 files changed

+5729
-14
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 332 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
@@ -17,7 +17,7 @@ generation:
1717
oAuth2ClientCredentialsEnabled: false
1818
oAuth2PasswordEnabled: false
1919
python:
20-
version: 1.0.0-beta.18
20+
version: 1.0.0-beta.19
2121
additionalDependencies:
2222
dev:
2323
freezegun: ^1.5.1

β€Ž.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:ac3b7a6febff7cb0efcc40db4bdd28ef474ee43cb3aedae03478db8230427e0a
6-
sourceBlobDigest: sha256:b7d4f0aae914b7372cce24c4f8c7a7484b0078fc23c4e0810810a878dc80251d
5+
sourceRevisionDigest: sha256:d288f65e8d843f24c0803db21020c8e62ebb195b2bc9dce26b8d2dd2e3fc5430
6+
sourceBlobDigest: sha256:5970c8e66a11b648736ad5673491a0465932176c659ac5a1bc678af66a360c84
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748952821
9+
- speakeasy-sdk-regen-1748954134
1010
- 1.0.0
1111
targets:
1212
python:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:ac3b7a6febff7cb0efcc40db4bdd28ef474ee43cb3aedae03478db8230427e0a
16-
sourceBlobDigest: sha256:b7d4f0aae914b7372cce24c4f8c7a7484b0078fc23c4e0810810a878dc80251d
15+
sourceRevisionDigest: sha256:d288f65e8d843f24c0803db21020c8e62ebb195b2bc9dce26b8d2dd2e3fc5430
16+
sourceBlobDigest: sha256:5970c8e66a11b648736ad5673491a0465932176c659ac5a1bc678af66a360c84
1717
codeSamplesNamespace: openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:93c978fdf9889f925e2e17b1ae7fa9cd9cea8a5b5c7e41833521e0ede575ad00
18+
codeSamplesRevisionDigest: sha256:b8141413f51d1161b9c1b89338d17e5a77de494260672e95a8f94b71fe6791f4
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
@@ -435,6 +435,23 @@ except ValueError as error:
435435

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

438+
### [reports](docs/sdks/reports/README.md)
439+
440+
* [list](docs/sdks/reports/README.md#list) - List configured reports
441+
* [create](docs/sdks/reports/README.md#create) - Add a report
442+
* [get](docs/sdks/reports/README.md#get) - Get a report
443+
* [put](docs/sdks/reports/README.md#put) - Update a report
444+
445+
#### [reports.executions](docs/sdks/executions/README.md)
446+
447+
* [list](docs/sdks/executions/README.md#list) - List executions for report
448+
* [url](docs/sdks/executions/README.md#url) - Create URL for executed report
449+
450+
### [reports_executions](docs/sdks/reportsexecutions/README.md)
451+
452+
* [list](docs/sdks/reportsexecutions/README.md#list) - List executed reports
453+
* [get](docs/sdks/reportsexecutions/README.md#get) - Get executed report
454+
438455
### [transactions](docs/sdks/transactions/README.md)
439456

440457
* [list](docs/sdks/transactions/README.md#list) - List transactions

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,14 @@ Based on:
168168
### Generated
169169
- [python v1.0.0-beta.18] .
170170
### Releases
171-
- [PyPI v1.0.0-beta.18] https://pypi.org/project/gr4vy/1.0.0-beta.18 - .
171+
- [PyPI v1.0.0-beta.18] https://pypi.org/project/gr4vy/1.0.0-beta.18 - .
172+
173+
## 2025-06-03 12:35:17
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.555.0 (2.618.0) https://github.com/speakeasy-api/speakeasy
178+
### Generated
179+
- [python v1.0.0-beta.19] .
180+
### Releases
181+
- [PyPI v1.0.0-beta.19] https://pypi.org/project/gr4vy/1.0.0-beta.19 - .
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# AddReportGlobals
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `merchant_account_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
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+
| `merchant_account_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
9+
| `report_create` | [models.ReportCreate](../models/reportcreate.md) | :heavy_check_mark: | N/A | |
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` | List[[models.Report](../models/report.md)] | :heavy_check_mark: | A list of items returned for this request. | |
9+
| `limit` | *Optional[int]* | :heavy_minus_sign: | The number of items for this page. | 20 |
10+
| `next_cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | The cursor pointing at the next page of items. | ZXhhbXBsZTE |
11+
| `previous_cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | The cursor pointing at the previous page of items. | Xkjss7asS |
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` | List[[models.ReportExecution](../models/reportexecution.md)] | :heavy_check_mark: | A list of items returned for this request. | |
9+
| `limit` | *Optional[int]* | :heavy_minus_sign: | The number of items for this page. | 20 |
10+
| `next_cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | The cursor pointing at the next page of items. | ZXhhbXBsZTE |
11+
| `previous_cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | The cursor pointing at the previous page of items. | Xkjss7asS |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CreateReportExecutionURLGlobals
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `merchant_account_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |

0 commit comments

Comments
Β (0)