Skip to content

Commit c3b75c1

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.567.1
1 parent bfe1010 commit c3b75c1

28 files changed

+623
-557
lines changed

.speakeasy/gen.lock

Lines changed: 14 additions & 17 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ generation:
2020
oAuth2ClientCredentialsEnabled: true
2121
oAuth2PasswordEnabled: false
2222
python:
23-
version: 0.22.0
23+
version: 0.22.1
2424
additionalDependencies:
2525
dev:
2626
pydantic-ai-slim: ^0.1.0

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.564.1
1+
speakeasyVersion: 1.567.1
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:54f79f84aca18de9a29f2b87c5246c9b770b411ad75f27438d53a8b1c55b5600
6-
sourceBlobDigest: sha256:b9432c9f14dc746fcccee16b748dc59c138a1e8cddae48f84c294f2f6c611a7c
5+
sourceRevisionDigest: sha256:896b0098165ce84eb8a955202412c61eabdfad0330c0b211b5560754faa9c819
6+
sourceBlobDigest: sha256:d8b25963e07c3aed89cf253001044af257ac0ebeaffd44140c1b68ce369d9dd9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1750250741
9+
- speakeasy-sdk-regen-1750333050
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:54f79f84aca18de9a29f2b87c5246c9b770b411ad75f27438d53a8b1c55b5600
16-
sourceBlobDigest: sha256:b9432c9f14dc746fcccee16b748dc59c138a1e8cddae48f84c294f2f6c611a7c
15+
sourceRevisionDigest: sha256:896b0098165ce84eb8a955202412c61eabdfad0330c0b211b5560754faa9c819
16+
sourceBlobDigest: sha256:d8b25963e07c3aed89cf253001044af257ac0ebeaffd44140c1b68ce369d9dd9
1717
codeSamplesNamespace: polar-oas-py-code-samples
18-
codeSamplesRevisionDigest: sha256:da40500ebe39488edf8f4e14470ed301f5f9bca56b7341b9c4925ea01ce9f4db
18+
codeSamplesRevisionDigest: sha256:a414ca51ed9d849d7bb9099db0526f458f46577aadcda15d3de36b8ebd98a261
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,14 @@ with Polar() as polar:
155155
"key1": "<value>",
156156
"key2": "<value>",
157157
},
158+
customer_billing_address_fields=polar_sdk.CheckoutCustomerBillingAddressFields(
159+
country=True,
160+
state=False,
161+
city=False,
162+
postal_code=True,
163+
line1=True,
164+
line2=False,
165+
),
158166
metadata={
159167
"key": False,
160168
"key1": False,
@@ -325,14 +333,6 @@ with Polar() as polar:
325333
customer_metadata={
326334

327335
},
328-
customer_billing_address_fields=polar_sdk.CheckoutCustomerBillingAddressFields(
329-
country=True,
330-
state=False,
331-
city=False,
332-
postal_code=True,
333-
line1=True,
334-
line2=False,
335-
),
336336
),
337337
))
338338

@@ -397,6 +397,14 @@ async def main():
397397
"key1": "<value>",
398398
"key2": "<value>",
399399
},
400+
customer_billing_address_fields=polar_sdk.CheckoutCustomerBillingAddressFields(
401+
country=True,
402+
state=False,
403+
city=False,
404+
postal_code=True,
405+
line1=True,
406+
line2=False,
407+
),
400408
metadata={
401409
"key": False,
402410
"key1": False,
@@ -567,14 +575,6 @@ async def main():
567575
customer_metadata={
568576

569577
},
570-
customer_billing_address_fields=polar_sdk.CheckoutCustomerBillingAddressFields(
571-
country=True,
572-
state=False,
573-
city=False,
574-
postal_code=True,
575-
line1=True,
576-
line2=False,
577-
),
578578
),
579579
))
580580

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,4 +803,14 @@ Based on:
803803
### Generated
804804
- [python v0.22.0] .
805805
### Releases
806-
- [PyPI v0.22.0] https://pypi.org/project/polar-sdk/0.22.0 - .
806+
- [PyPI v0.22.0] https://pypi.org/project/polar-sdk/0.22.0 - .
807+
808+
## 2025-06-19 11:37:11
809+
### Changes
810+
Based on:
811+
- OpenAPI Doc
812+
- Speakeasy CLI 1.567.1 (2.632.0) https://github.com/speakeasy-api/speakeasy
813+
### Generated
814+
- [python v0.22.1] .
815+
### Releases
816+
- [PyPI v0.22.1] https://pypi.org/project/polar-sdk/0.22.1 - .

codeSamples.yaml

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/models/benefitslistrequest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
| `query` | *OptionalNullable[str]* | :heavy_minus_sign: | Filter by description. |
1111
| `page` | *Optional[int]* | :heavy_minus_sign: | Page number, defaults to 1. |
1212
| `limit` | *Optional[int]* | :heavy_minus_sign: | Size of a page, defaults to 10. Maximum is 100. |
13-
| `sorting` | List[[models.BenefitSortProperty](../models/benefitsortproperty.md)] | :heavy_minus_sign: | Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign `-` before the criteria name to sort by descending order. |
13+
| `sorting` | List[[models.BenefitSortProperty](../models/benefitsortproperty.md)] | :heavy_minus_sign: | Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign `-` before the criteria name to sort by descending order. |
14+
| `metadata` | Dict[str, [models.MetadataQuery](../models/metadataquery.md)] | :heavy_minus_sign: | Filter by metadata key-value pairs. It uses the `deepObject` style, e.g. `?metadata[key]=value`. |

0 commit comments

Comments
 (0)