Skip to content

Commit 24e94b9

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.424.0
1 parent 566e404 commit 24e94b9

13 files changed

+162
-122
lines changed

.speakeasy/gen.lock

+11-10
Large diffs are not rendered by default.

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
auth:
1616
oAuth2ClientCredentialsEnabled: true
1717
python:
18-
version: 0.6.5
18+
version: 0.7.0
1919
additionalDependencies:
2020
dev: {}
2121
main: {}

.speakeasy/workflow.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.422.1
1+
speakeasyVersion: 1.424.0
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:903376e5ffea6c507c7473af475de252215dcd44d002334a49057d9675877dc7
6-
sourceBlobDigest: sha256:90bc458a412c5beec0e41812e44f386f7c608b0d03d621aed777f8506afdcd2c
5+
sourceRevisionDigest: sha256:814854f05d50ba78118c85640341bf5523d41e08d3d90789a3804f5b58bbdda6
6+
sourceBlobDigest: sha256:47c4285003255d7bf61593438fcc7f5cc4650bece8005ac801a6c26cd2eabba7
77
tags:
88
- latest
99
- main
1010
targets:
1111
polar:
1212
source: Polar-OAS
1313
sourceNamespace: polar-oas
14-
sourceRevisionDigest: sha256:903376e5ffea6c507c7473af475de252215dcd44d002334a49057d9675877dc7
15-
sourceBlobDigest: sha256:90bc458a412c5beec0e41812e44f386f7c608b0d03d621aed777f8506afdcd2c
14+
sourceRevisionDigest: sha256:814854f05d50ba78118c85640341bf5523d41e08d3d90789a3804f5b58bbdda6
15+
sourceBlobDigest: sha256:47c4285003255d7bf61593438fcc7f5cc4650bece8005ac801a6c26cd2eabba7
1616
workflow:
1717
workflowVersion: 1.0.0
1818
speakeasyVersion: latest

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,14 @@ Based on:
263263
### Generated
264264
- [python v0.6.5] .
265265
### Releases
266-
- [PyPI v0.6.5] https://pypi.org/project/polar-sdk/0.6.5 - .
266+
- [PyPI v0.6.5] https://pypi.org/project/polar-sdk/0.6.5 - .
267+
268+
## 2024-11-04 08:17:11
269+
### Changes
270+
Based on:
271+
- OpenAPI Doc
272+
- Speakeasy CLI 1.424.0 (2.445.1) https://github.com/speakeasy-api/speakeasy
273+
### Generated
274+
- [python v0.7.0] .
275+
### Releases
276+
- [PyPI v0.7.0] https://pypi.org/project/polar-sdk/0.7.0 - .

docs/models/polarcheckoutschemascheckout.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ Checkout session data retrieved using an access token.
3333
| `metadata` | Dict[str, *str*] | :heavy_check_mark: | N/A |
3434
| `product` | [models.Product](../models/product.md) | :heavy_check_mark: | A product. |
3535
| `product_price` | [models.ProductPrice](../models/productprice.md) | :heavy_check_mark: | N/A |
36+
| `subscription_id` | *Nullable[str]* | :heavy_check_mark: | N/A |
3637
| `payment_processor` | [models.PolarEnumsPaymentProcessor](../models/polarenumspaymentprocessor.md) | :heavy_check_mark: | N/A |

docs/models/polarcheckoutschemascheckoutcreate.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Create a new checkout session.
44

5+
Metadata set on the checkout will be copied
6+
to the resulting order and/or subscription.
7+
58

69
## Fields
710

@@ -16,4 +19,5 @@ Create a new checkout session.
1619
| `customer_ip_address` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
1720
| `customer_billing_address` | [OptionalNullable[models.Address]](../models/address.md) | :heavy_minus_sign: | N/A |
1821
| `customer_tax_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
22+
| `subscription_id` | *OptionalNullable[str]* | :heavy_minus_sign: | ID of a subscription to upgrade. It must be on a free pricing. If checkout is successful, metadata set on this checkout will be copied to the subscription, and existing keys will be overwritten. |
1923
| `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. |

docs/models/polarcheckoutschemascheckoutinput.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ Checkout session data retrieved using an access token.
3333
| `metadata` | Dict[str, *str*] | :heavy_check_mark: | N/A |
3434
| `product` | [models.ProductInput](../models/productinput.md) | :heavy_check_mark: | A product. |
3535
| `product_price` | [models.ProductPrice](../models/productprice.md) | :heavy_check_mark: | N/A |
36+
| `subscription_id` | *Nullable[str]* | :heavy_check_mark: | N/A |
3637
| `payment_processor` | [models.PolarEnumsPaymentProcessor](../models/polarenumspaymentprocessor.md) | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)