Skip to content

Commit 279ffdc

Browse files
chore: 🐝 Update SDK - Generate 1.0.0-beta.11
1 parent f8a3a34 commit 279ffdc

File tree

19 files changed

+2151
-1071
lines changed

19 files changed

+2151
-1071
lines changed

.speakeasy/gen.lock

Lines changed: 95 additions & 89 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
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: false
1717
oAuth2PasswordEnabled: false
1818
python:
19-
version: 1.0.0-beta.10
19+
version: 1.0.0-beta.11
2020
additionalDependencies:
2121
dev:
2222
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.548.0
1+
speakeasyVersion: 1.552.0
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:ace1116176289670fa9c85bd83c7654e76988207ef45e63551ae8fb477b01f8a
6-
sourceBlobDigest: sha256:e5bc07bceca67e29326ba2a77d3625213cff58eed368e6d804ae5f49845ecab4
5+
sourceRevisionDigest: sha256:7c8204bf19234329f6d5204f5dc89290fa56c249fcf2135c0f571de0fd73ffcc
6+
sourceBlobDigest: sha256:4a2a9283e7a08464e89937222291755360b3767064e2e5c2a4657472dd2994a0
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747675125
9+
- speakeasy-sdk-regen-1748357242
1010
- 1.0.0
1111
targets:
1212
python:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:ace1116176289670fa9c85bd83c7654e76988207ef45e63551ae8fb477b01f8a
16-
sourceBlobDigest: sha256:e5bc07bceca67e29326ba2a77d3625213cff58eed368e6d804ae5f49845ecab4
15+
sourceRevisionDigest: sha256:7c8204bf19234329f6d5204f5dc89290fa56c249fcf2135c0f571de0fd73ffcc
16+
sourceBlobDigest: sha256:4a2a9283e7a08464e89937222291755360b3767064e2e5c2a4657472dd2994a0
1717
codeSamplesNamespace: openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:047d214fd98a683a3d726700dc1e5d1356c93e8b0ea714857cd81014dc93bdf9
18+
codeSamplesRevisionDigest: sha256:880e85dba9e4d60ba4eca0e834868d7c12dc991d53431f6e997d797f84bc45e5
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
@@ -88,4 +88,14 @@ Based on:
8888
### Generated
8989
- [python v1.0.0-beta.10] .
9090
### Releases
91-
- [PyPI v1.0.0-beta.10] https://pypi.org/project/gr4vy/1.0.0-beta.10 - .
91+
- [PyPI v1.0.0-beta.10] https://pypi.org/project/gr4vy/1.0.0-beta.10 - .
92+
93+
## 2025-05-27 14:47:06
94+
### Changes
95+
Based on:
96+
- OpenAPI Doc
97+
- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
98+
### Generated
99+
- [python v1.0.0-beta.11] .
100+
### Releases
101+
- [PyPI v1.0.0-beta.11] https://pypi.org/project/gr4vy/1.0.0-beta.11 - .

docs/models/listtransactionsrequest.md

Lines changed: 6 additions & 0 deletions
Large diffs are not rendered by default.

docs/sdks/checkoutsessions/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ with Gr4vy(
133133
),
134134
airline=models.Airline(
135135
booking_code="X36Q9C",
136+
is_cardholder_traveling=True,
136137
issued_address="123 Broadway, New York",
137138
issued_at=parse_datetime("2013-07-16T19:23:00.000+00:00"),
138139
issuing_carrier_code="649",
@@ -393,6 +394,7 @@ with Gr4vy(
393394
),
394395
), airline={
395396
"booking_code": "X36Q9C",
397+
"is_cardholder_traveling": True,
396398
"issued_address": "123 Broadway, New York",
397399
"issued_at": parse_datetime("2013-07-16T19:23:00.000+00:00"),
398400
"issuing_carrier_code": "649",

docs/sdks/digitalwallets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ with Gr4vy(
2727
merchant_account_id="default",
2828
) as g_client:
2929

30-
res = g_client.digital_wallets.create(provider="click-to-pay", merchant_name="<value>", accept_terms_and_conditions=False, merchant_account_id="default", merchant_country_code="US")
30+
res = g_client.digital_wallets.create(provider="click-to-pay", merchant_name="<value>", accept_terms_and_conditions=False, merchant_account_id="default", merchant_country_code="DE")
3131

3232
# Handle response
3333
print(res)

docs/sdks/paymentservices/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ with Gr4vy(
9797
"value": "key-12345",
9898
},
9999
], accepted_currencies=[
100+
"USD",
100101
"EUR",
101102
"GBP",
102-
"USD",
103103
], accepted_countries=[
104+
"US",
104105
"DE",
105106
"GB",
106-
"US",
107107
], merchant_account_id="default", reporting_fields=[
108108
{
109109
"key": "api_key",
@@ -117,7 +117,7 @@ with Gr4vy(
117117
"key": "api_key",
118118
"value": "key-12345",
119119
},
120-
], position=1, active=False, merchant_profile={
120+
], position=1, active=True, merchant_profile={
121121
"key": {
122122
"merchant_acquirer_bin": "516327",
123123
"merchant_url": "https://example.com",
@@ -254,14 +254,14 @@ with Gr4vy(
254254
) as g_client:
255255

256256
res = g_client.payment_services.update(payment_service_id="fffd152a-9532-4087-9a4f-de58754210f0", merchant_account_id="default", display_name="Stripe", position=1, accepted_currencies=[
257+
"USD",
257258
"EUR",
258259
"GBP",
259-
"USD",
260260
], accepted_countries=[
261+
"US",
261262
"DE",
262263
"GB",
263-
"US",
264-
], active=False, three_d_secure_enabled=True, merchant_profile={
264+
], active=True, three_d_secure_enabled=True, merchant_profile={
265265
"key": {
266266
"merchant_acquirer_bin": "516327",
267267
"merchant_url": "https://example.com",

docs/sdks/payouts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ with Gr4vy(
8181
merchant_account_id="default",
8282
) as g_client:
8383

84-
res = g_client.payouts.create(amount=1299, currency="USD", payment_service_id="ed8bd87d-85ad-40cf-8e8f-007e21e55aad", payment_method={
84+
res = g_client.payouts.create(amount=1299, currency="EUR", payment_service_id="ed8bd87d-85ad-40cf-8e8f-007e21e55aad", payment_method={
8585
"method": "id",
8686
"id": "852b951c-d7ea-4c98-b09e-4a1c9e97c077",
8787
}, merchant_account_id="default", category="online_gambling", external_identifier="payout-12345", buyer_id="fe26475d-ec3e-4884-9553-f7356683f7f9", buyer=models.GuestBuyerInput(
@@ -128,7 +128,7 @@ with Gr4vy(
128128
), buyer_external_identifier="buyer-12345", merchant={
129129
"name": "Acme Inc",
130130
"identification_number": "12345",
131-
"phone_number": "+442071838750",
131+
"phone_number": "+14155552671",
132132
"url": "https://example.com",
133133
"statement_descriptor": "Winnings",
134134
"merchant_category_code": "123456",

0 commit comments

Comments
 (0)