Teach package runtime edge endpoints

This commit is contained in:
Timothy J. Aveni
2026-07-14 07:57:20 -07:00
parent b4ab4c49c9
commit 85e0dafbeb
16 changed files with 425 additions and 62 deletions
+18
View File
@@ -656,6 +656,8 @@ export type CaminoEdge = Message<"camino.CaminoEdge"> & {
*/
toObjectId: string;
/**
* Legacy canonical source-side projection fields. Prefer endpoint fields.
*
* @generated from field: string source_field = 5;
*/
sourceField: string;
@@ -685,6 +687,22 @@ export type CaminoEdge = Message<"camino.CaminoEdge"> & {
* @generated from field: string updated_at = 11;
*/
updatedAt: string;
/**
* @generated from field: string from_projection = 12;
*/
fromProjection: string;
/**
* @generated from field: string to_projection = 13;
*/
toProjection: string;
/**
* @generated from field: string from_cardinality = 14;
*/
fromCardinality: string;
/**
* @generated from field: string to_cardinality = 15;
*/
toCardinality: string;
};
/**
* Describes the message camino.CaminoEdge.