Skip to content

Commit 9c555c6

Browse files
author
Cyrus Nouroozi
committed
Fix metadata type and add last_timestamps to user
1 parent 7db17a3 commit 9c555c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clerk/types.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ class User(BaseModel):
6767
email_addresses: List[EmailAddress]
6868
phone_numbers: List[PhoneNumber]
6969
external_accounts: List[Any]
70-
metadata: Any
70+
public_metadata: Any
7171
private_metadata: Any
7272
created_at: int
7373
updated_at: int
74+
last_sign_in_at: int
75+
last_active_at: int
7476

7577

7678
class Error(BaseModel):

0 commit comments

Comments
 (0)