Skip to content

Commit 923749e

Browse files
chore: 🐝 Update SDK - Generate SDK 1.0.0-beta.17
1 parent 9dd5429 commit 923749e

File tree

217 files changed

+1699
-174
lines changed

Some content is hidden

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

217 files changed

+1699
-174
lines changed

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

Lines changed: 114 additions & 8 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.16
20+
version: 1.0.0-beta.17
2121
additionalDependencies:
2222
dev:
2323
freezegun: ^1.5.1

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.554.1
1+
speakeasyVersion: 1.555.0
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:7c39aff2737e7abd49dbd66f9629f87492127fe9ca87d927b2d29ad637f19e3e
6-
sourceBlobDigest: sha256:7c399218ab84c0a7234b9d45071396ddef0afcd1da532efe6b315cf9b7b6c673
5+
sourceRevisionDigest: sha256:78a711010df1a5516f96e7b481bcea62c780b5e226e8083216106a358eb39ab1
6+
sourceBlobDigest: sha256:1711081b4b7e297f97a5fa176b71c1cb57962fd90dd32f6457fc41bc3513ea6b
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748613304
9+
- speakeasy-sdk-regen-1748947395
1010
- 1.0.0
1111
targets:
1212
python:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:7c39aff2737e7abd49dbd66f9629f87492127fe9ca87d927b2d29ad637f19e3e
16-
sourceBlobDigest: sha256:7c399218ab84c0a7234b9d45071396ddef0afcd1da532efe6b315cf9b7b6c673
15+
sourceRevisionDigest: sha256:78a711010df1a5516f96e7b481bcea62c780b5e226e8083216106a358eb39ab1
16+
sourceBlobDigest: sha256:1711081b4b7e297f97a5fa176b71c1cb57962fd90dd32f6457fc41bc3513ea6b
1717
codeSamplesNamespace: openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:e438f91ff21c6ac433c83f46a045f58448a5020965aa6f50bb4296bc5d2a507a
18+
codeSamplesRevisionDigest: sha256:7dbbd111e177d83245c1043c63b06a560fbfe17c2e60c8cbd85257f9d9f1ff39
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€Ž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
- [python v1.0.0-beta.16] .
150150
### Releases
151-
- [PyPI v1.0.0-beta.16] https://pypi.org/project/gr4vy/1.0.0-beta.16 - .
151+
- [PyPI v1.0.0-beta.16] https://pypi.org/project/gr4vy/1.0.0-beta.16 - .
152+
153+
## 2025-06-03 10:42:58
154+
### Changes
155+
Based on:
156+
- OpenAPI Doc
157+
- Speakeasy CLI 1.555.0 (2.618.0) https://github.com/speakeasy-api/speakeasy
158+
### Generated
159+
- [python v1.0.0-beta.17] .
160+
### Releases
161+
- [PyPI v1.0.0-beta.17] https://pypi.org/project/gr4vy/1.0.0-beta.17 - .

β€Ždocs/models/addbuyerrequest.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `application_name` | *Optional[str]* | :heavy_minus_sign: | N/A | |
89
| `merchant_account_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
910
| `buyer_create` | [models.BuyerCreate](../models/buyercreate.md) | :heavy_check_mark: | N/A | |

β€Ždocs/models/addbuyershippingdetailsrequest.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
88
| `buyer_id` | *str* | :heavy_check_mark: | The ID of the buyer to add shipping details to. | fe26475d-ec3e-4884-9553-f7356683f7f9 |
9+
| `application_name` | *Optional[str]* | :heavy_minus_sign: | N/A | |
910
| `merchant_account_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
1011
| `shipping_details_create` | [models.ShippingDetailsCreate](../models/shippingdetailscreate.md) | :heavy_check_mark: | N/A | |

β€Ždocs/models/capturetransactionrequest.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
88
| `transaction_id` | *str* | :heavy_check_mark: | N/A | 7099948d-7286-47e4-aad8-b68f7eb44591 |
9+
| `application_name` | *Optional[str]* | :heavy_minus_sign: | N/A | |
910
| `merchant_account_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
1011
| `transaction_capture` | [models.TransactionCapture](../models/transactioncapture.md) | :heavy_check_mark: | N/A | |

β€Ždocs/models/collectionnocursorrefund.mdβ€Ž

Lines changed: 0 additions & 8 deletions
This file was deleted.

β€Ždocs/models/configuredigitalwalletrequest.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55

66
| Field | Type | Required | Description | Example |
77
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
8+
| `application_name` | *Optional[str]* | :heavy_minus_sign: | N/A | |
89
| `merchant_account_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
910
| `digital_wallet_create` | [models.DigitalWalletCreate](../models/digitalwalletcreate.md) | :heavy_check_mark: | N/A | |

β€Ždocs/models/createaccountupdaterjobrequest.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55

66
| Field | Type | Required | Description | Example |
77
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8+
| `application_name` | *Optional[str]* | :heavy_minus_sign: | N/A | |
89
| `merchant_account_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
910
| `account_updater_job_create` | [models.AccountUpdaterJobCreate](../models/accountupdaterjobcreate.md) | :heavy_check_mark: | N/A | |

0 commit comments

Comments
Β (0)