Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 63 additions & 64 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 1.10.17
version: 1.10.18
additionalDependencies:
dev:
freezegun: ^1.5.1
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.693.0
speakeasyVersion: 1.697.2
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:853cae577f67f5054f939e38be1d60a2e7e6e1292c92522965d6206d53fa1afc
sourceBlobDigest: sha256:93cf86fd31ac05f7c4daad4327adf867fa18dab1505e5d8a330fcf92cdc24b5a
sourceRevisionDigest: sha256:ae036fd8dbe66d060269f569d6f6ab776bb36102677a339c8b0b56e3fc044bae
sourceBlobDigest: sha256:32f3cf1cb428f5d2849a639e27975ae563c935a6a6e00b249498fa31caa08ecb
tags:
- latest
- speakeasy-sdk-regen-1769082385
- speakeasy-sdk-regen-1769180968
- 1.0.0
targets:
python:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:853cae577f67f5054f939e38be1d60a2e7e6e1292c92522965d6206d53fa1afc
sourceBlobDigest: sha256:93cf86fd31ac05f7c4daad4327adf867fa18dab1505e5d8a330fcf92cdc24b5a
sourceRevisionDigest: sha256:ae036fd8dbe66d060269f569d6f6ab776bb36102677a339c8b0b56e3fc044bae
sourceBlobDigest: sha256:32f3cf1cb428f5d2849a639e27975ae563c935a6a6e00b249498fa31caa08ecb
codeSamplesNamespace: openapi-python-code-samples
codeSamplesRevisionDigest: sha256:480a9ec5bc501238286799fc8314b64f6c54cb0c264ad3ebcee3ba88011f69e3
codeSamplesRevisionDigest: sha256:a6a4086de72996957e6af323a7a21ce7f334593799ccaa169c9aa720386c9303
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1388,4 +1388,14 @@ Based on:
### Generated
- [python v1.10.17] .
### Releases
- [PyPI v1.10.17] https://pypi.org/project/gr4vy/1.10.17 - .
- [PyPI v1.10.17] https://pypi.org/project/gr4vy/1.10.17 - .

## 2026-01-23 15:09:04
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.697.2 (2.799.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.10.18] .
### Releases
- [PyPI v1.10.18] https://pypi.org/project/gr4vy/1.10.18 - .
2 changes: 1 addition & 1 deletion docs/models/applepaypaymentmethodcreate.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/models/capturetransactionrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| `transaction_id` | *str* | :heavy_check_mark: | The ID of the transaction | 7099948d-7286-47e4-aad8-b68f7eb44591 |
| `prefer` | List[*str*] | :heavy_minus_sign: | The preferred resource type in the response. | resource=transaction |
| `prefer` | List[*str*] | :heavy_minus_sign: | The preferred resource type in the response. | |
| `merchant_account_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | default |
| `transaction_capture_create` | [models.TransactionCaptureCreate](../models/transactioncapturecreate.md) | :heavy_check_mark: | N/A | |
2 changes: 1 addition & 1 deletion docs/models/cardwithurlpaymentmethodcreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Create a transaction with raw card details
| `card_type` | *OptionalNullable[str]* | :heavy_minus_sign: | The type of the card used | credit |
| `method` | *Optional[Literal["card"]]* | :heavy_minus_sign: | Always `card` | card |
| `security_code` | *OptionalNullable[str]* | :heavy_minus_sign: | The 3 or 4 digit security code often found on the card. This often referred to as the CVV or CVD. | 123 |
| `redirect_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
| `redirect_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |
2 changes: 1 addition & 1 deletion docs/models/checkoutsessionwithurlpaymentmethodcreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Create a payment with a checkout session ID (and an optional URL for 3DS).
| `external_identifier` | *OptionalNullable[str]* | :heavy_minus_sign: | The merchant reference that can be used to match the payment method against your own records. | card-12345 |
| `buyer_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The `id` of a stored buyer to use Use this instead of the `buyer_external_identifier`. | fe26475d-ec3e-4884-9553-f7356683f7f9 |
| `buyer_external_identifier` | *OptionalNullable[str]* | :heavy_minus_sign: | The `external_identifier` of a stored buyer to use. Use this instead of the `buyer_id`. | buyer-12345 |
| `redirect_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
| `redirect_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |
2 changes: 1 addition & 1 deletion docs/models/clicktopayfpanpaymentmethodcreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Create a Click to Pay payment with an FPAN or virtual PAN
| `external_identifier` | *OptionalNullable[str]* | :heavy_minus_sign: | The merchant reference for this payment method. | payment-method-12345 |
| `card_type` | *OptionalNullable[str]* | :heavy_minus_sign: | The type of the card used | credit |
| `method` | *Literal["click-to-pay"]* | :heavy_check_mark: | Aways `click-to-pay`. | click-to-pay |
| `redirect_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
| `redirect_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |
| `security_code` | *OptionalNullable[Any]* | :heavy_minus_sign: | The 3 or 4 digit security code often found on the card. This often referred to as the CVV or CVD. | 123 |
2 changes: 1 addition & 1 deletion docs/models/clicktopaypaymentmethodcreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ integration.
| `buyer_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the buyer to associate this transaction to. | fe26475d-ec3e-4884-9553-f7356683f7f9 |
| `buyer_external_identifier` | *OptionalNullable[str]* | :heavy_minus_sign: | The external identifier of the buyer to create a transaction for. | buyer-12345 |
| `external_identifier` | *OptionalNullable[str]* | :heavy_minus_sign: | The external identifier of the payment method to filter by. | payment-method-12345 |
| `redirect_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
| `redirect_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |
2 changes: 1 addition & 1 deletion docs/models/errordetail.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
| `location` | [models.ErrorLocation](../models/errorlocation.md) | :heavy_check_mark: | N/A | |
| `pointer` | *str* | :heavy_check_mark: | A JSON pointer for the particular property that caused the error. | |
| `pointer` | *str* | :heavy_check_mark: | A JSON pointer for the particular property that caused the error. | /currency |
| `message` | *str* | :heavy_check_mark: | A human-readdable explanation of the error. | Unknown ISO 4217 currency code: USX |
| `type` | *str* | :heavy_check_mark: | The type of error that was raised for this property. | value_error |
Loading