Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 88 additions & 94 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generation:
persistentEdits: {}
versioningStrategy: automatic
python:
version: 0.31.7
version: 0.31.8
additionalDependencies:
dev:
pydantic-ai-slim: ^0.1.0
Expand All @@ -54,6 +54,7 @@ python:
description: Polar SDK for Python
enableCustomCodeRegions: true
enumFormat: enum
errorSchemaValidation: true
eventStreamClassNames:
async: EventStreamAsync
sync: EventStream
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.648.0
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:2e876fec381971a288210e5d8709f9f5d1ce5fdceb4ab9f9081a12d2706b66a3
sourceBlobDigest: sha256:121b4b199951de0444a9d01f4b9ae901c6f73bedd842db8c73380dfdbd1b7108
sourceRevisionDigest: sha256:613ee3efbd866b4394ea5b07755e656e00c14317b158e7685f3f2b3700c74858
sourceBlobDigest: sha256:c693215df08a7c6a759cefe7534f842b4da7d2a84c8c625ab6f20c3e6628aea2
tags:
- latest
- speakeasy-sdk-regen-1780965532
- speakeasy-sdk-regen-1781311562
- 0.1.0
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:2e876fec381971a288210e5d8709f9f5d1ce5fdceb4ab9f9081a12d2706b66a3
sourceBlobDigest: sha256:121b4b199951de0444a9d01f4b9ae901c6f73bedd842db8c73380dfdbd1b7108
sourceRevisionDigest: sha256:613ee3efbd866b4394ea5b07755e656e00c14317b158e7685f3f2b3700c74858
sourceBlobDigest: sha256:c693215df08a7c6a759cefe7534f842b4da7d2a84c8c625ab6f20c3e6628aea2
codeSamplesNamespace: polar-oas-py-code-samples
codeSamplesRevisionDigest: sha256:17f9306179ab5bf2b495f6c13089ff02e295fbb688aac7bbbbd89f340615971d
codeSamplesRevisionDigest: sha256:8de5f8eb96f885a01bd6cbd5b792d6b4e4e15ce7a2a1d4132091467b799a7344
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1143,4 +1143,14 @@ Based on:
### Generated
- [python v0.31.7] .
### Releases
- [PyPI v0.31.7] https://pypi.org/project/polar-sdk/0.31.7 - .
- [PyPI v0.31.7] https://pypi.org/project/polar-sdk/0.31.7 - .

## 2026-06-17 00:46:11
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.648.0 (2.737.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.31.8] .
### Releases
- [PyPI v0.31.8] https://pypi.org/project/polar-sdk/0.31.8 - .
10 changes: 5 additions & 5 deletions codeSamples.yaml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/models/benefitdiscordupdate.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `metadata` | Dict[str, [models.BenefitDiscordUpdateMetadata](../models/benefitdiscordupdatemetadata.md)] | :heavy_minus_sign: | Key-value object allowing you to store additional information.<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**. |
| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | The description of the benefit. Will be displayed on products having this benefit. |
| `visibility` | [OptionalNullable[models.BenefitVisibility]](../models/benefitvisibility.md) | :heavy_minus_sign: | The visibility of the benefit in the customer portal. |
| `type` | *Literal["discord"]* | :heavy_check_mark: | N/A |
| `properties` | [OptionalNullable[models.BenefitDiscordCreateProperties]](../models/benefitdiscordcreateproperties.md) | :heavy_minus_sign: | N/A |
1 change: 0 additions & 1 deletion docs/models/benefitdownloadablesupdate.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `metadata` | Dict[str, [models.BenefitDownloadablesUpdateMetadata](../models/benefitdownloadablesupdatemetadata.md)] | :heavy_minus_sign: | Key-value object allowing you to store additional information.<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**. |
| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | The description of the benefit. Will be displayed on products having this benefit. |
| `visibility` | [OptionalNullable[models.BenefitVisibility]](../models/benefitvisibility.md) | :heavy_minus_sign: | The visibility of the benefit in the customer portal. |
| `type` | *Literal["downloadables"]* | :heavy_check_mark: | N/A |
| `properties` | [OptionalNullable[models.BenefitDownloadablesCreateProperties]](../models/benefitdownloadablescreateproperties.md) | :heavy_minus_sign: | N/A |
Loading