Publish live-field tracker template and dependency pins

This commit is contained in:
Timothy J. Aveni
2026-09-18 10:07:24 -07:00
parent 45477f3b07
commit 437dbbc850
20 changed files with 293 additions and 130 deletions
+6
View File
@@ -372,6 +372,12 @@ export type QuerySelection = Message<"camino.QuerySelection"> & {
* @generated from field: camino.QueryPredicate predicate = 10;
*/
predicate?: QueryPredicate | undefined;
/**
* Stable checked selection identity; empty for ordinary value projections.
*
* @generated from field: string live_selection_id = 11;
*/
liveSelectionId: string;
};
/**
* Describes the message camino.QuerySelection.