File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 80108010 "distance_threshold" : {
80118011 "type" : " number" ,
80128012 "description" : " Maximum distance to nearest centroid. If exceeded, returns no_match."
8013+ },
8014+ "btql_filter" : {
8015+ "type" : " string" ,
8016+ "description" : " Per-topic-map BTQL filter that was applied when this version was generated. Absent on versions generated before this was recorded."
8017+ },
8018+ "automation_btql_filter" : {
8019+ "type" : " string" ,
8020+ "description" : " Automation-level BTQL filter that was applied when this version was generated. Absent on versions generated before this was recorded."
80138021 }
80148022 },
80158023 "required" : [
Original file line number Diff line number Diff line change @@ -3428,6 +3428,14 @@ class TopicMapData(TypedDict):
34283428 """
34293429 Maximum distance to nearest centroid. If exceeded, returns no_match.
34303430 """
3431+ btql_filter : NotRequired [str | None ]
3432+ """
3433+ Per-topic-map BTQL filter that was applied when this version was generated. Absent on versions generated before this was recorded.
3434+ """
3435+ automation_btql_filter : NotRequired [str | None ]
3436+ """
3437+ Automation-level BTQL filter that was applied when this version was generated. Absent on versions generated before this was recorded.
3438+ """
34313439
34323440
34333441class ViewData (TypedDict ):
Original file line number Diff line number Diff line change 1- """Auto-generated file (content hash da3ed4d7e6b51d9c ) -- do not modify"""
1+ """Auto-generated file (content hash 18e2255a8ff33bf3 ) -- do not modify"""
22
33from ._generated_types import (
44 Acl ,
You can’t perform that action at this time.
0 commit comments