Skip to content

Commit 087b1ba

Browse files
chore: 🐝 Update SDK - Generate SDK 2.0.19
1 parent 613d974 commit 087b1ba

47 files changed

Lines changed: 436 additions & 3411 deletions

Some content is hidden

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

.speakeasy/gen.lock

Lines changed: 100 additions & 97 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.18
32+
version: 2.0.19
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.761.6
1+
speakeasyVersion: 1.761.8
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:0e7f47fe5f32e000f2e7233c24221c84178d38a0c9ae76946523595f5bcb5d54
6-
sourceBlobDigest: sha256:3aa38f7f8ea827457692b2312d8c42be10393e1f306828fb3ed07b7e22a388c2
5+
sourceRevisionDigest: sha256:60ce8bd9889ac2f0349ff71be3cdee898dba3b9b2ed3c5bf3f2803a9eaf98fc3
6+
sourceBlobDigest: sha256:74b6a39ff9bbe013d81e053fe3154c0e30af592c74b431dd44669199dd831a81
77
tags:
88
- latest
99
- 1.0.0
1010
targets:
1111
python:
1212
source: openapi
1313
sourceNamespace: openapi
14-
sourceRevisionDigest: sha256:0e7f47fe5f32e000f2e7233c24221c84178d38a0c9ae76946523595f5bcb5d54
15-
sourceBlobDigest: sha256:3aa38f7f8ea827457692b2312d8c42be10393e1f306828fb3ed07b7e22a388c2
14+
sourceRevisionDigest: sha256:60ce8bd9889ac2f0349ff71be3cdee898dba3b9b2ed3c5bf3f2803a9eaf98fc3
15+
sourceBlobDigest: sha256:74b6a39ff9bbe013d81e053fe3154c0e30af592c74b431dd44669199dd831a81
1616
codeSamplesNamespace: openapi-python-code-samples
17-
codeSamplesRevisionDigest: sha256:2d3da6002bc8d287cf81191f1077af3b5933c6bb6b04b12ba66b39b1f99b0106
17+
codeSamplesRevisionDigest: sha256:95f9aa3964db6e6faad9195c8d2f71817d530184a4d0e0b798ef02c6637c39ab
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
@@ -1618,4 +1618,14 @@ Based on:
16181618
### Generated
16191619
- [python v2.0.18] .
16201620
### Releases
1621-
- [PyPI v2.0.18] https://pypi.org/project/gr4vy/2.0.18 - .
1621+
- [PyPI v2.0.18] https://pypi.org/project/gr4vy/2.0.18 - .
1622+
1623+
## 2026-04-20 14:42:29
1624+
### Changes
1625+
Based on:
1626+
- OpenAPI Doc
1627+
- Speakeasy CLI 1.761.8 (2.881.2) https://github.com/speakeasy-api/speakeasy
1628+
### Generated
1629+
- [python v2.0.19] .
1630+
### Releases
1631+
- [PyPI v2.0.19] https://pypi.org/project/gr4vy/2.0.19 - .

docs/models/ecommpayoptions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# EcommpayOptions
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
8+
| `booking_start_date` | *OptionalNullable[str]* | :heavy_minus_sign: | The start date of the booking in ISO 8601 format (YYYY-MM-DD). Required for certain MCCs. | 2030-12-01 |
9+
| `booking_end_date` | *OptionalNullable[str]* | :heavy_minus_sign: | The end date of the booking in ISO 8601 format (YYYY-MM-DD). Required for certain MCCs. | 2030-12-10 |

docs/models/transactionconnectionoptions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
| `dlocal_upi` | [OptionalNullable[models.DlocalUPIOptions]](../models/dlocalupioptions.md) | :heavy_minus_sign: | Custom options to be passed to the `dlocal-upi` connector. |
3030
| `dlocal_pix` | [OptionalNullable[models.DlocalPIXOptions]](../models/dlocalpixoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `dlocal-pix` connector. |
3131
| `dlocal_gcash` | [OptionalNullable[models.DlocalOptions]](../models/dlocaloptions.md) | :heavy_minus_sign: | Custom options to be passed to the `dlocal-gcash` connector. |
32+
| `ecommpay_card` | [OptionalNullable[models.EcommpayOptions]](../models/ecommpayoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `ecommpay-card` connector. |
3233
| `fiserv_card` | [OptionalNullable[models.FiservOptions]](../models/fiservoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `fiserv-card` connector. |
3334
| `forter_anti_fraud` | [OptionalNullable[models.ForterAntiFraudOptions]](../models/forterantifraudoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `forter-anti-fraud` connector. |
3435
| `gem_gem` | [OptionalNullable[models.LatitudeOptions]](../models/latitudeoptions.md) | :heavy_minus_sign: | Custom options to be passed to the `gem-gem` 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.18"
4+
version = "2.0.19"
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.18"
6+
__version__: str = "2.0.19"
77
__openapi_doc_version__: str = "1.0.0"
8-
__gen_version__: str = "2.879.13"
9-
__user_agent__: str = "speakeasy-sdk/python 2.0.18 2.879.13 1.0.0 gr4vy"
8+
__gen_version__: str = "2.881.2"
9+
__user_agent__: str = "speakeasy-sdk/python 2.0.19 2.881.2 1.0.0 gr4vy"
1010

1111
try:
1212
if __package__ is not None:

src/gr4vy/actions.py

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -89,22 +89,7 @@ def list(
8989
),
9090
),
9191
request=req,
92-
error_status_codes=[
93-
"400",
94-
"401",
95-
"403",
96-
"404",
97-
"405",
98-
"409",
99-
"422",
100-
"425",
101-
"429",
102-
"4XX",
103-
"500",
104-
"502",
105-
"504",
106-
"5XX",
107-
],
92+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
10893
retry_config=retry_config,
10994
)
11095

@@ -237,22 +222,7 @@ async def list_async(
237222
),
238223
),
239224
request=req,
240-
error_status_codes=[
241-
"400",
242-
"401",
243-
"403",
244-
"404",
245-
"405",
246-
"409",
247-
"422",
248-
"425",
249-
"429",
250-
"4XX",
251-
"500",
252-
"502",
253-
"504",
254-
"5XX",
255-
],
225+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
256226
retry_config=retry_config,
257227
)
258228

src/gr4vy/all.py

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -103,22 +103,7 @@ def create(
103103
),
104104
),
105105
request=req,
106-
error_status_codes=[
107-
"400",
108-
"401",
109-
"403",
110-
"404",
111-
"405",
112-
"409",
113-
"422",
114-
"425",
115-
"429",
116-
"4XX",
117-
"500",
118-
"502",
119-
"504",
120-
"5XX",
121-
],
106+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
122107
retry_config=retry_config,
123108
)
124109

@@ -265,22 +250,7 @@ async def create_async(
265250
),
266251
),
267252
request=req,
268-
error_status_codes=[
269-
"400",
270-
"401",
271-
"403",
272-
"404",
273-
"405",
274-
"409",
275-
"422",
276-
"425",
277-
"429",
278-
"4XX",
279-
"500",
280-
"502",
281-
"504",
282-
"5XX",
283-
],
253+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
284254
retry_config=retry_config,
285255
)
286256

0 commit comments

Comments
 (0)