Skip to content

Commit 83683ae

Browse files
chore: generated SDK types
1 parent b1dc8f5 commit 83683ae

3 files changed

Lines changed: 1 addition & 12 deletions

File tree

generated_types.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8174,13 +8174,6 @@
81748174
],
81758175
"format": "date-time",
81768176
"description": "Date of user creation"
8177-
},
8178-
"last_active_at": {
8179-
"type": [
8180-
"number",
8181-
"null"
8182-
],
8183-
"description": "Unix timestamp in milliseconds of the user's last activity, when available"
81848177
}
81858178
},
81868179
"required": [

py/src/braintrust/_generated_types.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2553,10 +2553,6 @@ class User(TypedDict):
25532553
"""
25542554
Date of user creation
25552555
"""
2556-
last_active_at: NotRequired[float | None]
2557-
"""
2558-
Unix timestamp in milliseconds of the user's last activity, when available
2559-
"""
25602556

25612557

25622558
class ViewDataSearch(TypedDict):

py/src/braintrust/generated_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Auto-generated file (content hash 56952ef4659f447d) -- do not modify"""
1+
"""Auto-generated file (content hash a9097876f2d66816) -- do not modify"""
22

33
from ._generated_types import (
44
Acl,

0 commit comments

Comments
 (0)