Skip to content

Commit af9db45

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.494.0
1 parent 7996572 commit af9db45

File tree

221 files changed

+3869
-1772
lines changed

Some content is hidden

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

221 files changed

+3869
-1772
lines changed

.speakeasy/gen.lock

+134-109
Large diffs are not rendered by default.

.speakeasy/gen.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ generation:
1010
useClassNamesForArrayFields: true
1111
fixes:
1212
nameResolutionDec2023: true
13+
nameResolutionFeb2025: false
1314
parameterOrderingFeb2024: true
1415
requestResponseComponentNamesFeb2024: true
16+
securityFeb2025: false
1517
auth:
1618
oAuth2ClientCredentialsEnabled: true
1719
oAuth2PasswordEnabled: false
1820
python:
19-
version: 0.14.0
21+
version: 0.15.0
2022
additionalDependencies:
2123
dev:
2224
pytest: ^8.3.3
@@ -48,5 +50,6 @@ python:
4850
methodArguments: infer-optional-args
4951
outputModelSuffix: output
5052
packageName: polar-sdk
53+
pytestTimeout: 0
5154
responseFormat: flat
5255
templateVersion: v2

.speakeasy/workflow.lock

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

README.md

+628-40
Large diffs are not rendered by default.

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -513,4 +513,14 @@ Based on:
513513
### Generated
514514
- [python v0.14.0] .
515515
### Releases
516-
- [PyPI v0.14.0] https://pypi.org/project/polar-sdk/0.14.0 - .
516+
- [PyPI v0.14.0] https://pypi.org/project/polar-sdk/0.14.0 - .
517+
518+
## 2025-02-18 16:41:29
519+
### Changes
520+
Based on:
521+
- OpenAPI Doc
522+
- Speakeasy CLI 1.494.0 (2.515.0) https://github.com/speakeasy-api/speakeasy
523+
### Generated
524+
- [python v0.15.0] .
525+
### Releases
526+
- [PyPI v0.15.0] https://pypi.org/project/polar-sdk/0.15.0 - .

codeSamples.yaml

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

docs/models/onev11oauth21tokenpostxcomponentsauthorizationcodetokenrequest.md docs/models/authorizationcodetokenrequest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Onev11oauth21tokenPostXComponentsAuthorizationCodeTokenRequest
1+
# AuthorizationCodeTokenRequest
22

33

44
## Fields

docs/models/checkout.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ Checkout session data retrieved using an access token.
3939
| `customer_tax_id` | *Nullable[str]* | :heavy_check_mark: | N/A |
4040
| `payment_processor_metadata` | Dict[str, *str*] | :heavy_check_mark: | N/A |
4141
| `metadata` | Dict[str, [models.CheckoutMetadata](../models/checkoutmetadata.md)] | :heavy_check_mark: | N/A |
42+
| `products` | List[[models.CheckoutProduct](../models/checkoutproduct.md)] | :heavy_check_mark: | List of products available to select. |
4243
| `product` | [models.CheckoutProduct](../models/checkoutproduct.md) | :heavy_check_mark: | Product data for a checkout session. |
43-
| `product_price` | [models.ProductPrice](../models/productprice.md) | :heavy_check_mark: | N/A |
44+
| `product_price` | [models.CheckoutProductPrice](../models/checkoutproductprice.md) | :heavy_check_mark: | Price of the selected product. |
4445
| `discount` | [Nullable[models.CheckoutDiscount]](../models/checkoutdiscount.md) | :heavy_check_mark: | N/A |
4546
| `subscription_id` | *Nullable[str]* | :heavy_check_mark: | N/A |
4647
| `attached_custom_fields` | List[[models.AttachedCustomField](../models/attachedcustomfield.md)] | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)