File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 84518451 " null"
84528452 ]
84538453 },
8454+ "topicMapReportKey" : {
8455+ "type" : [
8456+ " string" ,
8457+ " null"
8458+ ]
8459+ },
84548460 "chartHeight" : {
84558461 "type" : [
84568462 " number" ,
86198625 " spans"
86208626 ]
86218627 },
8628+ "cluster" : {
8629+ "type" : [
8630+ " string" ,
8631+ " null"
8632+ ]
8633+ },
86228634 "freezeColumns" : {
86238635 "type" : [
86248636 " boolean" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- """Auto-generated file (content hash 2c789f9d429f1363 ) -- do not modify"""
1+ """Auto-generated file (content hash a509e50cf535df8c ) -- do not modify"""
22
33from ._generated_types import (
44 Acl ,
You can’t perform that action at this time.
0 commit comments