Skip to content

Commit

Permalink
Merge pull request #5 from clerk/speakeasy-sdk-regen-1721064357
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
speakeasybot authored Jul 15, 2024
2 parents 781f79c + 1d549f1 commit 686baf1
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 19 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: 0ce7312d7709dddba448d3fb4b927bb6
docChecksum: d97ee97edfea8f73b38df0fd96c23f3b
docVersion: v1
speakeasyVersion: 1.335.2
generationVersion: 2.372.3
releaseVersion: 0.5.0-alpha.9
configChecksum: 08f2824c77f1a61eb4cb28b3a01eea42
releaseVersion: 0.5.0-alpha.10
configChecksum: 04c964a33a78dc3f8ceed07ac0dea497
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: 0.5.0-alpha.9
version: 0.5.0-alpha.10
additionalDependencies:
dev: {}
main: {}
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.335.2
sources:
clerk-openapi:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:ae5e21298e974750aa78c07c1d77f33fb553de41606cd9a5e39609866407802a
sourceBlobDigest: sha256:6c4a820608240c2fdac4def6155a6448832f6474b6d462beb32abc4cff499994
sourceRevisionDigest: sha256:b27dc2dcbc018f51bdb0c345fb124285ef73bf144da22f1d6f965c95821de0ad
sourceBlobDigest: sha256:9fef9c84dbf7932b587e89710f9589daefcd4feecfa103ed6ef006e3a1e532fa
tags:
- latest
- main
targets:
clerk-sdk-python:
source: clerk-openapi
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:ae5e21298e974750aa78c07c1d77f33fb553de41606cd9a5e39609866407802a
sourceBlobDigest: sha256:6c4a820608240c2fdac4def6155a6448832f6474b6d462beb32abc4cff499994
sourceRevisionDigest: sha256:b27dc2dcbc018f51bdb0c345fb124285ef73bf144da22f1d6f965c95821de0ad
sourceBlobDigest: sha256:9fef9c84dbf7932b587e89710f9589daefcd4feecfa103ed6ef006e3a1e532fa
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 @@ -38,4 +38,14 @@ Based on:
### Generated
- [python v0.5.0-alpha.9] .
### Releases
- [PyPI v0.5.0-alpha.9] https://pypi.org/project/clerk-backend-api/0.5.0-alpha.9 - .
- [PyPI v0.5.0-alpha.9] https://pypi.org/project/clerk-backend-api/0.5.0-alpha.9 - .

## 2024-07-15 17:29:48
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.335.2 (2.372.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.5.0-alpha.10] .
### Releases
- [PyPI v0.5.0-alpha.10] https://pypi.org/project/clerk-backend-api/0.5.0-alpha.10 - .
4 changes: 2 additions & 2 deletions docs/models/oauthverificationstrategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
| -------------------- | -------------------- |
| `OAUTH_GOOGLE` | oauth_google |
| `OAUTH_MOCK` | oauth_mock |
| `FROM_OAUTH_DISCORD` | from_oauth_discord |
| `FROM_OAUTH_GOOGLE` | from_oauth_google |
| `FROM_OAUTH_APPLE` | from_oauth_apple |
| `FROM_OAUTH_DISCORD` | from_oauth_discord |
| `OAUTH_APPLE` | oauth_apple |
4 changes: 3 additions & 1 deletion docs/models/otpverificationstrategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
| `PHONE_CODE` | phone_code |
| `EMAIL_CODE` | email_code |
| `RESET_PASSWORD_EMAIL_CODE` | reset_password_email_code |
| `FROM_OAUTH_DISCORD` | from_oauth_discord |
| `FROM_OAUTH_DISCORD` | from_oauth_discord |
| `FROM_OAUTH_GOOGLE` | from_oauth_google |
| `FROM_OAUTH_APPLE` | from_oauth_apple |
4 changes: 3 additions & 1 deletion docs/models/strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
| `PHONE_CODE` | phone_code |
| `EMAIL_CODE` | email_code |
| `RESET_PASSWORD_EMAIL_CODE` | reset_password_email_code |
| `FROM_OAUTH_DISCORD` | from_oauth_discord |
| `FROM_OAUTH_DISCORD` | from_oauth_discord |
| `FROM_OAUTH_GOOGLE` | from_oauth_google |
| `FROM_OAUTH_APPLE` | from_oauth_apple |
3 changes: 2 additions & 1 deletion docs/models/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
| `OAUTH_GOOGLE` | oauth_google |
| `OAUTH_MOCK` | oauth_mock |
| `SAML` | saml |
| `OAUTH_DISCORD` | oauth_discord |
| `OAUTH_DISCORD` | oauth_discord |
| `OAUTH_APPLE` | oauth_apple |
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 = "0.5.0-alpha.9"
version = "0.5.0-alpha.10"
description = "Python Client SDK for clerk.dev"
authors = ["Clerk",]
readme = "README.md"
Expand Down
6 changes: 4 additions & 2 deletions src/clerk_backend_api/models/emailaddress.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class OauthVerificationStatus(str, Enum):
class OauthVerificationStrategy(str, Enum):
OAUTH_GOOGLE = "oauth_google"
OAUTH_MOCK = "oauth_mock"
FROM_OAUTH_DISCORD = "from_oauth_discord"
FROM_OAUTH_GOOGLE = "from_oauth_google"
FROM_OAUTH_APPLE = "from_oauth_apple"
FROM_OAUTH_DISCORD = "from_oauth_discord"
OAUTH_APPLE = "oauth_apple"

class ErrorMetaTypedDict(TypedDict):
pass
Expand Down Expand Up @@ -165,6 +165,8 @@ class Strategy(str, Enum):
EMAIL_CODE = "email_code"
RESET_PASSWORD_EMAIL_CODE = "reset_password_email_code"
FROM_OAUTH_DISCORD = "from_oauth_discord"
FROM_OAUTH_GOOGLE = "from_oauth_google"
FROM_OAUTH_APPLE = "from_oauth_apple"

class OtpTypedDict(TypedDict):
status: VerificationStatus
Expand Down
1 change: 1 addition & 0 deletions src/clerk_backend_api/models/identificationlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Type(str, Enum):
OAUTH_MOCK = "oauth_mock"
SAML = "saml"
OAUTH_DISCORD = "oauth_discord"
OAUTH_APPLE = "oauth_apple"

class IdentificationLinkTypedDict(TypedDict):
type: Type
Expand Down
2 changes: 2 additions & 0 deletions src/clerk_backend_api/models/phonenumber.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ class OTPVerificationStrategy(str, Enum):
EMAIL_CODE = "email_code"
RESET_PASSWORD_EMAIL_CODE = "reset_password_email_code"
FROM_OAUTH_DISCORD = "from_oauth_discord"
FROM_OAUTH_GOOGLE = "from_oauth_google"
FROM_OAUTH_APPLE = "from_oauth_apple"

class VerificationOTPTypedDict(TypedDict):
status: OTPVerificationStatus
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 @@ -25,9 +25,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = "python"
openapi_doc_version: str = "v1"
sdk_version: str = "0.5.0-alpha.9"
sdk_version: str = "0.5.0-alpha.10"
gen_version: str = "2.372.3"
user_agent: str = "speakeasy-sdk/python 0.5.0-alpha.9 2.372.3 v1 clerk-backend-api"
user_agent: str = "speakeasy-sdk/python 0.5.0-alpha.10 2.372.3 v1 clerk-backend-api"
retry_config: Optional[Nullable[RetryConfig]] = Field(default_factory=lambda: UNSET)
timeout_ms: Optional[int] = None

Expand Down

0 comments on commit 686baf1

Please sign in to comment.