Skip to content

Commit ef40f00

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.545.0
1 parent 627351d commit ef40f00

File tree

106 files changed

+3026
-151
lines changed

Some content is hidden

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

106 files changed

+3026
-151
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**/__pycache__/
2+
**/.speakeasy/temp/
3+
**/.speakeasy/logs/
14
.speakeasy/temp/
25
.speakeasy/reports
36
.venv/

.speakeasy/gen.lock

Lines changed: 107 additions & 22 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
@@ -19,7 +19,7 @@ generation:
1919
oAuth2ClientCredentialsEnabled: true
2020
oAuth2PasswordEnabled: false
2121
python:
22-
version: 0.18.1
22+
version: 0.19.0
2323
additionalDependencies:
2424
dev:
2525
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.540.1
1+
speakeasyVersion: 1.545.0
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:c8a3b2a2e7047db32d582d996bda619c50edee815dd2a5fcd2ce199c2e0c1d7e
6-
sourceBlobDigest: sha256:a91e551d3642dc4f3fe89819ad3ee0f9c8fb808b449f85f750d6af2695a080f9
5+
sourceRevisionDigest: sha256:828cc3c5c47423d009a6d463d408c651dc496f48a69e37546204e7bb48f1bd54
6+
sourceBlobDigest: sha256:0bc1a2119cc5d3cb5d8b9cad79fb3f40aca01b54bd0cef480914d4acdeaf5260
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746022587
9+
- speakeasy-sdk-regen-1746835994
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:c8a3b2a2e7047db32d582d996bda619c50edee815dd2a5fcd2ce199c2e0c1d7e
16-
sourceBlobDigest: sha256:a91e551d3642dc4f3fe89819ad3ee0f9c8fb808b449f85f750d6af2695a080f9
15+
sourceRevisionDigest: sha256:828cc3c5c47423d009a6d463d408c651dc496f48a69e37546204e7bb48f1bd54
16+
sourceBlobDigest: sha256:0bc1a2119cc5d3cb5d8b9cad79fb3f40aca01b54bd0cef480914d4acdeaf5260
1717
codeSamplesNamespace: polar-oas-py-code-samples
18-
codeSamplesRevisionDigest: sha256:18d178e8bea027dd04ff486be39c4ee43501a2d2e7780abf86672875e299a9b1
18+
codeSamplesRevisionDigest: sha256:a90d755dfd5c53c9c817dac8f19125ff5b463d186f83ee9092809188a8e2f740
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,11 @@ def webhook():
872872
* [get](docs/sdks/organizations/README.md#get) - Get Organization
873873
* [update](docs/sdks/organizations/README.md#update) - Update Organization
874874

875+
### [payments](docs/sdks/payments/README.md)
876+
877+
* [list](docs/sdks/payments/README.md#list) - List Payments
878+
* [get](docs/sdks/payments/README.md#get) - Get Payment
879+
875880

876881
### [products](docs/sdks/products/README.md)
877882

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,4 +733,14 @@ Based on:
733733
### Generated
734734
- [python v0.18.1] .
735735
### Releases
736-
- [PyPI v0.18.1] https://pypi.org/project/polar-sdk/0.18.1 - .
736+
- [PyPI v0.18.1] https://pypi.org/project/polar-sdk/0.18.1 - .
737+
738+
## 2025-05-15 11:34:16
739+
### Changes
740+
Based on:
741+
- OpenAPI Doc
742+
- Speakeasy CLI 1.545.0 (2.599.0) https://github.com/speakeasy-api/speakeasy
743+
### Generated
744+
- [python v0.19.0] .
745+
### Releases
746+
- [PyPI v0.19.0] https://pypi.org/project/polar-sdk/0.19.0 - .

codeSamples.yaml

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

docs/models/activesubscriptions.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ActiveSubscriptions
2+
3+
4+
## Supported Types
5+
6+
### `int`
7+
8+
```python
9+
value: int = /* values here */
10+
```
11+
12+
### `float`
13+
14+
```python
15+
value: float = /* values here */
16+
```
17+

docs/models/averageordervalue.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# AverageOrderValue
2+
3+
4+
## Supported Types
5+
6+
### `int`
7+
8+
```python
9+
value: int = /* values here */
10+
```
11+
12+
### `float`
13+
14+
```python
15+
value: float = /* values here */
16+
```
17+

docs/models/benefitmetercreditcreateproperties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ Properties for creating a benefit of type `meter_unit`.
88
| Field | Type | Required | Description |
99
| ------------------ | ------------------ | ------------------ | ------------------ |
1010
| `units` | *int* | :heavy_check_mark: | N/A |
11+
| `rollover` | *bool* | :heavy_check_mark: | N/A |
1112
| `meter_id` | *str* | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)