Skip to content

Commit 4aa6cd8

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.540.1
1 parent ef32392 commit 4aa6cd8

28 files changed

+461
-213
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.speakeasy/temp/
12
.speakeasy/reports
23
.venv/
34
venv/

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ generation:
1414
parameterOrderingFeb2024: true
1515
requestResponseComponentNamesFeb2024: true
1616
securityFeb2025: false
17+
sharedErrorComponentsApr2025: false
1718
auth:
1819
oAuth2ClientCredentialsEnabled: true
1920
oAuth2PasswordEnabled: false
2021
python:
21-
version: 0.17.4
22+
version: 0.18.0
2223
additionalDependencies:
2324
dev:
2425
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.535.1
1+
speakeasyVersion: 1.540.1
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:cf3934a728bcae671997585e0a00e14c2c4ae745af938b372b8aca4ca1b5866e
6-
sourceBlobDigest: sha256:f7de4f37fbd445f62763bbc4ca8d61d967f01060333fc26184ff648a906e3bac
5+
sourceRevisionDigest: sha256:74abbbe971a34a66c633efef6ecb23fae822a42aae7f7c0445a1f46916f13bd9
6+
sourceBlobDigest: sha256:9c3c60a2ecad54592b832103ba035a65f3234879086d031ef15fcc2f9f7cb0db
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1744981672
9+
- speakeasy-sdk-regen-1746004662
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:cf3934a728bcae671997585e0a00e14c2c4ae745af938b372b8aca4ca1b5866e
16-
sourceBlobDigest: sha256:f7de4f37fbd445f62763bbc4ca8d61d967f01060333fc26184ff648a906e3bac
15+
sourceRevisionDigest: sha256:74abbbe971a34a66c633efef6ecb23fae822a42aae7f7c0445a1f46916f13bd9
16+
sourceBlobDigest: sha256:9c3c60a2ecad54592b832103ba035a65f3234879086d031ef15fcc2f9f7cb0db
1717
codeSamplesNamespace: polar-oas-py-code-samples
18-
codeSamplesRevisionDigest: sha256:69f00c310733f03e52b0569b2da0d88d6fda2b7c20ff4144edbb9bb6b1e18ab3
18+
codeSamplesRevisionDigest: sha256:abe91eff6675f94d693cd6b5489e8bbe5131de277bca747369463c09e97a7d11
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,4 +713,14 @@ Based on:
713713
### Generated
714714
- [python v0.17.4] .
715715
### Releases
716-
- [PyPI v0.17.4] https://pypi.org/project/polar-sdk/0.17.4 - .
716+
- [PyPI v0.17.4] https://pypi.org/project/polar-sdk/0.17.4 - .
717+
718+
## 2025-04-30 09:17:26
719+
### Changes
720+
Based on:
721+
- OpenAPI Doc
722+
- Speakeasy CLI 1.540.1 (2.593.4) https://github.com/speakeasy-api/speakeasy
723+
### Generated
724+
- [python v0.18.0] .
725+
### Releases
726+
- [PyPI v0.18.0] https://pypi.org/project/polar-sdk/0.18.0 - .

codeSamples.yaml

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

docs/models/conditions.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# Conditions
22

33

4-
## Fields
4+
## Supported Types
5+
6+
### `str`
7+
8+
```python
9+
value: str = /* values here */
10+
```
11+
12+
### `int`
13+
14+
```python
15+
value: int = /* values here */
16+
```
17+
18+
### `float`
19+
20+
```python
21+
value: float = /* values here */
22+
```
23+
24+
### `bool`
25+
26+
```python
27+
value: bool = /* values here */
28+
```
529

6-
| Field | Type | Required | Description |
7-
| ----------- | ----------- | ----------- | ----------- |

docs/models/licensekeyactivate.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
8-
| `key` | *str* | :heavy_check_mark: | N/A |
9-
| `organization_id` | *str* | :heavy_check_mark: | N/A |
10-
| `label` | *str* | :heavy_check_mark: | N/A |
11-
| `conditions` | [Optional[models.LicenseKeyActivateConditions]](../models/licensekeyactivateconditions.md) | :heavy_minus_sign: | N/A |
12-
| `meta` | [Optional[models.LicenseKeyActivateMeta]](../models/licensekeyactivatemeta.md) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `key` | *str* | :heavy_check_mark: | N/A |
9+
| `organization_id` | *str* | :heavy_check_mark: | N/A |
10+
| `label` | *str* | :heavy_check_mark: | N/A |
11+
| `conditions` | Dict[str, [models.LicenseKeyActivateConditions](../models/licensekeyactivateconditions.md)] | :heavy_minus_sign: | Key-value object allowing you to set conditions that must match when validating the license key.<br/><br/>The key must be a string with a maximum length of **40 characters**.<br/>The value must be either:<br/><br/>* A string with a maximum length of **500 characters**<br/>* An integer<br/>* A floating-point number<br/>* A boolean<br/><br/>You can store up to **50 key-value pairs**. |
12+
| `meta` | Dict[str, [models.LicenseKeyActivateMeta](../models/licensekeyactivatemeta.md)] | :heavy_minus_sign: | Key-value object allowing you to store additional information about the activation<br/><br/>The key must be a string with a maximum length of **40 characters**.<br/>The value must be either:<br/><br/>* A string with a maximum length of **500 characters**<br/>* An integer<br/>* A floating-point number<br/>* A boolean<br/><br/>You can store up to **50 key-value pairs**. |

docs/models/licensekeyactivateconditions.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# LicenseKeyActivateConditions
22

33

4-
## Fields
4+
## Supported Types
5+
6+
### `str`
7+
8+
```python
9+
value: str = /* values here */
10+
```
11+
12+
### `int`
13+
14+
```python
15+
value: int = /* values here */
16+
```
17+
18+
### `float`
19+
20+
```python
21+
value: float = /* values here */
22+
```
23+
24+
### `bool`
25+
26+
```python
27+
value: bool = /* values here */
28+
```
529

6-
| Field | Type | Required | Description |
7-
| ----------- | ----------- | ----------- | ----------- |

docs/models/licensekeyactivatemeta.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# LicenseKeyActivateMeta
22

33

4-
## Fields
4+
## Supported Types
5+
6+
### `str`
7+
8+
```python
9+
value: str = /* values here */
10+
```
11+
12+
### `int`
13+
14+
```python
15+
value: int = /* values here */
16+
```
17+
18+
### `float`
19+
20+
```python
21+
value: float = /* values here */
22+
```
23+
24+
### `bool`
25+
26+
```python
27+
value: bool = /* values here */
28+
```
529

6-
| Field | Type | Required | Description |
7-
| ----------- | ----------- | ----------- | ----------- |

docs/models/licensekeyactivationbase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
| `id` | *str* | :heavy_check_mark: | N/A |
99
| `license_key_id` | *str* | :heavy_check_mark: | N/A |
1010
| `label` | *str* | :heavy_check_mark: | N/A |
11-
| `meta` | [models.Meta](../models/meta.md) | :heavy_check_mark: | N/A |
11+
| `meta` | Dict[str, [models.Meta](../models/meta.md)] | :heavy_check_mark: | N/A |
1212
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A |
1313
| `modified_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)