We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db17a3 commit 4d54c66Copy full SHA for 4d54c66
clerk/types.py
@@ -67,10 +67,12 @@ class User(BaseModel):
67
email_addresses: List[EmailAddress]
68
phone_numbers: List[PhoneNumber]
69
external_accounts: List[Any]
70
- metadata: Any
+ public_metadata: Any
71
private_metadata: Any
72
created_at: int
73
updated_at: int
74
+ last_sign_in_at: int
75
+ last_active_at: int
76
77
78
class Error(BaseModel):
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "clerk-sdk-python"
3
-version = "0.3.1"
+version = "0.3.2"
4
description = "Python SDK for clerk.dev"
5
repository = "https://github.com/CyrusOfEden/clerk-sdk-python"
6
homepage = "https://clerk.dev"
0 commit comments