Skip to content
Open
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
166 changes: 125 additions & 41 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 @@ -32,7 +32,7 @@ generation:
persistentEdits: {}
versioningStrategy: automatic
python:
version: 0.32.0
version: 0.32.1
additionalDependencies:
dev:
pydantic-ai-slim: ^0.1.0
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.648.0
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:9cf091f91ef4a46970ede3273ee33e541c996281ec50ce88b55131f7d05e9b8c
sourceBlobDigest: sha256:bd427b992ceeb027fb3495c84d300ac99b300e03c96a775cd948e837b8ca9994
sourceRevisionDigest: sha256:8b08c8a931b04f7c6eb360b9de22d2e6d91625ba477f594f1e11afb70e0223d2
sourceBlobDigest: sha256:e1bd99441a0ba7cae08e24851b0486420b4aba343efec245bb3151f56396d7a5
tags:
- latest
- speakeasy-sdk-regen-1781311562
- speakeasy-sdk-regen-1784593801
- 2026-04
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:9cf091f91ef4a46970ede3273ee33e541c996281ec50ce88b55131f7d05e9b8c
sourceBlobDigest: sha256:bd427b992ceeb027fb3495c84d300ac99b300e03c96a775cd948e837b8ca9994
sourceRevisionDigest: sha256:8b08c8a931b04f7c6eb360b9de22d2e6d91625ba477f594f1e11afb70e0223d2
sourceBlobDigest: sha256:e1bd99441a0ba7cae08e24851b0486420b4aba343efec245bb3151f56396d7a5
codeSamplesNamespace: polar-oas-py-code-samples
codeSamplesRevisionDigest: sha256:6351e6c063d48f2c1f108519dd311ee4340131943242e7c054acef26fa717322
codeSamplesRevisionDigest: sha256:1b88c14ecd47107d3cd73ed30c25260a488f15a08f3bb323b872d8c9e117ed3f
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 @@ -1153,4 +1153,14 @@ Based on:
### Generated
- [python v0.32.0] .
### Releases
- [PyPI v0.32.0] https://pypi.org/project/polar-sdk/0.32.0 - .
- [PyPI v0.32.0] https://pypi.org/project/polar-sdk/0.32.0 - .

## 2026-07-28 00:28:57
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.648.0 (2.737.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.32.1] .
### Releases
- [PyPI v0.32.1] https://pypi.org/project/polar-sdk/0.32.1 - .
32 changes: 28 additions & 4 deletions codeSamples.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/models/checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Checkout session data retrieved using an access token.
| `customer_billing_address` | [Nullable[models.Address]](../models/address.md) | :heavy_check_mark: | N/A |
| `customer_tax_id` | *Nullable[str]* | :heavy_check_mark: | N/A |
| `locale` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `payment_method_type` | *Nullable[str]* | :heavy_check_mark: | Payment method type selected by the customer in the checkout form, e.g. `card`, `apple_pay` or `upi`. |
| `payment_processor_metadata` | Dict[str, *str*] | :heavy_check_mark: | N/A |
| `billing_address_fields` | [models.CheckoutBillingAddressFields](../models/checkoutbillingaddressfields.md) | :heavy_check_mark: | N/A |
| `trial_interval` | [Nullable[models.TrialInterval]](../models/trialinterval.md) | :heavy_check_mark: | The interval unit for the trial period. |
Expand Down
1 change: 1 addition & 0 deletions docs/models/checkoutconfirmstripe.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Confirm a checkout session using a Stripe confirmation token.
| `customer_billing_address` | [OptionalNullable[models.AddressInput]](../models/addressinput.md) | :heavy_minus_sign: | N/A | |
| `customer_tax_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | |
| `locale` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | en |
| `payment_method_type` | *OptionalNullable[str]* | :heavy_minus_sign: | Payment method type selected by the customer in the checkout form, e.g. `card`, `apple_pay` or `upi`. | |
| `discount_code` | *OptionalNullable[str]* | :heavy_minus_sign: | Discount code to apply to the checkout. | |
| `allow_trial` | *OptionalNullable[Literal[False]]* | :heavy_minus_sign: | Disable the trial period for the checkout session. It's mainly useful when the trial is blocked because the customer already redeemed one. | |
| `confirmation_token_id` | *OptionalNullable[str]* | :heavy_minus_sign: | ID of the Stripe confirmation token. Required for fixed prices and custom prices. | |
Loading