Skip to content

Commit 6b3e181

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.398.0
1 parent 6075406 commit 6b3e181

8 files changed

Lines changed: 43 additions & 17 deletions

File tree

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: e7042734-e669-4c36-85da-bbb4a7500ac8
33
management:
4-
docChecksum: abb7b48b684152d4ba54f4a06081e618
4+
docChecksum: a41833de0c337176a29493712465fce3
55
docVersion: 0.1.0
6-
speakeasyVersion: 1.396.9
7-
generationVersion: 2.415.7
8-
releaseVersion: 0.2.1
9-
configChecksum: 2195cd51f08a5bca0a8d984491e7fffa
6+
speakeasyVersion: 1.398.0
7+
generationVersion: 2.415.8
8+
releaseVersion: 0.2.2
9+
configChecksum: 6fc2e6f9643eb4120bff0e149d53dd1d
1010
repoURL: https://github.com/polarsource/polar-python.git
1111
installationURL: https://github.com/polarsource/polar-python.git
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
auth:
1616
oAuth2ClientCredentialsEnabled: true
1717
python:
18-
version: 0.2.1
18+
version: 0.2.2
1919
additionalDependencies:
2020
dev: {}
2121
main: {}

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.396.9
1+
speakeasyVersion: 1.398.0
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:1fb71d4509aaee9290fe2f3dc13359981248ec6af7551addb70c963d30be76ee
6-
sourceBlobDigest: sha256:f39249092d24cd7b2d2b9ebdd9643162901b4765ed7e6bcc382dcffd39d7b490
5+
sourceRevisionDigest: sha256:079c66417cf8ba0d4da343834e14c32111328f1cbd5a060f2e4b0e65705a64d1
6+
sourceBlobDigest: sha256:cfa0bf065ba416bba77fc02ee0ff34c6b24d3363ba1d7bf3f3158a065b661d7d
77
tags:
88
- latest
99
- main
1010
targets:
1111
polar:
1212
source: Polar-OAS
1313
sourceNamespace: polar-oas
14-
sourceRevisionDigest: sha256:1fb71d4509aaee9290fe2f3dc13359981248ec6af7551addb70c963d30be76ee
15-
sourceBlobDigest: sha256:f39249092d24cd7b2d2b9ebdd9643162901b4765ed7e6bcc382dcffd39d7b490
14+
sourceRevisionDigest: sha256:079c66417cf8ba0d4da343834e14c32111328f1cbd5a060f2e4b0e65705a64d1
15+
sourceBlobDigest: sha256:cfa0bf065ba416bba77fc02ee0ff34c6b24d3363ba1d7bf3f3158a065b661d7d
1616
workflow:
1717
workflowVersion: 1.0.0
1818
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,14 @@ Based on:
143143
### Generated
144144
- [python v0.2.1] .
145145
### Releases
146-
- [PyPI v0.2.1] https://pypi.org/project/polar-sdk/0.2.1 - .
146+
- [PyPI v0.2.1] https://pypi.org/project/polar-sdk/0.2.1 - .
147+
148+
## 2024-09-17 00:09:57
149+
### Changes
150+
Based on:
151+
- OpenAPI Doc
152+
- Speakeasy CLI 1.398.0 (2.415.8) https://github.com/speakeasy-api/speakeasy
153+
### Generated
154+
- [python v0.2.2] .
155+
### Releases
156+
- [PyPI v0.2.2] https://pypi.org/project/polar-sdk/0.2.2 - .

docs/models/organizationprofilesettings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
8+
| `enabled` | *OptionalNullable[bool]* | :heavy_minus_sign: | If this organization has a profile enabled |
89
| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | A description of the organization |
910
| `featured_projects` | List[*str*] | :heavy_minus_sign: | A list of featured projects |
1011
| `featured_organizations` | List[*str*] | :heavy_minus_sign: | A list of featured organizations |
1112
| `links` | List[*str*] | :heavy_minus_sign: | A list of links associated with the organization |
12-
| `subscribe` | [OptionalNullable[models.OrganizationSubscribePromoteSettings]](../models/organizationsubscribepromotesettings.md) | :heavy_minus_sign: | Subscription promotion settings |
13+
| `subscribe` | [OptionalNullable[models.OrganizationSubscribePromoteSettings]](../models/organizationsubscribepromotesettings.md) | :heavy_minus_sign: | Subscription promotion settings |
14+
| `accent_color` | *OptionalNullable[str]* | :heavy_minus_sign: | Accent color for the organization |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "polar-sdk"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Polar SDK for Python"
55
authors = ["Polar",]
66
readme = "README-PYPI.md"

src/polar_sdk/models/organizationprofilesettings.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313

1414
class OrganizationProfileSettingsTypedDict(TypedDict):
15+
enabled: NotRequired[Nullable[bool]]
16+
r"""If this organization has a profile enabled"""
1517
description: NotRequired[Nullable[str]]
1618
r"""A description of the organization"""
1719
featured_projects: NotRequired[Nullable[List[str]]]
@@ -22,9 +24,14 @@ class OrganizationProfileSettingsTypedDict(TypedDict):
2224
r"""A list of links associated with the organization"""
2325
subscribe: NotRequired[Nullable[OrganizationSubscribePromoteSettingsTypedDict]]
2426
r"""Subscription promotion settings"""
27+
accent_color: NotRequired[Nullable[str]]
28+
r"""Accent color for the organization"""
2529

2630

2731
class OrganizationProfileSettings(BaseModel):
32+
enabled: OptionalNullable[bool] = UNSET
33+
r"""If this organization has a profile enabled"""
34+
2835
description: OptionalNullable[str] = UNSET
2936
r"""A description of the organization"""
3037

@@ -40,21 +47,28 @@ class OrganizationProfileSettings(BaseModel):
4047
subscribe: OptionalNullable[OrganizationSubscribePromoteSettings] = UNSET
4148
r"""Subscription promotion settings"""
4249

50+
accent_color: OptionalNullable[str] = UNSET
51+
r"""Accent color for the organization"""
52+
4353
@model_serializer(mode="wrap")
4454
def serialize_model(self, handler):
4555
optional_fields = [
56+
"enabled",
4657
"description",
4758
"featured_projects",
4859
"featured_organizations",
4960
"links",
5061
"subscribe",
62+
"accent_color",
5163
]
5264
nullable_fields = [
65+
"enabled",
5366
"description",
5467
"featured_projects",
5568
"featured_organizations",
5669
"links",
5770
"subscribe",
71+
"accent_color",
5872
]
5973
null_default_fields = []
6074

src/polar_sdk/sdkconfiguration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class SDKConfiguration:
2626
server_idx: Optional[int] = 0
2727
language: str = "python"
2828
openapi_doc_version: str = "0.1.0"
29-
sdk_version: str = "0.2.1"
30-
gen_version: str = "2.415.7"
31-
user_agent: str = "speakeasy-sdk/python 0.2.1 2.415.7 0.1.0 polar-sdk"
29+
sdk_version: str = "0.2.2"
30+
gen_version: str = "2.415.8"
31+
user_agent: str = "speakeasy-sdk/python 0.2.2 2.415.8 0.1.0 polar-sdk"
3232
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
3333
timeout_ms: Optional[int] = None
3434

0 commit comments

Comments
 (0)