Skip to content

Commit c7afd1b

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.453.8
1 parent 2e6f8e7 commit c7afd1b

File tree

154 files changed

+1469
-4973
lines changed

Some content is hidden

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

154 files changed

+1469
-4973
lines changed

.speakeasy/gen.lock

+158-72
Large diffs are not rendered by default.

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: false
1818
python:
19-
version: 0.9.3
19+
version: 0.9.4
2020
additionalDependencies:
2121
dev:
2222
pytest: ^8.3.3

.speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.448.2
1+
speakeasyVersion: 1.453.8
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:2e98d0a4d26a4a99b40c6aa365868459ea8d069aebef9332d494d085de205948
6-
sourceBlobDigest: sha256:ad8b93bb52261c812faaeb35a67601df96e2d194b52535059176d5488101e192
5+
sourceRevisionDigest: sha256:eeb5823429c314fa96cb05c9a6e67c9442c04057b18ff5f3595172ad6f8d3a03
6+
sourceBlobDigest: sha256:615278c4cec988d0ee67769a6dcbed439fd0d7308bba4c93d07fe55275a995fe
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1733135888
9+
- speakeasy-sdk-regen-1733789596
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:2e98d0a4d26a4a99b40c6aa365868459ea8d069aebef9332d494d085de205948
16-
sourceBlobDigest: sha256:ad8b93bb52261c812faaeb35a67601df96e2d194b52535059176d5488101e192
15+
sourceRevisionDigest: sha256:eeb5823429c314fa96cb05c9a6e67c9442c04057b18ff5f3595172ad6f8d3a03
16+
sourceBlobDigest: sha256:615278c4cec988d0ee67769a6dcbed439fd0d7308bba4c93d07fe55275a995fe
1717
codeSamplesNamespace: polar-oas-code-samples
18-
codeSamplesRevisionDigest: sha256:a3b8c33e3cdf81c7da50360b55fcd2952fcb6214dab720b63b9ec7535becaae1
18+
codeSamplesRevisionDigest: sha256:7b76e7e8824ce688c11ebb559531a5d76938eb1f9990fc4f8b1ad95080479984
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

+396-49
Large diffs are not rendered by default.

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -363,4 +363,14 @@ Based on:
363363
### Generated
364364
- [python v0.9.3] .
365365
### Releases
366-
- [PyPI v0.9.3] https://pypi.org/project/polar-sdk/0.9.3 - .
366+
- [PyPI v0.9.3] https://pypi.org/project/polar-sdk/0.9.3 - .
367+
368+
## 2024-12-10 07:52:49
369+
### Changes
370+
Based on:
371+
- OpenAPI Doc
372+
- Speakeasy CLI 1.453.8 (2.474.15) https://github.com/speakeasy-api/speakeasy
373+
### Generated
374+
- [python v0.9.4] .
375+
### Releases
376+
- [PyPI v0.9.4] https://pypi.org/project/polar-sdk/0.9.4 - .

USAGE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ from polar_sdk import Polar
55

66
with Polar(
77
access_token="<YOUR_BEARER_TOKEN_HERE>",
8-
) as s:
9-
res = s.users.benefits.list()
8+
) as polar:
9+
res = polar.users.benefits.list()
1010

1111
if res is not None:
1212
while True:
@@ -28,8 +28,8 @@ from polar_sdk import Polar
2828
async def main():
2929
async with Polar(
3030
access_token="<YOUR_BEARER_TOKEN_HERE>",
31-
) as s:
32-
res = await s.users.benefits.list_async()
31+
) as polar:
32+
res = await polar.users.benefits.list_async()
3333

3434
if res is not None:
3535
while True:

codeSamples.yaml

+199-145
Large diffs are not rendered by default.

docs/models/article.md

-26
This file was deleted.

docs/models/articlebyline.md

-9
This file was deleted.

0 commit comments

Comments
 (0)