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
4 changes: 4 additions & 0 deletions generated_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -9070,6 +9070,10 @@
],
"description": "Textual description of the view"
},
"starred": {
"type": "boolean",
"description": "Whether the view is starred in its project"
},
"created": {
"type": [
"string",
Expand Down
4 changes: 4 additions & 0 deletions py/src/braintrust/_generated_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -4372,6 +4372,10 @@ class View(TypedDict):
"""
Textual description of the view
"""
starred: NotRequired[bool | None]
"""
Whether the view is starred in its project
"""
created: NotRequired[str | None]
"""
Date of view creation
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 1b7d1d7656432f9e) -- do not modify"""
"""Auto-generated file (content hash 4b06d2723f350f2c) -- do not modify"""

from ._generated_types import (
Acl,
Expand Down