Skip to content

Commit

Permalink
Merge pull request #24 from clerk/speakeasy-sdk-regen-1728409164
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.5.0
  • Loading branch information
speakeasybot authored Oct 8, 2024
2 parents a95ef81 + e339e1c commit 7b4b391
Show file tree
Hide file tree
Showing 340 changed files with 13,877 additions and 18,620 deletions.
6,358 changes: 4,984 additions & 1,374 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
python:
version: 0.5.0-alpha.13
version: 0.5.0
additionalDependencies:
dev:
pytest: ^8.3.3
Expand Down
9 changes: 5 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.410.1
speakeasyVersion: 1.385.0
sources:
clerk-openapi:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:2d05a9210c0c007c0e4befad5650c5817e29c5c7dfd0dc5074baac1b42810ab9
sourceRevisionDigest: sha256:6119b87229a597625b72db9000ea183ae53c14abf71976f5198f9f384cebc415
sourceBlobDigest: sha256:18aae668583e7fea915d4b01912c8f93532ed71703e5d485052a39dffc0e7e1c
tags:
- latest
Expand All @@ -11,11 +11,12 @@ targets:
clerk-sdk-python:
source: clerk-openapi
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:2d05a9210c0c007c0e4befad5650c5817e29c5c7dfd0dc5074baac1b42810ab9
sourceRevisionDigest: sha256:6119b87229a597625b72db9000ea183ae53c14abf71976f5198f9f384cebc415
sourceBlobDigest: sha256:18aae668583e7fea915d4b01912c8f93532ed71703e5d485052a39dffc0e7e1c
outLocation: .
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
speakeasyVersion: 1.385.0
sources:
clerk-openapi:
inputs:
Expand Down
276 changes: 136 additions & 140 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,14 @@ Based on:
### Generated
- [python v0.5.0-alpha.13] .
### Releases
- [PyPI v0.5.0-alpha.13] https://pypi.org/project/clerk-backend-api/0.5.0-alpha.13 - .
- [PyPI v0.5.0-alpha.13] https://pypi.org/project/clerk-backend-api/0.5.0-alpha.13 - .

## 2024-10-08 17:47:47
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.412.3 (2.436.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.5.0] .
### Releases
- [PyPI v0.5.0] https://pypi.org/project/clerk-backend-api/0.5.0 - .
1 change: 1 addition & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ s = Clerk(
bearer_auth="<YOUR_BEARER_TOKEN_HERE>",
)


res = s.email_addresses.get(email_address_id="email_address_id_example")

if res is not None:
Expand Down
2 changes: 0 additions & 2 deletions docs/models/actortoken.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ActorToken

Success


## Fields

Expand Down
2 changes: 0 additions & 2 deletions docs/models/allowlistidentifier.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# AllowlistIdentifier

Success


## Fields

Expand Down
2 changes: 0 additions & 2 deletions docs/models/blocklistidentifiers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# BlocklistIdentifiers

Success


## Fields

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ClerkErrorsError
# ClerkErrors

Request was not successful

Expand Down
11 changes: 0 additions & 11 deletions docs/models/clerkerrorserror1.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/models/clerkerrorserror10.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/models/clerkerrorserror11.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/models/clerkerrorserror12.md

This file was deleted.

Loading

0 comments on commit 7b4b391

Please sign in to comment.