Skip to content

Commit 3cac6a6

Browse files
chore: 🐝 Update SDK - Generate SDK 1.7.15
1 parent c1daf5d commit 3cac6a6

File tree

13 files changed

+69
-21
lines changed

13 files changed

+69
-21
lines changed

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

Lines changed: 7 additions & 7 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: d6f70fcf18086bbc4e08d534c8c62dfe
4+
docChecksum: 64f99d8eb42d95fd3c2df2b9bd406a5e
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.656.1
7-
generationVersion: 2.753.1
8-
releaseVersion: 1.7.14
9-
configChecksum: c47be1a1e27195f7b0a517ccdc116726
6+
speakeasyVersion: 1.658.2
7+
generationVersion: 2.755.9
8+
releaseVersion: 1.7.15
9+
configChecksum: f9b8af280683b0383244880c8eaf5c10
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.6
17+
core: 5.23.9
1818
defaultEnabledRetries: 0.2.0
1919
enumUnions: 0.1.0
2020
envVarSecurityUsage: 0.3.2
@@ -4452,4 +4452,4 @@ examples:
44524452
application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"}
44534453
examplesVersion: 1.0.2
44544454
generatedTests: {}
4455-
releaseNotes: "## Python SDK Changes Detected:\n* `gr4vy.payment-methods.create()`: \n * `request_body.[plaid_payment_method_create].external_identifier` **Added**\n* `gr4vy.transactions.create()`: \n * `request.payment_method.[plaid_payment_method_create].external_identifier` **Added**\n"
4455+
releaseNotes: "## Python SDK Changes Detected:\n* `gr4vy.transactions.create()`: \n * `request.purchase_order_number` **Added**\n * `response.purchase_order_number` **Added**\n* `gr4vy.transactions.get()`: `response.purchase_order_number` **Added**\n* `gr4vy.transactions.update()`: `response.purchase_order_number` **Added**\n* `gr4vy.transactions.capture()`: `response.[transaction-output].purchase_order_number` **Added**\n* `gr4vy.transactions.void()`: `response.[transaction_void-output].transaction.purchase_order_number` **Added**\n* `gr4vy.transactions.cancel()`: `response.transaction.purchase_order_number` **Added**\n* `gr4vy.transactions.sync()`: `response.purchase_order_number` **Added**\n"

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 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.7.14
28+
version: 1.7.15
2929
additionalDependencies:
3030
dev:
3131
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.656.1
1+
speakeasyVersion: 1.658.2
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:26f0f4fac554159d4251bb34ca631042df8fc7e9c10800e57877b26f8c08ee30
6-
sourceBlobDigest: sha256:5e8c92807d18c700d238230343f5b760ed08576be68433e7759e2ebd005d6777
5+
sourceRevisionDigest: sha256:a2fd451b79d6344a53339fec92419bce19e14154628bd956a3c83325e2f69f07
6+
sourceBlobDigest: sha256:93cb3249c7bacd126df6d5540991985fe4d98757ebba249209f1329a0823c805
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763380947
9+
- speakeasy-sdk-regen-1763660197
1010
- 1.0.0
1111
targets:
1212
python:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:26f0f4fac554159d4251bb34ca631042df8fc7e9c10800e57877b26f8c08ee30
16-
sourceBlobDigest: sha256:5e8c92807d18c700d238230343f5b760ed08576be68433e7759e2ebd005d6777
15+
sourceRevisionDigest: sha256:a2fd451b79d6344a53339fec92419bce19e14154628bd956a3c83325e2f69f07
16+
sourceBlobDigest: sha256:93cb3249c7bacd126df6d5540991985fe4d98757ebba249209f1329a0823c805
1717
codeSamplesNamespace: openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:b7cfacbafdd894dde7631b19535e9abcb235c1ebcb85ef5515d0b5a4295ab13b
18+
codeSamplesRevisionDigest: sha256:c59f29cdddc1dbf43b86095dcdf0b580db7da21daef1053d071a47f0fb92f89e
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
@@ -1148,4 +1148,14 @@ Based on:
11481148
### Generated
11491149
- [python v1.7.14] .
11501150
### Releases
1151-
- [PyPI v1.7.14] https://pypi.org/project/gr4vy/1.7.14 - .
1151+
- [PyPI v1.7.14] https://pypi.org/project/gr4vy/1.7.14 - .
1152+
1153+
## 2025-11-20 17:36:19
1154+
### Changes
1155+
Based on:
1156+
- OpenAPI Doc
1157+
- Speakeasy CLI 1.658.2 (2.755.9) https://github.com/speakeasy-api/speakeasy
1158+
### Generated
1159+
- [python v1.7.15] .
1160+
### Releases
1161+
- [PyPI v1.7.15] https://pypi.org/project/gr4vy/1.7.15 - .

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

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ A full transaction resource.
6969
| `session_token` | *OptionalNullable[str]* | :heavy_minus_sign: | A session token that can be used to fetch session data for direct client integrations. | j3CZf9Eg6nUygMAVA6PXsVWGHiccj |
7070
| `tax_amount` | *OptionalNullable[int]* | :heavy_minus_sign: | The sales tax amount for this transaction, represented as a monetary amount in the smallest currency unit for the given currency, for example `1299` cents to create an authorization for `$12.99` | 1299 |
7171
| `merchant_tax_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Merchant tax ID (for example, EIN or VAT number). | |
72+
| `purchase_order_number` | *OptionalNullable[str]* | :heavy_minus_sign: | Invoice number or Purchase Order number. | |
7273
| `customer_reference_number` | *OptionalNullable[str]* | :heavy_minus_sign: | Customer code or reference. | |
7374
| `amount_includes_tax` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the tax is included in the amount. | false |
7475
| `supplier_order_number` | *OptionalNullable[str]* | :heavy_minus_sign: | The merchant's unique identifier for the sales order or invoice. | |

0 commit comments

Comments
Β (0)