Skip to content

Commit 7b4b391

Browse files
authored
Merge pull request #24 from clerk/speakeasy-sdk-regen-1728409164
chore: 🐝 Update SDK - Generate 0.5.0
2 parents a95ef81 + e339e1c commit 7b4b391

File tree

340 files changed

+13877
-18620
lines changed

Some content is hidden

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

340 files changed

+13877
-18620
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

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

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: true
1414
python:
15-
version: 0.5.0-alpha.13
15+
version: 0.5.0
1616
additionalDependencies:
1717
dev:
1818
pytest: ^8.3.3

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
speakeasyVersion: 1.410.1
1+
speakeasyVersion: 1.385.0
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:2d05a9210c0c007c0e4befad5650c5817e29c5c7dfd0dc5074baac1b42810ab9
5+
sourceRevisionDigest: sha256:6119b87229a597625b72db9000ea183ae53c14abf71976f5198f9f384cebc415
66
sourceBlobDigest: sha256:18aae668583e7fea915d4b01912c8f93532ed71703e5d485052a39dffc0e7e1c
77
tags:
88
- latest
@@ -11,11 +11,12 @@ targets:
1111
clerk-sdk-python:
1212
source: clerk-openapi
1313
sourceNamespace: clerk-openapi
14-
sourceRevisionDigest: sha256:2d05a9210c0c007c0e4befad5650c5817e29c5c7dfd0dc5074baac1b42810ab9
14+
sourceRevisionDigest: sha256:6119b87229a597625b72db9000ea183ae53c14abf71976f5198f9f384cebc415
1515
sourceBlobDigest: sha256:18aae668583e7fea915d4b01912c8f93532ed71703e5d485052a39dffc0e7e1c
16+
outLocation: .
1617
workflow:
1718
workflowVersion: 1.0.0
18-
speakeasyVersion: latest
19+
speakeasyVersion: 1.385.0
1920
sources:
2021
clerk-openapi:
2122
inputs:

β€ŽREADME.mdβ€Ž

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

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,14 @@ Based on:
7878
### Generated
7979
- [python v0.5.0-alpha.13] .
8080
### Releases
81-
- [PyPI v0.5.0-alpha.13] https://pypi.org/project/clerk-backend-api/0.5.0-alpha.13 - .
81+
- [PyPI v0.5.0-alpha.13] https://pypi.org/project/clerk-backend-api/0.5.0-alpha.13 - .
82+
83+
## 2024-10-08 17:47:47
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc
87+
- Speakeasy CLI 1.412.3 (2.436.3) https://github.com/speakeasy-api/speakeasy
88+
### Generated
89+
- [python v0.5.0] .
90+
### Releases
91+
- [PyPI v0.5.0] https://pypi.org/project/clerk-backend-api/0.5.0 - .

β€ŽUSAGE.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ s = Clerk(
77
bearer_auth="<YOUR_BEARER_TOKEN_HERE>",
88
)
99

10+
1011
res = s.email_addresses.get(email_address_id="email_address_id_example")
1112

1213
if res is not None:

β€Ždocs/models/actortoken.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# ActorToken
22

3-
Success
4-
53

64
## Fields
75

β€Ždocs/models/allowlistidentifier.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# AllowlistIdentifier
22

3-
Success
4-
53

64
## Fields
75

β€Ždocs/models/blocklistidentifiers.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# BlocklistIdentifiers
22

3-
Success
4-
53

64
## Fields
75

β€Ždocs/models/clerkerrorserror.mdβ€Ž renamed to β€Ždocs/models/clerkerrors.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ClerkErrorsError
1+
# ClerkErrors
22

33
Request was not successful
44

0 commit comments

Comments
Β (0)