Skip to content

Commit a6c5d4e

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.385.0
1 parent 0d2f084 commit a6c5d4e

File tree

13 files changed

+46
-22
lines changed

13 files changed

+46
-22
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: bfe29c99-6e67-43fe-b928-64d6a5ed6aa8
33
management:
4-
docChecksum: 13a24fca7e232a3f889cb2e130c9611f
4+
docChecksum: 2a5c561867d8cfa9de04210e3a0c4fe6
55
docVersion: v1
66
speakeasyVersion: 1.385.0
77
generationVersion: 2.407.2
8-
releaseVersion: 1.0.1
9-
configChecksum: 38d1ac3ddb3a03f7345218a299ec5108
8+
releaseVersion: 1.0.2
9+
configChecksum: e439e500388e12d912bf39091450b718
1010
repoURL: https://github.com/clerk/clerk-sdk-python.git
1111
installationURL: https://github.com/clerk/clerk-sdk-python.git
1212
published: true

.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: 1.0.1
15+
version: 1.0.2
1616
additionalDependencies:
1717
dev:
1818
pytest: ^8.3.3

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ speakeasyVersion: 1.385.0
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:b16e2cf72b6dd0a7ae4e7b5cebbab767f7e1f2a974b2091830e9ac7e1d97d60d
6-
sourceBlobDigest: sha256:5973f4930511cc94f06052b98484a93dc07822f035843d1e5ea2a8f40188e68d
5+
sourceRevisionDigest: sha256:34d14479e5c95bf05e8f6c50afaa7738344df8a7560c39cdc09c046ede6d303f
6+
sourceBlobDigest: sha256:2364357bff0df9a902231bb134d31e034e4287c2bee244a0ae06d9cfc6c0980d
77
tags:
88
- latest
99
- main
1010
targets:
1111
clerk-sdk-python:
1212
source: clerk-openapi
1313
sourceNamespace: clerk-openapi
14-
sourceRevisionDigest: sha256:b16e2cf72b6dd0a7ae4e7b5cebbab767f7e1f2a974b2091830e9ac7e1d97d60d
15-
sourceBlobDigest: sha256:5973f4930511cc94f06052b98484a93dc07822f035843d1e5ea2a8f40188e68d
14+
sourceRevisionDigest: sha256:34d14479e5c95bf05e8f6c50afaa7738344df8a7560c39cdc09c046ede6d303f
15+
sourceBlobDigest: sha256:2364357bff0df9a902231bb134d31e034e4287c2bee244a0ae06d9cfc6c0980d
1616
outLocation: .
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,14 @@ Based on:
108108
### Generated
109109
- [python v1.0.1] .
110110
### Releases
111-
- [PyPI v1.0.1] https://pypi.org/project/clerk-backend-api/1.0.1 - .
111+
- [PyPI v1.0.1] https://pypi.org/project/clerk-backend-api/1.0.1 - .
112+
113+
## 2024-10-19 15:37:17
114+
### Changes
115+
Based on:
116+
- OpenAPI Doc
117+
- Speakeasy CLI 1.385.0 (2.407.2) https://github.com/speakeasy-api/speakeasy
118+
### Generated
119+
- [python v1.0.2] .
120+
### Releases
121+
- [PyPI v1.0.2] https://pypi.org/project/clerk-backend-api/1.0.2 - .

docs/models/oauthverificationstrategy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@
99
| `OAUTH_MOCK` | oauth_mock |
1010
| `FROM_OAUTH_GOOGLE` | from_oauth_google |
1111
| `FROM_OAUTH_DISCORD` | from_oauth_discord |
12-
| `OAUTH_APPLE` | oauth_apple |
12+
| `OAUTH_APPLE` | oauth_apple |
13+
| `OAUTH_MICROSOFT` | oauth_microsoft |
14+
| `EMAIL_LINK` | email_link |

docs/models/otpverificationstrategy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
| --------------------------- | --------------------------- |
88
| `PHONE_CODE` | phone_code |
99
| `EMAIL_CODE` | email_code |
10+
| `EMAIL_LINK` | email_link |
1011
| `RESET_PASSWORD_EMAIL_CODE` | reset_password_email_code |
1112
| `FROM_OAUTH_DISCORD` | from_oauth_discord |
1213
| `FROM_OAUTH_GOOGLE` | from_oauth_google |
13-
| `FROM_OAUTH_APPLE` | from_oauth_apple |
14+
| `FROM_OAUTH_APPLE` | from_oauth_apple |
15+
| `FROM_OAUTH_MICROSOFT` | from_oauth_microsoft |

docs/models/strategy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
| --------------------------- | --------------------------- |
88
| `PHONE_CODE` | phone_code |
99
| `EMAIL_CODE` | email_code |
10+
| `EMAIL_LINK` | email_link |
1011
| `RESET_PASSWORD_EMAIL_CODE` | reset_password_email_code |
1112
| `FROM_OAUTH_DISCORD` | from_oauth_discord |
1213
| `FROM_OAUTH_GOOGLE` | from_oauth_google |
13-
| `FROM_OAUTH_APPLE` | from_oauth_apple |
14+
| `FROM_OAUTH_APPLE` | from_oauth_apple |
15+
| `FROM_OAUTH_MICROSOFT` | from_oauth_microsoft |

docs/models/type.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
## Values
55

6-
| Name | Value |
7-
| --------------- | --------------- |
8-
| `OAUTH_GOOGLE` | oauth_google |
9-
| `OAUTH_MOCK` | oauth_mock |
10-
| `SAML` | saml |
11-
| `OAUTH_APPLE` | oauth_apple |
12-
| `OAUTH_DISCORD` | oauth_discord |
6+
| Name | Value |
7+
| ----------------- | ----------------- |
8+
| `OAUTH_GOOGLE` | oauth_google |
9+
| `OAUTH_MOCK` | oauth_mock |
10+
| `SAML` | saml |
11+
| `OAUTH_APPLE` | oauth_apple |
12+
| `OAUTH_DISCORD` | oauth_discord |
13+
| `OAUTH_MICROSOFT` | oauth_microsoft |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clerk-backend-api"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Python Client SDK for clerk.dev"
55
authors = ["Clerk",]
66
readme = "README-PYPI.md"

src/clerk_backend_api/models/emailaddress.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ class OauthVerificationStrategy(str, Enum):
2828
FROM_OAUTH_GOOGLE = "from_oauth_google"
2929
FROM_OAUTH_DISCORD = "from_oauth_discord"
3030
OAUTH_APPLE = "oauth_apple"
31+
OAUTH_MICROSOFT = "oauth_microsoft"
32+
EMAIL_LINK = "email_link"
3133

3234
class ErrorMetaTypedDict(TypedDict):
3335
pass
@@ -158,10 +160,12 @@ class VerificationStatus(str, Enum):
158160
class Strategy(str, Enum):
159161
PHONE_CODE = "phone_code"
160162
EMAIL_CODE = "email_code"
163+
EMAIL_LINK = "email_link"
161164
RESET_PASSWORD_EMAIL_CODE = "reset_password_email_code"
162165
FROM_OAUTH_DISCORD = "from_oauth_discord"
163166
FROM_OAUTH_GOOGLE = "from_oauth_google"
164167
FROM_OAUTH_APPLE = "from_oauth_apple"
168+
FROM_OAUTH_MICROSOFT = "from_oauth_microsoft"
165169

166170
class OtpTypedDict(TypedDict):
167171
status: VerificationStatus

0 commit comments

Comments
 (0)