Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 440ec2d

Browse filesBrowse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.533.0
1 parent 82e4bef commit 440ec2d
Copy full SHA for 440ec2d

File tree

Expand file treeCollapse file tree

465 files changed

+1286
-4756
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

465 files changed

+1286
-4756
lines changed

‎.speakeasy/gen.lock

Copy file name to clipboardExpand all lines: .speakeasy/gen.lock
+49-184Lines changed: 49 additions & 184 deletions
Large diffs are not rendered by default.

‎.speakeasy/gen.yaml

Copy file name to clipboardExpand all lines: .speakeasy/gen.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: false
2020
python:
21-
version: 0.16.13
21+
version: 0.17.0
2222
additionalDependencies:
2323
dev:
2424
pytest: ^8.3.3

‎.speakeasy/workflow.lock

Copy file name to clipboardExpand all lines: .speakeasy/workflow.lock
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.527.1
1+
speakeasyVersion: 1.533.0
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:fba929fed8be1e3512ae409caa1bb84d35493a45750fa3be66c21a949c971d0e
6-
sourceBlobDigest: sha256:2719930aca074bf7d7c5afe35c30d486afda2f05ea1f227ce9925818b13d982e
5+
sourceRevisionDigest: sha256:c33aa5e5bbd5ee345998d41afaa0bc5379f280f7b0f97331edfd77facab93ae0
6+
sourceBlobDigest: sha256:7bea8792738698015798ca2b95ba8e71d9fbc2cbcacb0c75668d2ce3612af178
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1743639182
9+
- speakeasy-sdk-regen-1744788374
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:fba929fed8be1e3512ae409caa1bb84d35493a45750fa3be66c21a949c971d0e
16-
sourceBlobDigest: sha256:2719930aca074bf7d7c5afe35c30d486afda2f05ea1f227ce9925818b13d982e
15+
sourceRevisionDigest: sha256:c33aa5e5bbd5ee345998d41afaa0bc5379f280f7b0f97331edfd77facab93ae0
16+
sourceBlobDigest: sha256:7bea8792738698015798ca2b95ba8e71d9fbc2cbcacb0c75668d2ce3612af178
1717
codeSamplesNamespace: polar-oas-py-code-samples
18-
codeSamplesRevisionDigest: sha256:8d1798707b2668e243a888652809a7e3bd20ca7e8539a01cc8057f42e114b191
18+
codeSamplesRevisionDigest: sha256:cffbbf78a5690242e10b0e8e5f67df517cb55c4613ee72fe2726bd231592507c
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

‎README.md

