Skip to content

Commit c0916e3

Browse files
chore: 🐝 Update SDK - Generate SDK 1.10.0
1 parent 659ce65 commit c0916e3

Some content is hidden

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

46 files changed

+356
-85
lines changed

.speakeasy/gen.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
lockVersion: 2.0.0
22
id: 833c6a67-4a4a-4ef1-ba24-165a29264e4a
33
management:
4-
docChecksum: 39901f4b6f4aafb32d7beb29e987b3db
4+
docChecksum: 4fd51aea30a400b663c52ac24329e356
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.662.0
7-
generationVersion: 2.763.3
8-
releaseVersion: 1.9.1
9-
configChecksum: 7097d597249e3e851646f024f60ec6cb
6+
speakeasyVersion: 1.668.0
7+
generationVersion: 2.770.0
8+
releaseVersion: 1.10.0
9+
configChecksum: a8761d9195f7794d77e6eb029a3a2c9a
1010
repoURL: https://github.com/gr4vy/gr4vy-python.git
1111
installationURL: https://github.com/gr4vy/gr4vy-python.git
1212
published: true
1313
features:
1414
python:
1515
additionalDependencies: 1.0.0
1616
constsAndDefaults: 1.0.5
17-
core: 5.23.11
17+
core: 5.23.13
1818
defaultEnabledRetries: 0.2.0
1919
enumUnions: 0.1.0
2020
envVarSecurityUsage: 0.3.2
@@ -34,7 +34,7 @@ features:
3434
pagination: 3.0.7
3535
responseFormat: 1.0.1
3636
retries: 3.0.3
37-
sdkHooks: 1.1.0
37+
sdkHooks: 1.2.0
3838
serverIDs: 3.0.0
3939
unions: 3.1.0
4040
generatedFiles:
@@ -4189,10 +4189,10 @@ examples:
41894189
add_payment_link:
41904190
speakeasy-default-add-payment-link:
41914191
requestBody:
4192-
application/json: {"amount": 1299, "country": "DE", "currency": "EUR"}
4192+
application/json: {"amount": 1299, "country": "DE", "currency": "EUR", "store": true}
41934193
responses:
41944194
"201":
4195-
application/json: {"id": "a1b2c3d4-5678-90ab-cdef-1234567890ab", "type": "payment-link", "url": "https://example.com/link/a1b2c3d4-5678-90ab-cdef-1234567890ab", "amount": 1299, "country": "DE", "currency": "EUR", "intent": "capture", "cart_items": [{"name": "Widget", "quantity": 2, "unit_amount": 1299}], "payment_source": "ecommerce", "created_at": "2024-05-30T12:34:56.000Z", "updated_at": "2024-05-30T13:00:00.000Z", "status": "completed"}
4195+
application/json: {"id": "a1b2c3d4-5678-90ab-cdef-1234567890ab", "type": "payment-link", "url": "https://example.com/link/a1b2c3d4-5678-90ab-cdef-1234567890ab", "amount": 1299, "country": "DE", "currency": "EUR", "intent": "capture", "cart_items": [{"name": "Widget", "quantity": 2, "unit_amount": 1299}], "payment_source": "ecommerce", "created_at": "2024-05-30T12:34:56.000Z", "updated_at": "2024-05-30T13:00:00.000Z", "status": "completed", "store": false}
41964196
"400":
41974197
application/json: {"type": "error", "code": "bad_request", "status": 400, "message": "Request failed validation"}
41984198
"401":
@@ -4286,7 +4286,7 @@ examples:
42864286
payment_link_id: "a1b2c3d4-5678-90ab-cdef-1234567890ab"
42874287
responses:
42884288
"200":
4289-
application/json: {"id": "a1b2c3d4-5678-90ab-cdef-1234567890ab", "type": "payment-link", "url": "https://example.com/link/a1b2c3d4-5678-90ab-cdef-1234567890ab", "amount": 1299, "country": "DE", "currency": "EUR", "intent": "authorize", "cart_items": [{"name": "Widget", "quantity": 2, "unit_amount": 1299}], "payment_source": "ecommerce", "created_at": "2024-05-30T12:34:56.000Z", "updated_at": "2024-05-30T13:00:00.000Z", "status": "active"}
4289+
application/json: {"id": "a1b2c3d4-5678-90ab-cdef-1234567890ab", "type": "payment-link", "url": "https://example.com/link/a1b2c3d4-5678-90ab-cdef-1234567890ab", "amount": 1299, "country": "DE", "currency": "EUR", "intent": "authorize", "cart_items": [{"name": "Widget", "quantity": 2, "unit_amount": 1299}], "payment_source": "ecommerce", "created_at": "2024-05-30T12:34:56.000Z", "updated_at": "2024-05-30T13:00:00.000Z", "status": "active", "store": false}
42904290
"400":
42914291
application/json: {"type": "error", "code": "bad_request", "status": 400, "message": "Request failed validation"}
42924292
"401":
@@ -4451,3 +4451,4 @@ examples:
44514451
application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"}
44524452
examplesVersion: 1.0.2
44534453
generatedTests: {}
4454+
releaseNotes: "## Python SDK Changes:\n* `gr4vy.payment-links.list()`: `response.items.[]` **Changed**\n* `gr4vy.payment-links.create()`: \n * `request` **Changed**\n * `response` **Changed**\n* `gr4vy.payment-links.get()`: `response` **Changed**\n"

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
python:
28-
version: 1.9.1
28+
version: 1.10.0
2929
additionalDependencies:
3030
dev:
3131
freezegun: ^1.5.1
@@ -70,6 +70,7 @@ python:
7070
maxMethodParams: 999
7171
methodArguments: infer-optional-args
7272
moduleName: ""
73+
multipartArrayFormat: legacy
7374
outputModelSuffix: output
7475
packageManager: poetry
7576
packageName: gr4vy

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.662.0
1+
speakeasyVersion: 1.668.0
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:be686f7ff1cd2142f9374d52d807901c4bef071d92f71ad4af3a2649e4eca478
6-
sourceBlobDigest: sha256:0503becc2d5a3989fb2ebd927cd1a191491250a41d232c407a392e57eff8eb60
5+
sourceRevisionDigest: sha256:f7bb8b8d9c62e46caedaa66c1e339e4c8f1f9f78420b6fdf25d311cf83c9d18c
6+
sourceBlobDigest: sha256:837048ee1ca9b148cfa4f0bc7cf1ea93e67e838b9a36209d5b97781292fd25ff
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1764182540
9+
- speakeasy-sdk-regen-1764841056
1010
- 1.0.0
1111
targets:
1212
python:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:be686f7ff1cd2142f9374d52d807901c4bef071d92f71ad4af3a2649e4eca478
16-
sourceBlobDigest: sha256:0503becc2d5a3989fb2ebd927cd1a191491250a41d232c407a392e57eff8eb60
15+
sourceRevisionDigest: sha256:f7bb8b8d9c62e46caedaa66c1e339e4c8f1f9f78420b6fdf25d311cf83c9d18c
16+
sourceBlobDigest: sha256:837048ee1ca9b148cfa4f0bc7cf1ea93e67e838b9a36209d5b97781292fd25ff
1717
codeSamplesNamespace: openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:a8782427bff2499f13f24375262c846cb9c274527e2cc654ea1b50dcacf30419
18+
codeSamplesRevisionDigest: sha256:a04857f430e4257ac30741b5d8122cda2a101c94c548dd06abb96a1cdb86965e
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
@@ -1208,4 +1208,14 @@ Based on:
12081208
### Generated
12091209
- [python v1.9.1] .
12101210
### Releases
1211-
- [PyPI v1.9.1] https://pypi.org/project/gr4vy/1.9.1 - .
1211+
- [PyPI v1.9.1] https://pypi.org/project/gr4vy/1.9.1 - .
1212+
1213+
## 2025-12-04 09:37:18
1214+
### Changes
1215+
Based on:
1216+
- OpenAPI Doc
1217+
- Speakeasy CLI 1.668.0 (2.770.0) https://github.com/speakeasy-api/speakeasy
1218+
### Generated
1219+
- [python v1.10.0] .
1220+
### Releases
1221+
- [PyPI v1.10.0] https://pypi.org/project/gr4vy/1.10.0 - .

docs/models/paymentlink.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@
3232
| `status` | [models.PaymentLinkStatus](../models/paymentlinkstatus.md) | :heavy_check_mark: | N/A | |
3333
| `buyer` | [OptionalNullable[models.TransactionBuyer]](../models/transactionbuyer.md) | :heavy_minus_sign: | The buyer associated with the payment link. | |
3434
| `shipping_details` | [OptionalNullable[models.ShippingDetails]](../models/shippingdetails.md) | :heavy_minus_sign: | The shipping details for the payment link. | |
35-
| `connection_options` | Dict[str, Dict[str, *Any*]] | :heavy_minus_sign: | The connection options for the payment link. | |
35+
| `connection_options` | Dict[str, Dict[str, *Any*]] | :heavy_minus_sign: | The connection options for the payment link. | |
36+
| `store` | *Optional[bool]* | :heavy_minus_sign: | Whether the payment method was stored. | |
37+
| `buyer_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the buyer to associate with the stored payment method. | a1b2c3d4-5678-90ab-cdef-1234567890ab |

0 commit comments

Comments
 (0)