Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions generated_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -8174,13 +8174,6 @@
],
"format": "date-time",
"description": "Date of user creation"
},
"last_active_at": {
"type": [
"number",
"null"
],
"description": "Unix timestamp in milliseconds of the user's last activity, when available"
}
},
"required": [
Expand Down
4 changes: 0 additions & 4 deletions py/src/braintrust/_generated_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2553,10 +2553,6 @@ class User(TypedDict):
"""
Date of user creation
"""
last_active_at: NotRequired[float | None]
"""
Unix timestamp in milliseconds of the user's last activity, when available
"""


class ViewDataSearch(TypedDict):
Expand Down
2 changes: 1 addition & 1 deletion py/src/braintrust/generated_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Auto-generated file (content hash 56952ef4659f447d) -- do not modify"""
"""Auto-generated file (content hash a9097876f2d66816) -- do not modify"""

from ._generated_types import (
Acl,
Expand Down
Loading