Copy file name to clipboardExpand all lines: README.md
+7-31Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -806,10 +806,6 @@ def webhook():
806806
* [get](docs/sdks/events/README.md#get) - Get Event
807807
* [ingest](docs/sdks/events/README.md#ingest) - Ingest Events
808808

809-
### [external_organizations](docs/sdks/externalorganizations/README.md)
810-
811-
* [list](docs/sdks/externalorganizations/README.md#list) - List External Organizations
812-
813809
### [files](docs/sdks/files/README.md)
814810

815811
* [list](docs/sdks/files/README.md#list) - List Files
@@ -881,12 +877,6 @@ def webhook():
881877
* [list](docs/sdks/refunds/README.md#list) - List Refunds
882878
* [create](docs/sdks/refunds/README.md#create) - Create Refund
883879

884-
### [repositories](docs/sdks/repositories/README.md)
885-
886-
* [list](docs/sdks/repositories/README.md#list) - List Repositories
887-
* [get](docs/sdks/repositories/README.md#get) - Get Repository
888-
* [update](docs/sdks/repositories/README.md#update) - Update Repository
889-
890880
### [subscriptions](docs/sdks/subscriptions/README.md)
891881

892882
* [list](docs/sdks/subscriptions/README.md#list) - List Subscriptions
@@ -913,9 +903,7 @@ with Polar(
913903
access_token="<YOUR_BEARER_TOKEN_HERE>",
914904
) as polar:
915905

916-
res = polar.external_organizations.list(organization_id=[
917-
"1dbfc517-0bbf-4301-9ba8-555ca42b9737",
918-
],
906+
res = polar.organizations.list(,
919907
RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
920908

921909
while res is not None:
@@ -936,9 +924,7 @@ with Polar(
936924
access_token="<YOUR_BEARER_TOKEN_HERE>",
937925
) as polar:
938926

939-
res = polar.external_organizations.list(organization_id=[
940-
"1dbfc517-0bbf-4301-9ba8-555ca42b9737",
941-
])
927+
res = polar.organizations.list()
942928

943929
while res is not None:
944930
# Handle items
@@ -981,9 +967,7 @@ with Polar(
981967
res = None
982968
try:
983969

984-
res = polar.external_organizations.list(organization_id=[
985-
"1dbfc517-0bbf-4301-9ba8-555ca42b9737",
986-
])
970+
res = polar.organizations.list()
987971

988972
while res is not None:
989973
# Handle items
@@ -1022,9 +1006,7 @@ with Polar(
10221006
access_token="<YOUR_BEARER_TOKEN_HERE>",
10231007
) as polar:
10241008

1025-
res = polar.external_organizations.list(organization_id=[
1026-
"1dbfc517-0bbf-4301-9ba8-555ca42b9737",
1027-
])
1009+
res = polar.organizations.list()
10281010

10291011
while res is not None:
10301012
# Handle items
@@ -1045,9 +1027,7 @@ with Polar(
10451027
access_token="<YOUR_BEARER_TOKEN_HERE>",
10461028
) as polar:
10471029

1048-
res = polar.external_organizations.list(organization_id=[
1049-
"1dbfc517-0bbf-4301-9ba8-555ca42b9737",
1050-
])
1030+
res = polar.organizations.list()
10511031

10521032
while res is not None:
10531033
# Handle items
@@ -1158,9 +1138,7 @@ with Polar(
11581138
access_token="<YOUR_BEARER_TOKEN_HERE>",
11591139
) as polar:
11601140

1161-
res = polar.external_organizations.list(organization_id=[
1162-
"1dbfc517-0bbf-4301-9ba8-555ca42b9737",
1163-
])
1141+
res = polar.organizations.list()
11641142

11651143
while res is not None:
11661144
# Handle items
@@ -1251,9 +1229,7 @@ with Polar(
12511229
access_token="<YOUR_BEARER_TOKEN_HERE>",
12521230
) as polar:
12531231

1254-
res = polar.external_organizations.list(organization_id=[
1255-
"1dbfc517-0bbf-4301-9ba8-555ca42b9737",
1256-
])
1232+
res = polar.organizations.list()
12571233

12581234
while res is not None:
12591235
# Handle items

‎RELEASES.md

Copy file name to clipboardExpand all lines: RELEASES.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,4 +663,14 @@ Based on:
663663
### Generated
664664
- [python v0.16.13] .
665665
### Releases
666-
- [PyPI v0.16.13] https://pypi.org/project/polar-sdk/0.16.13 - .
666+
- [PyPI v0.16.13] https://pypi.org/project/polar-sdk/0.16.13 - .
667+
668+
## 2025-04-16 07:25:57
669+
### Changes
670+
Based on:
671+
- OpenAPI Doc
672+
- Speakeasy CLI 1.533.0 (2.578.0) https://github.com/speakeasy-api/speakeasy
673+
### Generated
674+
- [python v0.17.0] .
675+
### Releases
676+
- [PyPI v0.17.0] https://pypi.org/project/polar-sdk/0.17.0 - .

‎USAGE.md

Copy file name to clipboardExpand all lines: USAGE.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ with Polar(
88
access_token="<YOUR_BEARER_TOKEN_HERE>",
99
) as polar:
1010

11-
res = polar.external_organizations.list(organization_id=[
12-
"1dbfc517-0bbf-4301-9ba8-555ca42b9737",
13-
])
11+
res = polar.organizations.list()
1412

1513
while res is not None:
1614
# Handle items
@@ -32,9 +30,7 @@ async def main():
3230
access_token="<YOUR_BEARER_TOKEN_HERE>",
3331
) as polar:
3432

35-
res = await polar.external_organizations.list_async(organization_id=[
36-
"1dbfc517-0bbf-4301-9ba8-555ca42b9737",
37-
])
33+
res = await polar.organizations.list_async()
3834

3935
while res is not None:
4036
# Handle items

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.