Skip to content

Commit 43aaa9d

Browse files
chore: Update platform types
1 parent 509610f commit 43aaa9d

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

generated_types.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9070,6 +9070,10 @@
90709070
],
90719071
"description": "Textual description of the view"
90729072
},
9073+
"starred": {
9074+
"type": "boolean",
9075+
"description": "Whether the view is starred in its project"
9076+
},
90739077
"created": {
90749078
"type": [
90759079
"string",

py/src/braintrust/_generated_types.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4372,6 +4372,10 @@ class View(TypedDict):
43724372
"""
43734373
Textual description of the view
43744374
"""
4375+
starred: NotRequired[bool | None]
4376+
"""
4377+
Whether the view is starred in its project
4378+
"""
43754379
created: NotRequired[str | None]
43764380
"""
43774381
Date of view creation

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 1b7d1d7656432f9e) -- do not modify"""
1+
"""Auto-generated file (content hash 4b06d2723f350f2c) -- do not modify"""
22

33
from ._generated_types import (
44
Acl,

0 commit comments

Comments
 (0)