Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
225 changes: 109 additions & 116 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 2.0.0
version: 2.0.1
additionalDependencies:
dev:
freezegun: ^1.5.1
Expand Down Expand Up @@ -59,6 +59,7 @@ python:
flattenGlobalSecurity: true
flattenRequests: true
flatteningOrder: parameters-first
forwardCompatibleEnumsByDefault: false
imports:
option: openapi
paths:
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.703.0
speakeasyVersion: 1.709.1
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:1ba900c18259e5144fc1b4120948569166301a24c175d97bba17cd2d2b5a42c4
sourceBlobDigest: sha256:75fafb86259b7513599a49bbc17f3a3f9103b8795b9c145afa46eb839dcb555e
sourceRevisionDigest: sha256:c41587fbc013bb69e5d44226d703bda5f4961fbd82571b88c0d7dff59c19033f
sourceBlobDigest: sha256:1be61765532074eb9011b04992aae43577d85bf4357d30f70ddfaa7857e08ad1
tags:
- latest
- speakeasy-sdk-regen-1770229775
- speakeasy-sdk-regen-1770290460
- 1.0.0
targets:
python:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:1ba900c18259e5144fc1b4120948569166301a24c175d97bba17cd2d2b5a42c4
sourceBlobDigest: sha256:75fafb86259b7513599a49bbc17f3a3f9103b8795b9c145afa46eb839dcb555e
sourceRevisionDigest: sha256:c41587fbc013bb69e5d44226d703bda5f4961fbd82571b88c0d7dff59c19033f
sourceBlobDigest: sha256:1be61765532074eb9011b04992aae43577d85bf4357d30f70ddfaa7857e08ad1
codeSamplesNamespace: openapi-python-code-samples
codeSamplesRevisionDigest: sha256:a776c36cb4f3ddc729f1988396fba44ad3c3da77e436a54af6c7f81cf08121fd
codeSamplesRevisionDigest: sha256:81e4ad64c59f6a7cbb2d0d12b662f8444075cfbcc6160f24958b278788282284
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1438,4 +1438,14 @@ Based on:
### Generated
- [python v2.0.0] .
### Releases
- [PyPI v2.0.0] https://pypi.org/project/gr4vy/2.0.0 - .
- [PyPI v2.0.0] https://pypi.org/project/gr4vy/2.0.0 - .

## 2026-02-10 00:46:19
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.709.1 (2.812.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.0.1] .
### Releases
- [PyPI v2.0.1] https://pypi.org/project/gr4vy/2.0.1 - .
6 changes: 3 additions & 3 deletions docs/models/cartitem.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/models/checkoutsession.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| `buyer` | [OptionalNullable[models.GuestBuyer]](../models/guestbuyer.md) | :heavy_minus_sign: | Provide buyer details for the transaction. No buyer resource will be created on Gr4vy when used. | |
| `airline` | [OptionalNullable[models.Airline]](../models/airline.md) | :heavy_minus_sign: | The airline addendum data which describes the airline booking associated with this transaction. | |
| `amount` | *OptionalNullable[int]* | :heavy_minus_sign: | The total amount for this transaction. | |
| `currency` | *OptionalNullable[str]* | :heavy_minus_sign: | The currency code for this transaction. | EUR |
| `currency` | *OptionalNullable[str]* | :heavy_minus_sign: | The currency code for this transaction. | **Example 1:** EUR<br/>**Example 2:** GBP<br/>**Example 3:** USD |
| `payment_service_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of an existing payment service. When provided, the created transaction will be processed by the given payment service and any routing rules will be skipped. | |
| `type` | *Optional[Literal["checkout-session"]]* | :heavy_minus_sign: | Always `checkout-session` | checkout-session |
| `id` | *str* | :heavy_check_mark: | The ID for the checkout session. | 4137b1cf-39ac-42a8-bad6-1c680d5dab6b |
Expand Down
2 changes: 1 addition & 1 deletion docs/models/checkoutsessioncreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
| `buyer` | [OptionalNullable[models.GuestBuyer]](../models/guestbuyer.md) | :heavy_minus_sign: | Provide buyer details for the transaction. No buyer resource will be created on Gr4vy when used. | |
| `airline` | [OptionalNullable[models.Airline]](../models/airline.md) | :heavy_minus_sign: | The airline addendum data which describes the airline booking associated with this transaction. | |
| `amount` | *OptionalNullable[int]* | :heavy_minus_sign: | The total amount for this transaction. | |
| `currency` | *OptionalNullable[str]* | :heavy_minus_sign: | The currency code for this transaction. | EUR |
| `currency` | *OptionalNullable[str]* | :heavy_minus_sign: | The currency code for this transaction. | **Example 1:** EUR<br/>**Example 2:** GBP<br/>**Example 3:** USD |
| `payment_service_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of an existing payment service. When provided, the created transaction will be processed by the given payment service and any routing rules will be skipped. | |
| `expires_in` | *Optional[float]* | :heavy_minus_sign: | The time in seconds when this checkout session expires. | |
2 changes: 1 addition & 1 deletion docs/models/digitalwalletcreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Request body for registering a new digital wallet
| `merchant_name` | *str* | :heavy_check_mark: | N/A | |
| `merchant_display_name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | |
| `merchant_url` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | |
| `merchant_country_code` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | DE |
| `merchant_country_code` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | **Example 1:** DE<br/>**Example 2:** GB<br/>**Example 3:** US |
| `domain_names` | List[*str*] | :heavy_minus_sign: | N/A | |
| `accept_terms_and_conditions` | *bool* | :heavy_check_mark: | N/A | |
Loading