Skip to content

Commit

Permalink
Merge pull request #37 from clerk/speakeasy-sdk-regen-1729513312
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 1.0.3
  • Loading branch information
speakeasybot authored Oct 21, 2024
2 parents b9889cc + 5c6cb79 commit 485cd2d
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: bfe29c99-6e67-43fe-b928-64d6a5ed6aa8
management:
docChecksum: 2a5c561867d8cfa9de04210e3a0c4fe6
docChecksum: 043152d28198abb5910dc00f65f25d0c
docVersion: v1
speakeasyVersion: 1.385.0
generationVersion: 2.407.2
releaseVersion: 1.0.2
configChecksum: e439e500388e12d912bf39091450b718
releaseVersion: 1.0.3
configChecksum: b8428ce9b92cb0413c5ae64ed0ada07e
repoURL: https://github.com/clerk/clerk-sdk-python.git
installationURL: https://github.com/clerk/clerk-sdk-python.git
published: true
Expand Down
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: 1.0.2
version: 1.0.3
additionalDependencies:
dev:
pytest: ^8.3.3
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.385.0
sources:
clerk-openapi:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:34d14479e5c95bf05e8f6c50afaa7738344df8a7560c39cdc09c046ede6d303f
sourceBlobDigest: sha256:2364357bff0df9a902231bb134d31e034e4287c2bee244a0ae06d9cfc6c0980d
sourceRevisionDigest: sha256:cb7803c6ffdf22c6c2f86624f751666b69750506def277d714bd468427e37098
sourceBlobDigest: sha256:05dde7af49b5392e31929c79970f0103166fd78b445f66a3cc2972ffd50b9f44
tags:
- latest
- main
targets:
clerk-sdk-python:
source: clerk-openapi
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:34d14479e5c95bf05e8f6c50afaa7738344df8a7560c39cdc09c046ede6d303f
sourceBlobDigest: sha256:2364357bff0df9a902231bb134d31e034e4287c2bee244a0ae06d9cfc6c0980d
sourceRevisionDigest: sha256:cb7803c6ffdf22c6c2f86624f751666b69750506def277d714bd468427e37098
sourceBlobDigest: sha256:05dde7af49b5392e31929c79970f0103166fd78b445f66a3cc2972ffd50b9f44
outLocation: .
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,14 @@ Based on:
### Generated
- [python v1.0.2] .
### Releases
- [PyPI v1.0.2] https://pypi.org/project/clerk-backend-api/1.0.2 - .
- [PyPI v1.0.2] https://pypi.org/project/clerk-backend-api/1.0.2 - .

## 2024-10-21 12:30:47
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.385.0 (2.407.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.0.3] .
### Releases
- [PyPI v1.0.3] https://pypi.org/project/clerk-backend-api/1.0.3 - .
19 changes: 10 additions & 9 deletions docs/models/oauthverificationstrategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

## Values

| Name | Value |
| -------------------- | -------------------- |
| `OAUTH_GOOGLE` | oauth_google |
| `OAUTH_MOCK` | oauth_mock |
| `FROM_OAUTH_GOOGLE` | from_oauth_google |
| `FROM_OAUTH_DISCORD` | from_oauth_discord |
| `OAUTH_APPLE` | oauth_apple |
| `OAUTH_MICROSOFT` | oauth_microsoft |
| `EMAIL_LINK` | email_link |
| Name | Value |
| ---------------------- | ---------------------- |
| `OAUTH_GOOGLE` | oauth_google |
| `OAUTH_MOCK` | oauth_mock |
| `FROM_OAUTH_GOOGLE` | from_oauth_google |
| `FROM_OAUTH_DISCORD` | from_oauth_discord |
| `FROM_OAUTH_MICROSOFT` | from_oauth_microsoft |
| `OAUTH_APPLE` | oauth_apple |
| `OAUTH_MICROSOFT` | oauth_microsoft |
| `EMAIL_LINK` | email_link |
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clerk-backend-api"
version = "1.0.2"
version = "1.0.3"
description = "Python Client SDK for clerk.dev"
authors = ["Clerk",]
readme = "README-PYPI.md"
Expand Down
1 change: 1 addition & 0 deletions src/clerk_backend_api/models/emailaddress.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class OauthVerificationStrategy(str, Enum):
OAUTH_MOCK = "oauth_mock"
FROM_OAUTH_GOOGLE = "from_oauth_google"
FROM_OAUTH_DISCORD = "from_oauth_discord"
FROM_OAUTH_MICROSOFT = "from_oauth_microsoft"
OAUTH_APPLE = "oauth_apple"
OAUTH_MICROSOFT = "oauth_microsoft"
EMAIL_LINK = "email_link"
Expand Down
4 changes: 2 additions & 2 deletions src/clerk_backend_api/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = "python"
openapi_doc_version: str = "v1"
sdk_version: str = "1.0.2"
sdk_version: str = "1.0.3"
gen_version: str = "2.407.2"
user_agent: str = "speakeasy-sdk/python 1.0.2 2.407.2 v1 clerk-backend-api"
user_agent: str = "speakeasy-sdk/python 1.0.3 2.407.2 v1 clerk-backend-api"
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
timeout_ms: Optional[int] = None

Expand Down

0 comments on commit 485cd2d

Please sign in to comment.