Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.424.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored and frankie567 committed Nov 4, 2024
1 parent 566e404 commit 24e94b9
Show file tree
Hide file tree
Showing 13 changed files with 162 additions and 122 deletions.
21 changes: 11 additions & 10 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 @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
python:
version: 0.6.5
version: 0.7.0
additionalDependencies:
dev: {}
main: {}
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.422.1
speakeasyVersion: 1.424.0
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:903376e5ffea6c507c7473af475de252215dcd44d002334a49057d9675877dc7
sourceBlobDigest: sha256:90bc458a412c5beec0e41812e44f386f7c608b0d03d621aed777f8506afdcd2c
sourceRevisionDigest: sha256:814854f05d50ba78118c85640341bf5523d41e08d3d90789a3804f5b58bbdda6
sourceBlobDigest: sha256:47c4285003255d7bf61593438fcc7f5cc4650bece8005ac801a6c26cd2eabba7
tags:
- latest
- main
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:903376e5ffea6c507c7473af475de252215dcd44d002334a49057d9675877dc7
sourceBlobDigest: sha256:90bc458a412c5beec0e41812e44f386f7c608b0d03d621aed777f8506afdcd2c
sourceRevisionDigest: sha256:814854f05d50ba78118c85640341bf5523d41e08d3d90789a3804f5b58bbdda6
sourceBlobDigest: sha256:47c4285003255d7bf61593438fcc7f5cc4650bece8005ac801a6c26cd2eabba7
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 @@ -263,4 +263,14 @@ Based on:
### Generated
- [python v0.6.5] .
### Releases
- [PyPI v0.6.5] https://pypi.org/project/polar-sdk/0.6.5 - .
- [PyPI v0.6.5] https://pypi.org/project/polar-sdk/0.6.5 - .

## 2024-11-04 08:17:11
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.424.0 (2.445.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.7.0] .
### Releases
- [PyPI v0.7.0] https://pypi.org/project/polar-sdk/0.7.0 - .
1 change: 1 addition & 0 deletions docs/models/polarcheckoutschemascheckout.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Checkout session data retrieved using an access token.
| `metadata` | Dict[str, *str*] | :heavy_check_mark: | N/A |
| `product` | [models.Product](../models/product.md) | :heavy_check_mark: | A product. |
| `product_price` | [models.ProductPrice](../models/productprice.md) | :heavy_check_mark: | N/A |
| `subscription_id` | *Nullable[str]* | :heavy_check_mark: | N/A |
| `payment_processor` | [models.PolarEnumsPaymentProcessor](../models/polarenumspaymentprocessor.md) | :heavy_check_mark: | N/A |
4 changes: 4 additions & 0 deletions docs/models/polarcheckoutschemascheckoutcreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Create a new checkout session.

Metadata set on the checkout will be copied
to the resulting order and/or subscription.


## Fields

Expand All @@ -16,4 +19,5 @@ Create a new checkout session.
| `customer_ip_address` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `customer_billing_address` | [OptionalNullable[models.Address]](../models/address.md) | :heavy_minus_sign: | N/A |
| `customer_tax_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `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. |
| `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. |
1 change: 1 addition & 0 deletions docs/models/polarcheckoutschemascheckoutinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Checkout session data retrieved using an access token.
| `metadata` | Dict[str, *str*] | :heavy_check_mark: | N/A |
| `product` | [models.ProductInput](../models/productinput.md) | :heavy_check_mark: | A product. |
| `product_price` | [models.ProductPrice](../models/productprice.md) | :heavy_check_mark: | N/A |
| `subscription_id` | *Nullable[str]* | :heavy_check_mark: | N/A |
| `payment_processor` | [models.PolarEnumsPaymentProcessor](../models/polarenumspaymentprocessor.md) | :heavy_check_mark: | N/A |
Loading

0 comments on commit 24e94b9

Please sign in to comment.