Skip to content

Commit 8d62104

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.497.0
1 parent a980c24 commit 8d62104

Some content is hidden

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

73 files changed

+588
-127
lines changed

.speakeasy/gen.lock

+47-47
Large diffs are not rendered by default.

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: false
2020
python:
21-
version: 0.15.0
21+
version: 0.15.1
2222
additionalDependencies:
2323
dev:
2424
pytest: ^8.3.3

.speakeasy/workflow.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.494.0
1+
speakeasyVersion: 1.497.0
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:0bca29d459c090ca3bec554dcf556457c0e63be7fc1f64f9764819d501ae1c17
5+
sourceRevisionDigest: sha256:8c1528b5f323dc65dfee26c425811b91c7bfb709c5debd45707139509e20d174
66
sourceBlobDigest: sha256:071f8a45d94cf745d286ef636687563a0219679f6e24911e6daa8268961271bc
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1739751183
9+
- speakeasy-sdk-regen-1739960122
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:0bca29d459c090ca3bec554dcf556457c0e63be7fc1f64f9764819d501ae1c17
15+
sourceRevisionDigest: sha256:8c1528b5f323dc65dfee26c425811b91c7bfb709c5debd45707139509e20d174
1616
sourceBlobDigest: sha256:071f8a45d94cf745d286ef636687563a0219679f6e24911e6daa8268961271bc
1717
codeSamplesNamespace: polar-oas-py-code-samples
18-
codeSamplesRevisionDigest: sha256:2f673b92963aea63cc6050e63fa8fb758c40a8a991ea5fd51e5f4c2370cdd214
18+
codeSamplesRevisionDigest: sha256:b21c7de7a6905ef32343717360c59010f251d89486802f01f725a273a96995ba
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -523,4 +523,14 @@ Based on:
523523
### Generated
524524
- [python v0.15.0] .
525525
### Releases
526-
- [PyPI v0.15.0] https://pypi.org/project/polar-sdk/0.15.0 - .
526+
- [PyPI v0.15.0] https://pypi.org/project/polar-sdk/0.15.0 - .
527+
528+
## 2025-02-20 00:12:16
529+
### Changes
530+
Based on:
531+
- OpenAPI Doc
532+
- Speakeasy CLI 1.497.0 (2.517.3) https://github.com/speakeasy-api/speakeasy
533+
### Generated
534+
- [python v0.15.1] .
535+
### Releases
536+
- [PyPI v0.15.1] https://pypi.org/project/polar-sdk/0.15.1 - .

docs/models/checkout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Checkout session data retrieved using an access token.
4646
| `subscription_id` | *Nullable[str]* | :heavy_check_mark: | N/A |
4747
| `attached_custom_fields` | List[[models.AttachedCustomField](../models/attachedcustomfield.md)] | :heavy_check_mark: | N/A |
4848
| `customer_metadata` | Dict[str, [models.CustomerMetadata](../models/customermetadata.md)] | :heavy_check_mark: | N/A |
49-
| `custom_field_data` | Dict[str, [models.CheckoutCustomFieldData](../models/checkoutcustomfielddata.md)] | :heavy_minus_sign: | Key-value object storing custom field values. |
49+
| `custom_field_data` | Dict[str, [Nullable[models.CheckoutCustomFieldData]](../models/checkoutcustomfielddata.md)] | :heavy_minus_sign: | Key-value object storing custom field values. |

docs/models/checkoutconfirmstripe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Confirm a checkout session using a Stripe confirmation token.
77

88
| Field | Type | Required | Description |
99
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10-
| `custom_field_data` | Dict[str, [models.CheckoutConfirmStripeCustomFieldData](../models/checkoutconfirmstripecustomfielddata.md)] | :heavy_minus_sign: | Key-value object storing custom field values. |
10+
| `custom_field_data` | Dict[str, [Nullable[models.CheckoutConfirmStripeCustomFieldData]](../models/checkoutconfirmstripecustomfielddata.md)] | :heavy_minus_sign: | Key-value object storing custom field values. |
1111
| `product_id` | *OptionalNullable[str]* | :heavy_minus_sign: | ID of the product to checkout. Must be present in the checkout's product list. |
1212
| ~~`product_price_id`~~ | *OptionalNullable[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>ID of the product price to checkout. Must correspond to a price present in the checkout's product list. |
1313
| `amount` | *OptionalNullable[int]* | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)