Skip to content

Commit fe184fd

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.523.2
1 parent ef3d818 commit fe184fd

Some content is hidden

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

44 files changed

+864
-352
lines changed

.speakeasy/gen.lock

+37-33
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.16.9
21+
version: 0.16.10
2222
additionalDependencies:
2323
dev:
2424
pytest: ^8.3.3

.speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.523.0
1+
speakeasyVersion: 1.523.2
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:d1c1015587dffe0247cd0ee8055ec379e42987392a745af1c584ede94304f1db
6-
sourceBlobDigest: sha256:c953e8db0509e37aba80e033a0e88d6f49904c88b2e43ef83f5ee56a951ca581
5+
sourceRevisionDigest: sha256:e7f6116f21b3b4998b1583fecabd29b417429b74616c3ad3c03e2be53a86462a
6+
sourceBlobDigest: sha256:89511768d90f66b243db9ee6a29e2e5c2e9b8d810c196be56a26e95382886c60
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1742822587
9+
- speakeasy-sdk-regen-1742916885
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:d1c1015587dffe0247cd0ee8055ec379e42987392a745af1c584ede94304f1db
16-
sourceBlobDigest: sha256:c953e8db0509e37aba80e033a0e88d6f49904c88b2e43ef83f5ee56a951ca581
15+
sourceRevisionDigest: sha256:e7f6116f21b3b4998b1583fecabd29b417429b74616c3ad3c03e2be53a86462a
16+
sourceBlobDigest: sha256:89511768d90f66b243db9ee6a29e2e5c2e9b8d810c196be56a26e95382886c60
1717
codeSamplesNamespace: polar-oas-py-code-samples
18-
codeSamplesRevisionDigest: sha256:e084f98f7a96840743f2b1b78d2f768a2e7d11381256e4c5c9da23f1baf7deff
18+
codeSamplesRevisionDigest: sha256:8b33e7d9a3c5aec2fe4ae4a385f7b35a071e2e82497051bb49ace9319c8fb2f4
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

+107-97
Large diffs are not rendered by default.

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -633,4 +633,14 @@ Based on:
633633
### Generated
634634
- [python v0.16.9] .
635635
### Releases
636-
- [PyPI v0.16.9] https://pypi.org/project/polar-sdk/0.16.9 - .
636+
- [PyPI v0.16.9] https://pypi.org/project/polar-sdk/0.16.9 - .
637+
638+
## 2025-03-25 15:34:29
639+
### Changes
640+
Based on:
641+
- OpenAPI Doc
642+
- Speakeasy CLI 1.523.2 (2.560.1) https://github.com/speakeasy-api/speakeasy
643+
### Generated
644+
- [python v0.16.10] .
645+
### Releases
646+
- [PyPI v0.16.10] https://pypi.org/project/polar-sdk/0.16.10 - .

codeSamples.yaml

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

docs/models/checkout.md

+5-3
Large diffs are not rendered by default.

docs/models/checkoutlinkupdate.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Schema to update an existing checkout link.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10-
| `metadata` | Dict[str, [models.CheckoutLinkUpdateMetadata](../models/checkoutlinkupdatemetadata.md)] | :heavy_minus_sign: | N/A |
11-
| `products` | List[*str*] | :heavy_minus_sign: | List of products that will be available to select at checkout. |
12-
| `label` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
13-
| `allow_discount_codes` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it. |
14-
| `discount_id` | *OptionalNullable[str]* | :heavy_minus_sign: | ID of the discount to apply to the checkout. If the discount is not applicable anymore when opening the checkout link, it'll be ignored. |
15-
| `success_url` | *OptionalNullable[str]* | :heavy_minus_sign: | URL where the customer will be redirected after a successful payment.You can add the `checkout_id={CHECKOUT_ID}` query parameter to retrieve the checkout session id. |
8+
| Field | Type | Required | Description |
9+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `metadata` | Dict[str, [models.CheckoutLinkUpdateMetadata](../models/checkoutlinkupdatemetadata.md)] | :heavy_minus_sign: | Key-value object allowing you to store additional information.<br/><br/>The key must be a string with a maximum length of **40 characters**.<br/>The value must be either:<br/><br/>* A string with a maximum length of **500 characters**<br/>* An integer<br/>* A boolean<br/><br/>You can store up to **50 key-value pairs**. |
11+
| `products` | List[*str*] | :heavy_minus_sign: | List of products that will be available to select at checkout. |
12+
| `label` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
13+
| `allow_discount_codes` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it. |
14+
| `discount_id` | *OptionalNullable[str]* | :heavy_minus_sign: | ID of the discount to apply to the checkout. If the discount is not applicable anymore when opening the checkout link, it'll be ignored. |
15+
| `success_url` | *OptionalNullable[str]* | :heavy_minus_sign: | URL where the customer will be redirected after a successful payment.You can add the `checkout_id={CHECKOUT_ID}` query parameter to retrieve the checkout session id. |

0 commit comments

Comments
 (0)