Skip to content

Commit cf42c7e

Browse files
chore: generated SDK types (#246)
Automated regeneration of SDK types. Co-authored-by: braintrust-bot[bot] <215900051+braintrust-bot[bot]@users.noreply.github.com>
1 parent e774a49 commit cf42c7e

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

generated_types.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8451,6 +8451,12 @@
84518451
"null"
84528452
]
84538453
},
8454+
"topicMapReportKey": {
8455+
"type": [
8456+
"string",
8457+
"null"
8458+
]
8459+
},
84548460
"chartHeight": {
84558461
"type": [
84568462
"number",
@@ -8619,6 +8625,12 @@
86198625
"spans"
86208626
]
86218627
},
8628+
"cluster": {
8629+
"type": [
8630+
"string",
8631+
"null"
8632+
]
8633+
},
86228634
"freezeColumns": {
86238635
"type": [
86248636
"boolean",

py/src/braintrust/_generated_types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,6 +2626,7 @@ class ViewOptionsViewOptions1(TypedDict):
26262626
rowHeight: NotRequired[str | None]
26272627
tallGroupRows: NotRequired[bool | None]
26282628
layout: NotRequired[str | None]
2629+
topicMapReportKey: NotRequired[str | None]
26292630
chartHeight: NotRequired[float | None]
26302631
excludedMeasures: NotRequired[Sequence[ViewOptionsViewOptions1ExcludedMeasure] | None]
26312632
yMetric: NotRequired[ViewOptionsViewOptions1YMetric | None]
@@ -2638,6 +2639,7 @@ class ViewOptionsViewOptions1(TypedDict):
26382639
chartAnnotations: NotRequired[Sequence[ViewOptionsViewOptions1ChartAnnotation] | None]
26392640
timeRangeFilter: NotRequired[str | ViewOptionsViewOptions1TimeRangeFilter | None]
26402641
queryShape: NotRequired[Literal['traces', 'spans'] | None]
2642+
cluster: NotRequired[str | None]
26412643
freezeColumns: NotRequired[bool | None]
26422644

26432645

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 2c789f9d429f1363) -- do not modify"""
1+
"""Auto-generated file (content hash a509e50cf535df8c) -- do not modify"""
22

33
from ._generated_types import (
44
Acl,

0 commit comments

Comments
 (0)