Skip to content

Commit 16b0dbe

Browse files
chore: 🐝 Update SDK - Generate SDK 2.0.3
1 parent 85bbdba commit 16b0dbe

14 files changed

Lines changed: 154 additions & 52 deletions

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

Lines changed: 37 additions & 25 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
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: false
3030
skipResponseBodyAssertions: false
3131
python:
32-
version: 2.0.2
32+
version: 2.0.3
3333
additionalDependencies:
3434
dev:
3535
freezegun: ^1.5.1

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.759.1
1+
speakeasyVersion: 1.759.3
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:3931a00d82723d2185d4dfb2a5eabc99159914480ca8a7ce04f89a304a76bee2
6-
sourceBlobDigest: sha256:b2231c84b1103e154fa5b4c73b071e537ba98c683d0ae5ab16ba395a7178e232
5+
sourceRevisionDigest: sha256:2698a355660f07f029d4d1ab61cc9690c9e356bdeb59578bf2b0e7eb4a94c1de
6+
sourceBlobDigest: sha256:afe129ee8d7c8c6b4700eadf8d367628a05d540fae5b1cb1315a0b6848c97f47
77
tags:
88
- latest
99
- 1.0.0
1010
targets:
1111
python:
1212
source: openapi
1313
sourceNamespace: openapi
14-
sourceRevisionDigest: sha256:3931a00d82723d2185d4dfb2a5eabc99159914480ca8a7ce04f89a304a76bee2
15-
sourceBlobDigest: sha256:b2231c84b1103e154fa5b4c73b071e537ba98c683d0ae5ab16ba395a7178e232
14+
sourceRevisionDigest: sha256:2698a355660f07f029d4d1ab61cc9690c9e356bdeb59578bf2b0e7eb4a94c1de
15+
sourceBlobDigest: sha256:afe129ee8d7c8c6b4700eadf8d367628a05d540fae5b1cb1315a0b6848c97f47
1616
codeSamplesNamespace: openapi-python-code-samples
17-
codeSamplesRevisionDigest: sha256:93e771e7f7863b8abdef2577d2ca8cac1b551f9f01ae198bb570681eb0720ee6
17+
codeSamplesRevisionDigest: sha256:9ce1e861e664c317994fdecf999b633f0efa69a8a22ba7ba73734cd613b802e8
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,4 +1458,14 @@ Based on:
14581458
### Generated
14591459
- [python v2.0.2] .
14601460
### Releases
1461-
- [PyPI v2.0.2] https://pypi.org/project/gr4vy/2.0.2 - .
1461+
- [PyPI v2.0.2] https://pypi.org/project/gr4vy/2.0.2 - .
1462+
1463+
## 2026-03-26 12:46:26
1464+
### Changes
1465+
Based on:
1466+
- OpenAPI Doc
1467+
- Speakeasy CLI 1.759.3 (2.869.25) https://github.com/speakeasy-api/speakeasy
1468+
### Generated
1469+
- [python v2.0.3] .
1470+
### Releases
1471+
- [PyPI v2.0.3] https://pypi.org/project/gr4vy/2.0.3 - .
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# StripeCardOptions
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `stripe_connect` | [OptionalNullable[models.StripeConnectOptions]](../models/stripeconnectoptions.md) | :heavy_minus_sign: | Stripe options to support Stripe Connect | |
9+
| `error_on_requires_action` | *OptionalNullable[bool]* | :heavy_minus_sign: | Passes the `error_on_requires_action` option to the Stripe API. Set to true to fail the payment attempt if it transitions into requires_action. Use this parameter for simpler integrations that don't handle customer actions, such as saving cards without authentication. | true |

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

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `error_on_requires_action` | *OptionalNullable[bool]* | :heavy_minus_sign: | Passes the `error_on_requires_action` option to the Stripe API. Set to true to fail the payment attempt if it transitions into requires_action. Use this parameter for simpler integrations that don't handle customer actions, such as saving cards without authentication. | true |
9-
| `stripe_connect` | [OptionalNullable[models.StripeConnectOptions]](../models/stripeconnectoptions.md) | :heavy_minus_sign: | Stripe options to support Stripe Connect | |
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
8+
| `stripe_connect` | [OptionalNullable[models.StripeConnectOptions]](../models/stripeconnectoptions.md) | :heavy_minus_sign: | Stripe options to support Stripe Connect |

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
| `paypal_paypalpaylater` | [OptionalNullable[models.PaypalOptions]](../models/paypaloptions.md) | :heavy_minus_sign: | Custom options to be passed to the `paypal-paypalpaylater` connector. |
4949
| `powertranz_card` | [OptionalNullable[models.PowertranzOptions]](../models/powertranzoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `powertranz-card` connector. |
5050
| `riskified_anti_fraud` | [OptionalNullable[models.RiskifiedAntiFraudOptions]](../models/riskifiedantifraudoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `riskified-anti-fraud` connector. |
51-
| `stripe_card` | [OptionalNullable[models.StripeOptions]](../models/stripeoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `stripe-card` connector. |
51+
| `stripe_affirm` | [OptionalNullable[models.StripeOptions]](../models/stripeoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `stripe-affirm` connector. |
52+
| `stripe_card` | [OptionalNullable[models.StripeCardOptions]](../models/stripecardoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `stripe-card` connector. |
53+
| `stripe_klarna` | [OptionalNullable[models.StripeOptions]](../models/stripeoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `stripe-klarna` connector. |
5254
| `travelhub_card` | [OptionalNullable[models.TravelhubOptions]](../models/travelhuboptions.md) | :heavy_minus_sign: | Custom options to be passed to the `travelhub-card` connector. |
5355
| `trustly_trustly` | [OptionalNullable[models.TrustlyOptions]](../models/trustlyoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `trustly-trustly` connector. |
5456
| `wpay_everydaypay` | [OptionalNullable[models.WpayEverdaypayOptions]](../models/wpayeverdaypayoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `wpay-everydaypay` connector. |

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "gr4vy"
4-
version = "2.0.2"
4+
version = "2.0.3"
55
description = "Python Client SDK Generated by Speakeasy."
66
authors = [{ name = "Gr4vy" },]
77
readme = "README-PYPI.md"

β€Žsrc/gr4vy/_version.pyβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "gr4vy"
6-
__version__: str = "2.0.2"
6+
__version__: str = "2.0.3"
77
__openapi_doc_version__: str = "1.0.0"
8-
__gen_version__: str = "2.869.10"
9-
__user_agent__: str = "speakeasy-sdk/python 2.0.2 2.869.10 1.0.0 gr4vy"
8+
__gen_version__: str = "2.869.25"
9+
__user_agent__: str = "speakeasy-sdk/python 2.0.3 2.869.25 1.0.0 gr4vy"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)